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

  /external/mesa3d/src/mapi/glapi/gen/
glX_server_table.py 96 next_opcode = min_opcode + (1 << remaining_bits)
105 for i in range(min_opcode, next_opcode, op_count):
136 for i in range(min_opcode, next_opcode, op_count):
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c 1152 struct d10v_opcode *next_opcode; local
1173 next_opcode = opcode + 1;
1177 flags = d10v_operands[next_opcode->operands[0]].flags;
1201 int bits = d10v_operands[next_opcode->operands[opnum]].bits;
1203 flags = d10v_operands[next_opcode->operands[opnum]].flags;
    [all...]
tc-mn10200.c 884 struct mn10200_opcode *next_opcode;
1128 next_opcode = opcode + 1;
1129 if (!strcmp (next_opcode->name, opcode->name))
1131 opcode = next_opcode;
881 struct mn10200_opcode *next_opcode; local
tc-mn10300.c 1238 struct mn10300_opcode *next_opcode;
1235 struct mn10300_opcode *next_opcode; local
    [all...]
tc-v850.c 2285 struct v850_opcode *next_opcode; local
    [all...]
tc-xtensa.c 4687 xtensa_opcode next_opcode; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
v850-dis.c 289 goto next_opcode;
292 goto next_opcode;
295 goto next_opcode;
298 goto next_opcode;
574 next_opcode:
  /external/pcre/dist2/src/
pcre2_jit_compile.c 604 next_opcode
615 static PCRE2_SPTR next_opcode(compiler_common *common, PCRE2_SPTR cc) function
933 cc = next_opcode(common, cc);
    [all...]

Completed in 1016 milliseconds