/external/valgrind/VEX/priv/ |
D | host_mips_defs.c | 3452 UInt fr_srcL = fregNo(i->Min.FpBinary.srcL, mode64); in emit_MIPSInstr() local 3454 p = mkFormR(p, 0x11, 0x10, fr_srcR, fr_srcL, fr_dst, 0); in emit_MIPSInstr() 3459 UInt fr_srcL = fregNo(i->Min.FpBinary.srcL, mode64); in emit_MIPSInstr() local 3461 p = mkFormR(p, 0x11, 0x10, fr_srcR, fr_srcL, fr_dst, 1); in emit_MIPSInstr() 3466 UInt fr_srcL = fregNo(i->Min.FpBinary.srcL, mode64); in emit_MIPSInstr() local 3468 p = mkFormR(p, 0x11, 0x10, fr_srcR, fr_srcL, fr_dst, 2); in emit_MIPSInstr() 3473 UInt fr_srcL = fregNo(i->Min.FpBinary.srcL, mode64); in emit_MIPSInstr() local 3475 p = mkFormR(p, 0x11, 0x10, fr_srcR, fr_srcL, fr_dst, 3); in emit_MIPSInstr() 3480 UInt fr_srcL = dregNo(i->Min.FpBinary.srcL); in emit_MIPSInstr() local 3482 p = mkFormR(p, 0x11, 0x11, fr_srcR, fr_srcL, fr_dst, 0); in emit_MIPSInstr() [all …]
|
D | host_ppc_defs.c | 4580 UInt fr_srcL = fregEnc(i->Pin.FpBinary.srcL); in emit_PPCInstr() local 4584 p = mkFormA( p, 63, fr_dst, fr_srcL, fr_srcR, 0, 21, 0, endness_host ); in emit_PPCInstr() 4587 p = mkFormA( p, 59, fr_dst, fr_srcL, fr_srcR, 0, 21, 0, endness_host ); in emit_PPCInstr() 4590 p = mkFormA( p, 63, fr_dst, fr_srcL, fr_srcR, 0, 20, 0, endness_host ); in emit_PPCInstr() 4593 p = mkFormA( p, 59, fr_dst, fr_srcL, fr_srcR, 0, 20, 0, endness_host ); in emit_PPCInstr() 4596 p = mkFormA( p, 63, fr_dst, fr_srcL, 0, fr_srcR, 25, 0, endness_host ); in emit_PPCInstr() 4599 p = mkFormA( p, 59, fr_dst, fr_srcL, 0, fr_srcR, 25, 0, endness_host ); in emit_PPCInstr() 4602 p = mkFormA( p, 63, fr_dst, fr_srcL, fr_srcR, 0, 18, 0, endness_host ); in emit_PPCInstr() 4605 p = mkFormA( p, 59, fr_dst, fr_srcL, fr_srcR, 0, 18, 0, endness_host ); in emit_PPCInstr() 4759 UInt fr_srcL = fregEnc(i->Pin.FpCmp.srcL); in emit_PPCInstr() local [all …]
|
D | host_ppc_isel.c | 1670 HReg fr_srcL; in iselWordExpr_R_wrk() local 1682 fr_srcL = iselDblExpr(env, e->Iex.Binop.arg1, IEndianess); in iselWordExpr_R_wrk() 1684 addInstr(env, PPCInstr_FpCmp(r_ccPPC, fr_srcL, fr_srcR)); in iselWordExpr_R_wrk() 1687 fr_srcL = iselDfp64Expr(env, e->Iex.Binop.arg1, IEndianess); in iselWordExpr_R_wrk() 1689 addInstr(env, PPCInstr_Dfp64Cmp(r_ccPPC, fr_srcL, fr_srcR)); in iselWordExpr_R_wrk() 1692 iselDfp128Expr(&fr_srcL, &fr_srcL_lo, env, e->Iex.Binop.arg1, in iselWordExpr_R_wrk() 1696 addInstr(env, PPCInstr_Dfp128Cmp(r_ccPPC, fr_srcL, fr_srcL_lo, in iselWordExpr_R_wrk() 4358 HReg fr_srcL = iselDblExpr(env, e->Iex.Binop.arg1, IEndianess); in iselDfp64Expr_wrk() local 4361 addInstr(env, PPCInstr_Dfp64Binary(Pfp_DIEX, fr_dst, fr_srcL, in iselDfp64Expr_wrk() 4463 HReg fr_srcL = newVRegF(env); in iselDfp64Expr_wrk() local [all …]
|