Home
last modified time | relevance | path

Searched refs:ppMIPSInstr (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_mips_defs.h680 extern void ppMIPSInstr(const MIPSInstr *, Bool mode64);
Dmain_main.c542 ppInstr = (__typeof__(ppInstr)) MIPS32FN(ppMIPSInstr); in LibVEX_Translate()
560 ppInstr = (__typeof__(ppInstr)) MIPS64FN(ppMIPSInstr); in LibVEX_Translate()
Dhost_mips_defs.c1182 void ppMIPSInstr(const MIPSInstr * i, Bool mode64) in ppMIPSInstr() function
1780 ppMIPSInstr(i, mode64); in getRegUsage_MIPSInstr()
1940 ppMIPSInstr(i, mode64); in mapRegs_MIPSInstr()
3893 ppMIPSInstr(i, mode64); in emit_MIPSInstr()
Dhost_mips_isel.c164 ppMIPSInstr(instr, mode64); in addInstr()