/external/valgrind/main/VEX/priv/ |
D | host_mips_defs.c | 3648 UInt fr_srcR = fregNo(i->Min.FpBinary.srcR, mode64); in emit_MIPSInstr() local 3649 p = mkFormR(p, 0x11, 0x10, fr_srcR, fr_srcL, fr_dst, 0); in emit_MIPSInstr() 3655 UInt fr_srcR = fregNo(i->Min.FpBinary.srcR, mode64); in emit_MIPSInstr() local 3656 p = mkFormR(p, 0x11, 0x10, fr_srcR, fr_srcL, fr_dst, 1); in emit_MIPSInstr() 3662 UInt fr_srcR = fregNo(i->Min.FpBinary.srcR, mode64); in emit_MIPSInstr() local 3663 p = mkFormR(p, 0x11, 0x10, fr_srcR, fr_srcL, fr_dst, 2); in emit_MIPSInstr() 3669 UInt fr_srcR = fregNo(i->Min.FpBinary.srcR, mode64); in emit_MIPSInstr() local 3670 p = mkFormR(p, 0x11, 0x10, fr_srcR, fr_srcL, fr_dst, 3); in emit_MIPSInstr() 3676 UInt fr_srcR = dregNo(i->Min.FpBinary.srcR); in emit_MIPSInstr() local 3677 p = mkFormR(p, 0x11, 0x11, fr_srcR, fr_srcL, fr_dst, 0); in emit_MIPSInstr() [all …]
|
D | host_ppc_defs.c | 4348 UInt fr_srcR = fregNo(i->Pin.FpBinary.srcR); in emit_PPCInstr() local 4351 p = mkFormA( p, 63, fr_dst, fr_srcL, fr_srcR, 0, 21, 0 ); in emit_PPCInstr() 4354 p = mkFormA( p, 59, fr_dst, fr_srcL, fr_srcR, 0, 21, 0 ); in emit_PPCInstr() 4357 p = mkFormA( p, 63, fr_dst, fr_srcL, fr_srcR, 0, 20, 0 ); in emit_PPCInstr() 4360 p = mkFormA( p, 59, fr_dst, fr_srcL, fr_srcR, 0, 20, 0 ); in emit_PPCInstr() 4363 p = mkFormA( p, 63, fr_dst, fr_srcL, 0, fr_srcR, 25, 0 ); in emit_PPCInstr() 4366 p = mkFormA( p, 59, fr_dst, fr_srcL, 0, fr_srcR, 25, 0 ); in emit_PPCInstr() 4369 p = mkFormA( p, 63, fr_dst, fr_srcL, fr_srcR, 0, 18, 0 ); in emit_PPCInstr() 4372 p = mkFormA( p, 59, fr_dst, fr_srcL, fr_srcR, 0, 18, 0 ); in emit_PPCInstr() 4522 UInt fr_srcR = fregNo(i->Pin.FpCmp.srcR); in emit_PPCInstr() local [all …]
|
D | host_ppc_isel.c | 1506 HReg fr_srcR; in iselWordExpr_R_wrk() local 1517 fr_srcR = iselDblExpr(env, e->Iex.Binop.arg2); in iselWordExpr_R_wrk() 1518 addInstr(env, PPCInstr_FpCmp(r_ccPPC, fr_srcL, fr_srcR)); in iselWordExpr_R_wrk() 1522 fr_srcR = iselDfp64Expr(env, e->Iex.Binop.arg2); in iselWordExpr_R_wrk() 1523 addInstr(env, PPCInstr_Dfp64Cmp(r_ccPPC, fr_srcL, fr_srcR)); in iselWordExpr_R_wrk() 1527 iselDfp128Expr(&fr_srcR, &fr_srcR_lo, env, e->Iex.Binop.arg2); in iselWordExpr_R_wrk() 1529 fr_srcR, fr_srcR_lo)); in iselWordExpr_R_wrk() 3894 HReg fr_srcR = iselDblExpr(env, e->Iex.Binop.arg2); in iselDfp64Expr_wrk() local 3897 fr_srcR)); in iselDfp64Expr_wrk() 3986 HReg fr_srcR = iselDfp64Expr(env, e->Iex.Binop.arg2); in iselDfp64Expr_wrk() local [all …]
|