Searched refs:MIPSInstr_FpBinary (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_mips_defs.h | 646 extern MIPSInstr *MIPSInstr_FpBinary(MIPSFpOp op, HReg dst, HReg srcL,
|
D | host_mips_isel.c | 3167 addInstr(env, MIPSInstr_FpBinary(op, dst, argL, argR)); in iselFltExpr_wrk() 3564 addInstr(env, MIPSInstr_FpBinary(op, dst, argL, argR)); in iselDblExpr_wrk()
|
D | host_mips_defs.c | 1075 MIPSInstr *MIPSInstr_FpBinary(MIPSFpOp op, HReg dst, HReg srcL, HReg srcR) in MIPSInstr_FpBinary() function
|