HomeSort by relevance Sort by last modified time
    Searched refs:CMPBR_INS (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/include/opcode/
crx.h 160 #define CMPBR_INS 5
  /toolchain/binutils/binutils-2.27/opcodes/
crx-opc.c 159 {NAME, 2, ((0x300+OPC1)<<12)+C4, 8, CMPBR_INS | FMT_3| RELAXABLE, \
162 {NAME, 3, ((0x310+OPC1)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \
165 {NAME, 2, ((0x300+OPC2)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \
168 {NAME, 3, ((0x310+OPC2)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \
crx-dis.c 409 if (IS_INSN_TYPE (CMPBR_INS) && (p.val == ESCAPE_16_BIT))
584 || IS_INSN_TYPE (CMPBR_INS) || IS_INSN_TYPE (DCR_BRANCH_INS)
  /toolchain/binutils/binutils-2.27/gas/config/
tc-crx.c 665 else if (IS_INSN_TYPE (CMPBR_INS) || IS_INSN_TYPE (COP_BRANCH_INS))
    [all...]

Completed in 2873 milliseconds