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

  /toolchain/binutils/binutils-2.25/opcodes/
tilegx-dis.c 35 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE];
tilegx-opc.c     [all...]
  /external/valgrind/none/tests/tilegx/
gen_insn_test.c 688 decode[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE];
700 for(k = 0; decode[k].opcode && (k <TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE);
  /toolchain/binutils/binutils-2.25/include/opcode/
tilegx.h 1147 TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE = 3,
1267 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tilegx.c 204 static struct tilegx_instruction current_bundle[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE];
359 tilegx_pipeline pipe[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE];
    [all...]
  /external/valgrind/VEX/priv/
tilegx_disasm.h 45 TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE = 3,
1284 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE] );
host_tilegx_defs.c     [all...]
guest_tilegx_toIR.c 293 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE];
    [all...]
tilegx_disasm.c     [all...]
  /external/pcre/dist/sljit/
sljitNativeTILEGX_64.c 483 tilegx_pipeline pipe[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE];
512 struct jit_instr inst_buf[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE];
746 if (inst_buf_index == TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE)
766 if (inst_buf_index == TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE)
827 if (inst_buf_index == TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE)
872 if (inst_buf_index == TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE)
888 if (inst_buf_index == TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE)
    [all...]
sljitNativeTILEGX-encoder.c 200 TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE = 3,
    [all...]

Completed in 522 milliseconds