Searched refs:isMove_MIPSInstr (Results 1 – 3 of 3) sorted by relevance
686 extern Bool isMove_MIPSInstr (const MIPSInstr *, HReg *, HReg *);
536 isMove = (__typeof__(isMove)) MIPS32FN(isMove_MIPSInstr); in LibVEX_Translate()554 isMove = (__typeof__(isMove)) MIPS64FN(isMove_MIPSInstr); in LibVEX_Translate()
1951 Bool isMove_MIPSInstr(const MIPSInstr * i, HReg * src, HReg * dst) in isMove_MIPSInstr() function