Home
last modified time | relevance | path

Searched refs:TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist/sljit/
DsljitNativeTILEGX_64.c485 tilegx_pipeline pipe[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE];
514 struct jit_instr inst_buf[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE];
747 if (inst_buf_index == TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE) in push_4_buffer()
767 if (inst_buf_index == TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE) in push_3_buffer()
827 if (inst_buf_index == TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE) in push_2_buffer()
872 if (inst_buf_index == TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE) in push_0_buffer()
888 if (inst_buf_index == TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE) in push_jr_buffer()
DsljitNativeTILEGX-encoder.c200 TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE = 3, enumerator
9524 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]) in parse_insn_tilegx() argument
10071 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; in print_insn_tilegx()
/external/valgrind/VEX/priv/
Dtilegx_disasm.h45 TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE = 3, enumerator
1284 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE] );
Dhost_tilegx_defs.c1288 decode[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; in decode_and_display()
1309 for(k = 0; decode[k].opcode && (k <TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE); in decode_and_display()
1320 for(k = 0; decode[k].opcode && (k <TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE); in decode_and_display()
Dguest_tilegx_toIR.c277 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; in disInstr_TILEGX_WRK()
Dtilegx_disasm.c7573 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE] ) in parse_insn_tilegx() argument