Home
last modified time | relevance | path

Searched refs:isMove_MIPSInstr (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_mips_defs.h686 extern Bool isMove_MIPSInstr (const MIPSInstr *, HReg *, HReg *);
Dmain_main.c536 isMove = (__typeof__(isMove)) MIPS32FN(isMove_MIPSInstr); in LibVEX_Translate()
554 isMove = (__typeof__(isMove)) MIPS64FN(isMove_MIPSInstr); in LibVEX_Translate()
Dhost_mips_defs.c1951 Bool isMove_MIPSInstr(const MIPSInstr * i, HReg * src, HReg * dst) in isMove_MIPSInstr() function