Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dxgate.h56 #define XGATE_OP_IMM4 "r,i4" /* Register followed by 4-bit value. … macro
/toolchain/binutils/binutils-2.25/opcodes/
Dxgate-opc.c78 #define OP_IMM4 XGATE_OP_IMM4
Dxgate-dis.c226 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IMM4)) in print_insn()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xgate.c418 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM4)) in xgate_print_syntax()
950 || !strcmp(opcode_handle->opc0[i]->constraints, XGATE_OP_IMM4) in xgate_find_match()