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

/external/valgrind/VEX/priv/
H A Dmain_main.c98 #define AMD64FN(f) f macro
101 #define AMD64FN(f) NULL macro
429 rRegUniv = AMD64FN(getRRegUniverse_AMD64());
430 isMove = (__typeof__(isMove)) AMD64FN(isMove_AMD64Instr);
432 = (__typeof__(getRegUsage)) AMD64FN(getRegUsage_AMD64Instr);
433 mapRegs = (__typeof__(mapRegs)) AMD64FN(mapRegs_AMD64Instr);
434 genSpill = (__typeof__(genSpill)) AMD64FN(genSpill_AMD64);
435 genReload = (__typeof__(genReload)) AMD64FN(genReload_AMD64);
436 ppInstr = (__typeof__(ppInstr)) AMD64FN(ppAMD64Instr);
437 ppReg = (__typeof__(ppReg)) AMD64FN(ppHRegAMD6
[all...]

Completed in 74 milliseconds