Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dxgate.h55 #define XGATE_OP_IMM8 "r,i8" /* Register followed by 8-bit value. */ macro
/toolchain/binutils/binutils-2.27/opcodes/
Dxgate-opc.c79 #define OP_IMM8 XGATE_OP_IMM8
Dxgate-dis.c231 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IMM8)) in print_insn()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-xgate.c418 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM8)) in xgate_print_syntax()
947 || !strcmp(opcode_handle->opc0[i]->constraints, XGATE_OP_IMM8) in xgate_find_match()