Home
last modified time | relevance | path

Searched refs:data_op2 (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-score.c1097 data_op2 (char **str, int shift, enum score_data_type data_type) in data_op2() function
1327 || data_op2 (&str, 1, _SIMM16) == (int) FAIL in do_rdsi16()
1360 && data_op2 (&str, 1, _SIMM16_NEG) != (int) FAIL) in do_sub_rdsi16()
1375 data_op2 (&str, 1, _SIMM14); in do_rdrssi14()
1388 && data_op2 (&str, 1, _SIMM14_NEG) != (int) FAIL) in do_sub_rdrssi14()
1402 || data_op2 (&str, 10, _IMM5) == (int) FAIL in do_rdrsi5()
1427 && data_op2 (&str, 1, _IMM14) != (int) FAIL) in do_rdrsi14()
1439 || data_op2 (&str, 10, _IMM5) == (int) FAIL in do_xrsi5()
1460 || data_op2 (&str, 1, _IMM16) == (int) FAIL in do_rdi16()
1479 data_op2 (&str, 1, _VALUE_HI16); in do_macro_rdi32hi()
[all …]
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog281 * config/tc-score.c (data_op2, validate_immediate): Fix bug for
DChangeLog-2006327 * tc-score.c (data_op2): Check invalid operands.
333 (data_op2): The immediate value in lw is 15 bit signed.
DChangeLog-92952748 (data_op2): accept #x,y meaning x rotated right by y, but only when