HomeSort by relevance Sort by last modified time
    Searched full:opcode_mask (Results 1 - 5 of 5) sorted by null

  /external/jmdns/src/javax/jmdns/impl/constants/
DNSOperationCode.java 40 static final int OpCode_MASK = 0x7800;
74 int maskedIndex = (flags & OpCode_MASK) >> 11;
  /toolchain/binutils/binutils-2.25/opcodes/
microblaze-dis.c 193 if (op->bit_sequence == (inst & op->opcode_mask))
428 if (op->bit_sequence == (inst & op->opcode_mask))
471 if (op->bit_sequence == (inst & op->opcode_mask))
microblaze-opc.h 116 unsigned long opcode_mask; /* Which bits define the opcode. */ member in struct:op_code_struct
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ChangeLog-9295     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c 633 #define OPCODE_MASK 0xfe1fffff
    [all...]

Completed in 97 milliseconds