Searched defs:S390FN (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dmain_main.c122 #define S390FN(f) f macro
125 #define S390FN(f) NULL macro
483 rRegUniv = S390FN(getRRegUniverse_S390());
484 isMove = (__typeof__(isMove)) S390FN(isMove_S390Instr);
486 = (__typeof__(getRegUsage)) S390FN(getRegUsage_S390Instr);
487 mapRegs = (__typeof__(mapRegs)) S390FN(mapRegs_S390Instr);
488 genSpill = (__typeof__(genSpill)) S390FN(genSpill_S390);
489 genReload = (__typeof__(genReload)) S390FN(genReload_S390);
491 ppInstr = (__typeof__(ppInstr)) S390FN(ppS390Instr);
492 ppReg = (__typeof__(ppReg)) S390FN(ppHRegS39
[all...]

Completed in 755 milliseconds