Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dmain_main.c301 ppInstr = (void(*)(HInstr*,Bool)) ppPPCInstr; in LibVEX_Translate()
323 ppInstr = (void(*)(HInstr*, Bool)) ppPPCInstr; in LibVEX_Translate()
Dhost_ppc_defs.h843 extern void ppPPCInstr ( PPCInstr*, Bool mode64 );
Dhost_ppc_defs.c1217 void ppPPCInstr ( PPCInstr* i, Bool mode64 ) in ppPPCInstr() function
1983 ppPPCInstr(i, mode64); in getRegUsage_PPCInstr()
2179 ppPPCInstr(i, mode64); in mapRegs_PPCInstr()
2679 vex_printf("asm ");ppPPCInstr(i, mode64); vex_printf("\n"); in emit_PPCInstr()
3960 ppPPCInstr(i, mode64); in emit_PPCInstr()
Dhost_ppc_isel.c301 ppPPCInstr(instr, env->mode64); in addInstr()