HomeSort by: relevance | last modified time | path
    Searched defs:opcode_bits (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/igen/
gen.h 37 typedef struct _opcode_bits opcode_bits; typedef in typeref:struct:_opcode_bits
45 opcode_bits *next;
61 opcode_bits *expanded_bits;
84 opcode_bits *expanded_bits;
202 const opcode_bits *expanded_bits,
209 const opcode_bits *expanded_bits);
  /src/external/gpl3/gdb.old/dist/sim/igen/
gen.h 37 typedef struct _opcode_bits opcode_bits; typedef in typeref:struct:_opcode_bits
45 opcode_bits *next;
61 opcode_bits *expanded_bits;
84 opcode_bits *expanded_bits;
202 const opcode_bits *expanded_bits,
209 const opcode_bits *expanded_bits);
  /src/external/gpl3/binutils/dist/opcodes/
sparc-dis.c 51 opcode table is hashed. OPCODE_BITS is a table of valid bits for each
53 static int opcode_bits[4] = { 0x01c00000, 0x0, 0x01f80000, 0x01f80000 }; variable
55 ((((INSN) >> 24) & 0xc0) | (((INSN) & opcode_bits[((INSN) >> 30) & 3]) >> 19))
  /src/external/gpl3/binutils.old/dist/opcodes/
sparc-dis.c 51 opcode table is hashed. OPCODE_BITS is a table of valid bits for each
53 static int opcode_bits[4] = { 0x01c00000, 0x0, 0x01f80000, 0x01f80000 }; variable
55 ((((INSN) >> 24) & 0xc0) | (((INSN) & opcode_bits[((INSN) >> 30) & 3]) >> 19))
  /src/external/gpl3/gdb/dist/opcodes/
sparc-dis.c 51 opcode table is hashed. OPCODE_BITS is a table of valid bits for each
53 static int opcode_bits[4] = { 0x01c00000, 0x0, 0x01f80000, 0x01f80000 }; variable
55 ((((INSN) >> 24) & 0xc0) | (((INSN) & opcode_bits[((INSN) >> 30) & 3]) >> 19))
  /src/external/gpl3/gdb.old/dist/opcodes/
sparc-dis.c 51 opcode table is hashed. OPCODE_BITS is a table of valid bits for each
53 static int opcode_bits[4] = { 0x01c00000, 0x0, 0x01f80000, 0x01f80000 }; variable
55 ((((INSN) >> 24) & 0xc0) | (((INSN) & opcode_bits[((INSN) >> 30) & 3]) >> 19))
  /src/sys/dev/pci/igc/
igc_hw.h 328 uint16_t opcode_bits; member in struct:igc_nvm_info
  /src/external/bsd/ntp/dist/ntpd/
ntp_crypto.c 1393 u_int32 opcode_bits; local
1395 opcode_bits = CRYPTO_ERROR;
1396 opcode |= opcode_bits;
1397 fp->opcode |= htonl(opcode_bits);
  /src/external/gpl3/gdb/dist/gdb/
aarch64-tdep.c 5207 uint8_t opcode_bits, size_bits;
5212 opcode_bits = bits (aarch64_insn_r->aarch64_insn, 12, 15);
5222 scale = opcode_bits >> 2;
5223 selem = ((opcode_bits & 0x02) |
5236 if (!((opcode_bits >> 1) & 0x01))
5243 if (bit (aarch64_insn_r->aarch64_insn, 22) && !(opcode_bits & 0x01))
5289 switch (opcode_bits)
5206 uint8_t opcode_bits, size_bits; local
  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-tdep.c 5037 uint8_t opcode_bits, size_bits;
5042 opcode_bits = bits (aarch64_insn_r->aarch64_insn, 12, 15);
5052 scale = opcode_bits >> 2;
5053 selem = ((opcode_bits & 0x02) |
5066 if (!((opcode_bits >> 1) & 0x01))
5073 if (bit (aarch64_insn_r->aarch64_insn, 22) && !(opcode_bits & 0x01))
5119 switch (opcode_bits)
5036 uint8_t opcode_bits, size_bits; local

Completed in 47 milliseconds