Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dtic4x-dis.c306 aregno = EXTRU (arg, 2, 0) + REG_AR0; in tic4x_print_indirect()
311 aregno = EXTRU (arg, 2, 0) + REG_AR0; in tic4x_print_indirect()
316 aregno = EXTRU (arg, 10, 8) + REG_AR0; in tic4x_print_indirect()
412 REG_AR0)) in tic4x_print_op()
571 if (val < REG_AR0 || val > REG_SP) in tic4x_print_op()
Dtic30-dis.c58 #define REG_AR0 0x08 macro
627 get_register_operand (((insn_word & 0x01C00000) >> 22) + REG_AR0, operand[0]); in print_branch()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic4x.c1433 if (operand->aregno >= REG_AR0 && operand->aregno <= REG_AR7) in tic4x_indirect_parse()
1756 if (reg >= REG_AR0 && reg <= REG_AR7) in tic4x_operands_match()
1757 INSERTU (opcode, reg - REG_AR0, 24, 22); in tic4x_operands_match()
1813 INSERTU (opcode, operand->aregno - REG_AR0, 2, 0); in tic4x_operands_match()
1916 INSERTU (opcode, operand->aregno - REG_AR0, 2, 0); in tic4x_operands_match()
1944 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8); in tic4x_operands_match()
2018 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8); in tic4x_operands_match()
2270 if (reg >= REG_AR0 && reg <= REG_SP) in tic4x_operands_match()
2298 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8); in tic4x_operands_match()
/toolchain/binutils/binutils-2.25/include/opcode/
Dtic4x.h37 REG_AR0, REG_AR1, REG_AR2, REG_AR3, enumerator
86 {"ar0", REG_AR0},