Searched refs:MIPSFpOp (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_mips_defs.h | 407 } MIPSFpOp; typedef 409 extern HChar *showMIPSFpOp(MIPSFpOp); 566 MIPSFpOp op; 571 MIPSFpOp op; 577 MIPSFpOp op; 591 MIPSFpOp op; 596 MIPSFpOp op; 603 MIPSFpOp op; 663 extern MIPSInstr *MIPSInstr_FpUnary(MIPSFpOp op, HReg dst, HReg src); 664 extern MIPSInstr *MIPSInstr_FpBinary(MIPSFpOp op, HReg dst, HReg srcL, [all …]
|
D | host_mips_defs.c | 687 HChar *showMIPSFpOp(MIPSFpOp op) in showMIPSFpOp() 1391 MIPSInstr *MIPSInstr_FpUnary(MIPSFpOp op, HReg dst, HReg src) in MIPSInstr_FpUnary() 1401 MIPSInstr *MIPSInstr_FpBinary(MIPSFpOp op, HReg dst, HReg srcL, HReg srcR) in MIPSInstr_FpBinary() 1412 MIPSInstr *MIPSInstr_FpConvert(MIPSFpOp op, HReg dst, HReg src) in MIPSInstr_FpConvert() 1423 MIPSInstr *MIPSInstr_FpCompare(MIPSFpOp op, HReg dst, HReg srcL, HReg srcR, in MIPSInstr_FpCompare()
|
D | host_mips_isel.c | 2292 MIPSFpOp op = 0; in iselFltExpr_wrk() 2473 MIPSFpOp fpop = Mfp_INVALID; in iselDblExpr_wrk() 2624 MIPSFpOp op = 0; in iselDblExpr_wrk()
|