Home
last modified time | relevance | path

Searched refs:r_rmc (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h923 PPCRI* r_rmc; member
930 PPCRI* r_rmc; member
1085 extern PPCInstr* PPCInstr_DfpRound ( HReg dst, HReg src, PPCRI* r_rmc );
1087 HReg src_lo, PPCRI* r_rmc );
Dhost_ppc_defs.c1028 PPCInstr* PPCInstr_DfpRound ( HReg dst, HReg src, PPCRI* r_rmc ) { in PPCInstr_DfpRound() argument
1033 i->Pin.DfpRound.r_rmc = r_rmc; in PPCInstr_DfpRound()
1037 HReg src_lo, PPCRI* r_rmc ) { in PPCInstr_DfpRound128() argument
1044 i->Pin.DfpRound128.r_rmc = r_rmc; in PPCInstr_DfpRound128()
2106 ppPPCRI(i->Pin.DfpRound.r_rmc); /* R in bit 3 and RMC in bits 2:0 */ in ppPPCInstr()
2115 ppPPCRI(i->Pin.DfpRound128.r_rmc); /* R in bit 3 and RMC in bits 2:0 */ in ppPPCInstr()
5529 UInt r_rmc, r, rmc; in emit_PPCInstr() local
5531 r_rmc = i->Pin.DfpRound.r_rmc->Pri.Imm; in emit_PPCInstr()
5532 r = (r_rmc & 0x8) >> 3; in emit_PPCInstr()
5533 rmc = r_rmc & 0x3; in emit_PPCInstr()
[all …]
Dhost_ppc_isel.c4394 PPCRI* r_rmc = iselWordExpr_RI(env, e->Iex.Binop.arg1, IEndianess); in iselDfp64Expr_wrk() local
4402 addInstr(env, PPCInstr_DfpRound(fr_dst, fr_src, r_rmc)); in iselDfp64Expr_wrk()
4679 PPCRI* r_rmc = iselWordExpr_RI(env, e->Iex.Binop.arg1, IEndianess); in iselDfp128Expr_wrk() local
4686 r_srcHi, r_srcLo, r_rmc)); in iselDfp128Expr_wrk()