/external/valgrind/VEX/priv/ |
D | host_mips_defs.c | 3400 UInt fr_src = fregNo(i->Min.FpUnary.src, mode64); in emit_MIPSInstr() local 3401 p = mkFormR(p, 0x11, 0x10, 0, fr_src, fr_dst, 0x6); in emit_MIPSInstr() 3406 UInt fr_src = dregNo(i->Min.FpUnary.src); in emit_MIPSInstr() local 3407 p = mkFormR(p, 0x11, 0x11, 0, fr_src, fr_dst, 0x6); in emit_MIPSInstr() 3412 UInt fr_src = fregNo(i->Min.FpUnary.src, mode64); in emit_MIPSInstr() local 3413 p = mkFormR(p, 0x11, 0x10, 0, fr_src, fr_dst, 0x5); in emit_MIPSInstr() 3418 UInt fr_src = dregNo(i->Min.FpUnary.src); in emit_MIPSInstr() local 3419 p = mkFormR(p, 0x11, 0x11, 0, fr_src, fr_dst, 0x5); in emit_MIPSInstr() 3424 UInt fr_src = fregNo(i->Min.FpUnary.src, mode64); in emit_MIPSInstr() local 3425 p = mkFormR(p, 0x11, 0x10, 0, fr_src, fr_dst, 0x7); in emit_MIPSInstr() [all …]
|
D | host_ppc_isel.c | 1167 HReg fr_src = newVRegF(env); in _set_FPU_rounding_mode() local 1198 fr_src = mk_LoadR64toFPR( env, r_tmp1 ); in _set_FPU_rounding_mode() 1200 fr_src = mk_LoadR64toFPR( env, r_src ); // 1*I64 -> F64 in _set_FPU_rounding_mode() 1206 fr_src = mk_LoadRR32toFPR( env, r_src, r_zero ); in _set_FPU_rounding_mode() 1208 fr_src = mk_LoadRR32toFPR( env, r_src, r_src ); // 2*I32 -> F64 in _set_FPU_rounding_mode() 1213 addInstr(env, PPCInstr_FpLdFPSCR( fr_src, dfp_rm )); in _set_FPU_rounding_mode() 1809 HReg fr_src = iselDfp64Expr(env, e->Iex.Binop.arg2, IEndianess); in iselWordExpr_R_wrk() local 1815 addInstr(env, PPCInstr_Dfp64Unary(Pfp_DCTFIX, ftmp, fr_src)); in iselWordExpr_R_wrk() 2182 HReg fr_src = iselDblExpr(env, e->Iex.Unop.arg, IEndianess); in iselWordExpr_R_wrk() local 2190 fr_src, am_addr )); in iselWordExpr_R_wrk() [all …]
|
D | host_mips_isel.c | 1457 HReg fr_src = iselFltExpr(env, e->Iex.Unop.arg); in iselWordExpr_R_wrk() local 1462 addInstr(env, MIPSInstr_FpGpMove(MFpGpMove_mfc1, r_dst, fr_src)); in iselWordExpr_R_wrk() 1469 HReg fr_src = iselFltExpr(env, e->Iex.Unop.arg); in iselWordExpr_R_wrk() local 1474 addInstr(env, MIPSInstr_FpGpMove(MFpGpMove_dmfc1, r_dst, fr_src)); in iselWordExpr_R_wrk() 2927 HReg fr_src = iselDblExpr(env, e->Iex.Unop.arg); in iselInt64Expr_wrk() local 2933 addInstr(env, MIPSInstr_FpLdSt(False /*store */ , 8, fr_src, in iselInt64Expr_wrk() 3022 HReg fr_src = iselWordExpr_R(env, e->Iex.Unop.arg); in iselFltExpr_wrk() local 3027 addInstr(env, MIPSInstr_FpGpMove(MFpGpMove_mtc1, r_dst, fr_src)); in iselFltExpr_wrk() 3042 HReg fr_src = iselWordExpr_R(env, e->Iex.Unop.arg); in iselFltExpr_wrk() local 3046 addInstr(env, MIPSInstr_FpGpMove(MFpGpMove_dmtc1, r_dst, fr_src)); in iselFltExpr_wrk() [all …]
|
D | host_ppc_defs.c | 4540 UInt fr_src = fregEnc(i->Pin.FpUnary.src); in emit_PPCInstr() local 4543 p = mkFormA( p, 63, fr_dst, 0, fr_src, 0, 26, 0, endness_host ); in emit_PPCInstr() 4546 p = mkFormA( p, 59, fr_dst, 0, fr_src, 0, 24, 0, endness_host ); in emit_PPCInstr() 4549 p = mkFormA( p, 63, fr_dst, 0, fr_src, 0, 22, 0, endness_host ); in emit_PPCInstr() 4552 p = mkFormX(p, 63, fr_dst, 0, fr_src, 264, 0, endness_host); in emit_PPCInstr() 4555 p = mkFormX(p, 63, fr_dst, 0, fr_src, 40, 0, endness_host); in emit_PPCInstr() 4558 p = mkFormX(p, 63, fr_dst, 0, fr_src, 72, 0, endness_host); in emit_PPCInstr() 4561 p = mkFormX(p, 63, fr_dst, 0, fr_src, 488, 0, endness_host); in emit_PPCInstr() 4564 p = mkFormX(p, 63, fr_dst, 0, fr_src, 456, 0, endness_host); in emit_PPCInstr() 4567 p = mkFormX(p, 63, fr_dst, 0, fr_src, 392, 0, endness_host); in emit_PPCInstr() [all …]
|