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

  /toolchain/binutils/binutils-2.25/opcodes/
sparc-dis.c 45 opcode table is hashed. OPCODE_BITS is a table of valid bits for each
47 static int opcode_bits[4] = { 0x01c00000, 0x0, 0x01f80000, 0x01f80000 }; variable
49 ((((INSN) >> 24) & 0xc0) | (((INSN) & opcode_bits[((INSN) >> 30) & 3]) >> 19))
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.c     [all...]
e1000_hw.h 276 uint16_t opcode_bits; member in struct:e1000_eeprom_info
    [all...]

Completed in 3171 milliseconds