Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dmain_main.c453 ppInstr = (__typeof__(ppInstr)) PPC32FN(ppPPCInstr); in LibVEX_Translate()
470 ppInstr = (__typeof__(ppInstr)) PPC64FN(ppPPCInstr); in LibVEX_Translate()
Dhost_ppc_defs.h1106 extern void ppPPCInstr(const PPCInstr*, Bool mode64);
Dhost_ppc_defs.c1451 void ppPPCInstr ( const PPCInstr* i, Bool mode64 ) in ppPPCInstr() function
2622 ppPPCInstr(i, mode64); in getRegUsage_PPCInstr()
2954 ppPPCInstr(i, mode64); in mapRegs_PPCInstr()
3744 vex_printf("asm ");ppPPCInstr(i, mode64); vex_printf("\n"); in emit_PPCInstr()
5840 ppPPCInstr(i, mode64); in emit_PPCInstr()
Dhost_ppc_isel.c337 ppPPCInstr(instr, env->mode64); in addInstr()