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

  /toolchain/binutils/binutils-2.27/opcodes/
tilegx-dis.c 35 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE];
tilegx-opc.c     [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
tilegx.h 1152 TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE = 3,
1269 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]);
  /toolchain/binutils/binutils-2.27/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/pcre/dist2/src/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 151 milliseconds