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

/external/valgrind/VEX/priv/
H A Dmain_main.c106 #define PPC32FN(f) f macro
109 #define PPC32FN(f) NULL macro
446 rRegUniv = PPC32FN(getRRegUniverse_PPC(mode64));
447 isMove = (__typeof__(isMove)) PPC32FN(isMove_PPCInstr);
449 = (__typeof__(getRegUsage)) PPC32FN(getRegUsage_PPCInstr);
450 mapRegs = (__typeof__(mapRegs)) PPC32FN(mapRegs_PPCInstr);
451 genSpill = (__typeof__(genSpill)) PPC32FN(genSpill_PPC);
452 genReload = (__typeof__(genReload)) PPC32FN(genReload_PPC);
453 ppInstr = (__typeof__(ppInstr)) PPC32FN(ppPPCInstr);
454 ppReg = (__typeof__(ppReg)) PPC32FN(ppHRegPP
[all...]

Completed in 46 milliseconds