Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dxgate.h64 #define XGATE_OP_REL9 "b9" /* 9-bit value that is relative to the current pc. */ macro
/toolchain/binutils/binutils-2.25/opcodes/
Dxgate-opc.c87 #define OP_REL9 XGATE_OP_REL9
Dxgate-dis.c188 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_REL9)) in print_insn()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xgate.c1192 else if ( !strcmp (opcode->constraints, XGATE_OP_REL9) in xgate_scan_operands()