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

  /external/mesa3d/src/mapi/glapi/gen/
glX_server_table.py 157 def is_empty_leaf(self, base_opcode, M):
158 for op in range(base_opcode, base_opcode + (1 << M)):
166 def dump_tree(self, node, base_opcode, remaining_bits, base_entry, depth):
176 print ' /* [%u] -> opcode range [%u, %u], node depth %u */' % (base_entry, base_opcode, base_opcode + (1 << remaining_bits), depth)
182 child_base_opcode = base_opcode
232 self.dump_tree(child, base_opcode, remaining_bits - M, child_index, depth + 1)
235 base_opcode += 1 << (remaining_bits - M)
  /toolchain/binutils/binutils-2.27/opcodes/
tic30-dis.c 85 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
89 if (current_optab->base_opcode == insn_word)
95 else if ((current_optab->base_opcode & NORMAL_IDEN) == (insn_word & NORMAL_IDEN))
112 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
114 if ((current_optab->base_opcode & PAR_STORE_IDEN)
132 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
134 if ((current_optab->base_opcode & MUL_ADD_IDEN)
152 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
156 if ((current_optab->base_opcode & BR_IMM_IDEN)
165 if ((current_optab->base_opcode & BR_COND_IDEN
    [all...]
arc-dis.c 277 opcode = &arc_long_opcodes[i].base_opcode;
418 long_opcode->base_opcode.operands;
421 opcode = &long_opcode->base_opcode;
i386-opc.h 847 /* base_opcode is the fundamental opcode byte without optional
849 unsigned int base_opcode; member in struct:insn_template
871 the base_opcode. These bits also are used to detect alternate forms of
i386-gen.c 1025 char *operands, *base_opcode, *extension_opcode, *opcode_length; local
1031 /* Find base_opcode. */
1032 base_opcode = next_field (str, ',', &str, last);
1090 name, operands, base_opcode, extension_opcode,
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-i386-intel.c 298 || current_templates->start->base_opcode == 0xf30f1b /* bndmk */
299 || (current_templates->start->base_opcode & ~1) == 0x0f1a /* bnd{ld,st}x */
608 && current_templates->start->base_opcode != 0x8d /* lea */)
624 || current_templates->start->base_opcode == 0x62 /* bound */)
637 || current_templates->start->base_opcode == 0x62 /* bound */)
667 if (current_templates->start->base_opcode == 0x62 /* bound */
tc-i386.c     [all...]
tc-tic30.c 984 p_insn.opcode = p_insn.tm->base_opcode;
    [all...]
tc-arc.c     [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
arc.h 150 struct arc_opcode base_opcode; member in struct:arc_long_opcode
tic30.h 220 unsigned int base_opcode; /* base_opcode is the fundamental opcode byte */ member in struct:_template
222 the base_opcode. These bits also are used to detect alternate forms of
614 unsigned int base_opcode; member in struct:__anon4901
    [all...]

Completed in 224 milliseconds