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

  /toolchain/binutils/binutils-2.25/include/opcode/
xgate.h 86 unsigned int bin_opcode; /* Binary opcode with operands masked off. */ member in struct:xgate_opcode
msp430.h 45 int bin_opcode; member in struct:msp430_opcode_s
  /toolchain/binutils/binutils-2.25/opcodes/
avr-dis.c 36 unsigned int bin_opcode; member in struct:avr_opcodes_s
331 assert (opcode->bin_opcode == bin);
346 if ((insn & *maskptr) == opcode->bin_opcode)
xgate-dis.c 101 assert (opcodePTR->bin_opcode == bin);
358 == decodeTablePTR->opcodePTR->bin_opcode)
msp430-dis.c 64 if (insn == opcode->bin_opcode)
165 if (opcode->bin_opcode == 0x4300 && (ad || as))
169 if ((opcode->bin_opcode & 0xff00) == 0x5300 && as == 3)
891 if ((insn & opcode->bin_mask) == opcode->bin_opcode
892 && opcode->bin_opcode != 0x9300)
926 if (opcode->bin_opcode == 0x1400)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-msp430.c     [all...]
tc-xgate.c 1117 unsigned int bin = (int) opcode->bin_opcode;
    [all...]
tc-avr.c 37 unsigned int bin_opcode; member in struct:avr_opcodes_s
    [all...]

Completed in 1820 milliseconds