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

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

Completed in 75 milliseconds