Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dxgate.h57 #define XGATE_OP_IMM3 "i3" /* Register followed by 3-bit value. */ macro
/toolchain/binutils/binutils-2.25/opcodes/
Dxgate-opc.c77 #define OP_IMM3 XGATE_OP_IMM3
Dxgate-dis.c250 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IMM3)) in print_insn()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xgate.c416 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM3)) in xgate_print_syntax()
930 if (!strcmp(opcode_handle->opc0[i]->constraints, XGATE_OP_IMM3)) in xgate_find_match()