Home
last modified time | relevance | path

Searched refs:tilegx_opcodes (Results 1 – 4 of 4) sorted by relevance

/external/pcre/dist/sljit/
DsljitNativeTILEGX_64.c532 opcode = &tilegx_opcodes[opc]; in insert_nop()
750 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc]; in push_4_buffer()
770 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc]; in push_3_buffer()
830 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc]; in push_2_buffer()
875 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc]; in push_0_buffer()
891 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc]; in push_jr_buffer()
DsljitNativeTILEGX-encoder.c1997 const struct tilegx_opcode tilegx_opcodes[336] = variable
9514 return &tilegx_opcodes[next]; in find_opcode()
/external/valgrind/VEX/priv/
Dtilegx_disasm.c47 const struct tilegx_opcode tilegx_opcodes[336] = variable
7562 return &tilegx_opcodes[next]; in find_opcode()
7634 decoded.opcode = &tilegx_opcodes[opc]; in mkTileGxInsn()
7672 insn = tilegx_opcodes[TILEGX_OPC_FNOP]. in encode_insn_tilegx()
Dtilegx_disasm.h1269 extern const struct tilegx_opcode tilegx_opcodes[];