Home
last modified time | relevance | path

Searched refs:ppReg (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dmain_main.c333 void (*ppReg) ( HReg ); in LibVEX_Translate() local
369 ppReg = NULL; in LibVEX_Translate()
420 ppReg = (__typeof__(ppReg)) X86FN(ppHRegX86); in LibVEX_Translate()
437 ppReg = (__typeof__(ppReg)) AMD64FN(ppHRegAMD64); in LibVEX_Translate()
454 ppReg = (__typeof__(ppReg)) PPC32FN(ppHRegPPC); in LibVEX_Translate()
471 ppReg = (__typeof__(ppReg)) PPC64FN(ppHRegPPC); in LibVEX_Translate()
492 ppReg = (__typeof__(ppReg)) S390FN(ppHRegS390); in LibVEX_Translate()
509 ppReg = (__typeof__(ppReg)) ARMFN(ppHRegARM); in LibVEX_Translate()
526 ppReg = (__typeof__(ppReg)) ARM64FN(ppHRegARM64); in LibVEX_Translate()
543 ppReg = (__typeof__(ppReg)) MIPS32FN(ppHRegMIPS); in LibVEX_Translate()
[all …]
Dhost_generic_reg_alloc2.c389 void (*ppReg) ( HReg ), in doRegisterAllocation()
477 (*ppReg)(univ->regs[z]); \ in doRegisterAllocation()
483 (*ppReg)(rreg_state[z].vreg); \ in doRegisterAllocation()
715 (*ppReg)(univ->regs[j]); in doRegisterAllocation()
728 (*ppReg)(univ->regs[j]); in doRegisterAllocation()
809 ppReg(univ->regs[j]); in doRegisterAllocation()
845 (*ppReg)(rreg_lrs_la[j].rreg); in doRegisterAllocation()
852 (*ppReg)(rreg_lrs_db[j].rreg); in doRegisterAllocation()
1022 (*ppReg)(reg); in doRegisterAllocation()
1116 (*ppReg)(vregS); in doRegisterAllocation()
[all …]
Dhost_generic_regs.h475 void (*ppReg) ( HReg ),