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

/external/valgrind/VEX/priv/
H A Dmain_main.c146 #define MIPS32FN(f) f macro
149 #define MIPS32FN(f) NULL macro
535 rRegUniv = MIPS32FN(getRRegUniverse_MIPS(mode64));
536 isMove = (__typeof__(isMove)) MIPS32FN(isMove_MIPSInstr);
538 = (__typeof__(getRegUsage)) MIPS32FN(getRegUsage_MIPSInstr);
539 mapRegs = (__typeof__(mapRegs)) MIPS32FN(mapRegs_MIPSInstr);
540 genSpill = (__typeof__(genSpill)) MIPS32FN(genSpill_MIPS);
541 genReload = (__typeof__(genReload)) MIPS32FN(genReload_MIPS);
542 ppInstr = (__typeof__(ppInstr)) MIPS32FN(ppMIPSInstr);
543 ppReg = (__typeof__(ppReg)) MIPS32FN(ppHRegMIP
[all...]

Completed in 80 milliseconds