Home
last modified time | relevance | path

Searched refs:INSERTS (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic4x.c1711 INSERTS (opcode, exp->X_add_number, 15, 0); in tic4x_operands_match()
1737 INSERTS (opcode, exp->X_add_number, 15, 0); in tic4x_operands_match()
2026 INSERTS (opcode, exp->X_add_number, 15, 0); in tic4x_operands_match()
2101 INSERTS (opcode, exp->X_add_number, 15, 0); in tic4x_operands_match()
2143 INSERTS (opcode, exp->X_add_number, 20, 16); in tic4x_operands_match()
2232 INSERTS (opcode, exp->X_add_number, 7, 0); in tic4x_operands_match()
2293 INSERTS (opcode, operand->disp, 7, 0); in tic4x_operands_match()
/toolchain/binutils/binutils-2.27/include/opcode/
Dtic4x.h30 #define INSERTS(inst, val, m, l) INSERTU (inst, ((val) & ((1 << ((m) - (l) + 1)) - 1)), m, l) macro