Lines Matching refs:ppInstr
332 void (*ppInstr) ( const HInstr*, Bool ); in LibVEX_Translate() local
368 ppInstr = NULL; in LibVEX_Translate()
419 ppInstr = (__typeof__(ppInstr)) X86FN(ppX86Instr); in LibVEX_Translate()
436 ppInstr = (__typeof__(ppInstr)) AMD64FN(ppAMD64Instr); in LibVEX_Translate()
453 ppInstr = (__typeof__(ppInstr)) PPC32FN(ppPPCInstr); in LibVEX_Translate()
470 ppInstr = (__typeof__(ppInstr)) PPC64FN(ppPPCInstr); in LibVEX_Translate()
491 ppInstr = (__typeof__(ppInstr)) S390FN(ppS390Instr); in LibVEX_Translate()
508 ppInstr = (__typeof__(ppInstr)) ARMFN(ppARMInstr); in LibVEX_Translate()
525 ppInstr = (__typeof__(ppInstr)) ARM64FN(ppARM64Instr); in LibVEX_Translate()
542 ppInstr = (__typeof__(ppInstr)) MIPS32FN(ppMIPSInstr); in LibVEX_Translate()
560 ppInstr = (__typeof__(ppInstr)) MIPS64FN(ppMIPSInstr); in LibVEX_Translate()
578 ppInstr = (__typeof__(ppInstr)) TILEGXFN(ppTILEGXInstr); in LibVEX_Translate()
1031 ppInstr(vcode->arr[i], mode64); in LibVEX_Translate()
1042 ppInstr, ppReg, mode64 ); in LibVEX_Translate()
1052 ppInstr(rcode->arr[i], mode64); in LibVEX_Translate()
1077 ppInstr(hi, mode64); in LibVEX_Translate()