Searched refs:BITNUM (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | tic80-opc.c | 448 #define BITNUM (OFF_SL_BR_SCALED + 1) macro 453 #define CC (BITNUM + 1) 651 {"bbo", OP_SI(0x4A), MASK_SI, 0, {OFF_SS_PC, REG_22, BITNUM} }, 652 {"bbo", OP_LI(0x395), MASK_LI, 0, {OFF_SL_PC, REG_22, BITNUM} }, 653 {"bbo", OP_REG(0x394), MASK_REG, 0, {REG_0, REG_22, BITNUM} }, 657 {"bbo.a", OP_SI(0x4B), MASK_SI, 0, {OFF_SS_PC, REG_22, BITNUM} }, 658 {"bbo.a", OP_LI(0x397), MASK_LI, 0, {OFF_SL_PC, REG_22, BITNUM} }, 659 {"bbo.a", OP_REG(0x396), MASK_REG, 0, {REG_0, REG_22, BITNUM} }, 663 {"bbz", OP_SI(0x48), MASK_SI, 0, {OFF_SS_PC, REG_22, BITNUM} }, 664 {"bbz", OP_LI(0x391), MASK_LI, 0, {OFF_SL_PC, REG_22, BITNUM} }, [all …]
|
D | iq2000-opc.c | 560 { { MNEM, ' ', OP (RS), '(', OP (BITNUM), ')', ',', OP (OFFSET), 0 } }, 566 { { MNEM, ' ', OP (RS), '(', OP (BITNUM), ')', ',', OP (OFFSET), 0 } }, 1328 { { MNEM, ' ', OP (RS), '(', OP (BITNUM), ')', ',', OP (OFFSET), 0 } }, 1334 { { MNEM, ' ', OP (RS), '(', OP (BITNUM), ')', ',', OP (OFFSET), 0 } },
|
D | ChangeLog-9297 | 800 store BITNUM values in the table in one's complement form 802 value for a BITNUM operand. 825 representations for the floating point BITNUM values. 829 * tic80-opc.c (tic80_predefined_symbols): Store BITNUM values 837 one's complement for BITNUM values. 1069 * tic80-opc.c (tic80_operands): Add SSOFF, LSOFF, BITNUM,
|
/toolchain/binutils/binutils-2.27/gas/testsuite/ |
D | ChangeLog-9303 | 5373 that symbolic BITNUM assembles to. Add coverage for raw 5374 numeric values for the BITNUM operand. 5377 of floating point test BITNUM values that are ambiguous with
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-9697 | 2375 fixups. Take one's complement of BITNUM values before insertion
|