Searched refs:ppInstr (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | main_main.c | 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() [all …]
|
D | host_generic_reg_alloc2.c | 388 void (*ppInstr) ( const HInstr*, Bool ), in doRegisterAllocation() 466 (*ppInstr)(_tmp, mode64); \ in doRegisterAllocation() 594 (*ppInstr)(instrs_in->arr[ii], mode64); in doRegisterAllocation() 610 (*ppInstr)(instrs_in->arr[ii], mode64); in doRegisterAllocation() 718 (*ppInstr)(instrs_in->arr[ii], mode64); in doRegisterAllocation() 731 (*ppInstr)(instrs_in->arr[ii], mode64); in doRegisterAllocation() 987 (*ppInstr)(instrs_in->arr[ii], mode64); in doRegisterAllocation() 1312 ppInstr(instrs_in->arr[ii], mode64); in doRegisterAllocation() 1321 ppInstr(reloaded, mode64); in doRegisterAllocation()
|
D | host_generic_regs.h | 474 void (*ppInstr) ( const HInstr*, Bool ),
|