Searched refs:INSERTU (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tic4x.c | 1753 INSERTU (opcode, reg - REG_AR0, 24, 22); in tic4x_operands_match() 1770 INSERTU (opcode, exp->X_add_number, 23, 0); in tic4x_operands_match() 1809 INSERTU (opcode, operand->aregno - REG_AR0, 2, 0); in tic4x_operands_match() 1810 INSERTU (opcode, operand->disp, 7, 3); in tic4x_operands_match() 1816 INSERTU (opcode, exp->X_add_number, 7, 0); in tic4x_operands_match() 1825 INSERTU (opcode, reg, 7, 0); in tic4x_operands_match() 1850 INSERTU (opcode, operand->fwords[0], 15, 0); in tic4x_operands_match() 1856 INSERTU (opcode, exp->X_add_number, 15, 8); in tic4x_operands_match() 1865 INSERTU (opcode, reg, 15, 8); in tic4x_operands_match() 1879 INSERTU (opcode, reg - REG_R0, 18, 16); in tic4x_operands_match() [all …]
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | tic4x.h | 29 #define INSERTU(inst, val, m, l) (inst |= ((val) << (l))) macro 30 #define INSERTS(inst, val, m, l) INSERTU (inst, ((val) & ((1 << ((m) - (l) + 1)) - 1)), m, l)
|