Searched refs:MIPSFpOp (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_mips_defs.h | 348 } MIPSFpOp; typedef 350 extern const HChar *showMIPSFpOp(MIPSFpOp); 534 MIPSFpOp op; 539 MIPSFpOp op; 545 MIPSFpOp op; 552 MIPSFpOp op; 566 MIPSFpOp op; 571 MIPSFpOp op; 645 extern MIPSInstr *MIPSInstr_FpUnary(MIPSFpOp op, HReg dst, HReg src); 646 extern MIPSInstr *MIPSInstr_FpBinary(MIPSFpOp op, HReg dst, HReg srcL, [all …]
|
D | host_mips_defs.c | 257 const HChar *showMIPSFpOp(MIPSFpOp op) in showMIPSFpOp() 1065 MIPSInstr *MIPSInstr_FpUnary(MIPSFpOp op, HReg dst, HReg src) in MIPSInstr_FpUnary() 1075 MIPSInstr *MIPSInstr_FpBinary(MIPSFpOp op, HReg dst, HReg srcL, HReg srcR) in MIPSInstr_FpBinary() 1086 MIPSInstr *MIPSInstr_FpTernary ( MIPSFpOp op, HReg dst, HReg src1, HReg src2, in MIPSInstr_FpTernary() 1099 MIPSInstr *MIPSInstr_FpConvert(MIPSFpOp op, HReg dst, HReg src) in MIPSInstr_FpConvert() 1110 MIPSInstr *MIPSInstr_FpCompare(MIPSFpOp op, HReg dst, HReg srcL, HReg srcR) in MIPSInstr_FpCompare()
|
D | host_mips_isel.c | 3130 MIPSFpOp op = 0; in iselFltExpr_wrk() 3317 MIPSFpOp op = 0; in iselFltExpr_wrk() 3453 MIPSFpOp fpop = Mfp_INVALID; in iselDblExpr_wrk() 3540 MIPSFpOp op = 0; in iselDblExpr_wrk() 3579 MIPSFpOp op = 0; in iselDblExpr_wrk()
|