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

/external/valgrind/VEX/priv/
H A Dhost_ppc_defs.h923 PPCRI* r_rmc; member in struct:__anon15402::__anon15403::__anon15461
930 PPCRI* r_rmc; member in struct:__anon15402::__anon15403::__anon15462
1085 extern PPCInstr* PPCInstr_DfpRound ( HReg dst, HReg src, PPCRI* r_rmc );
1087 HReg src_lo, PPCRI* r_rmc );
H A Dhost_ppc_defs.c1028 PPCInstr* PPCInstr_DfpRound ( HReg dst, HReg src, PPCRI* r_rmc ) {
1033 i->Pin.DfpRound.r_rmc = r_rmc;
1037 HReg src_lo, PPCRI* r_rmc ) {
1044 i->Pin.DfpRound128.r_rmc = r_rmc;
2106 ppPPCRI(i->Pin.DfpRound.r_rmc); /* R in bit 3 and RMC in bits 2:0 */
2115 ppPPCRI(i->Pin.DfpRound128.r_rmc); /* R in bit 3 and RMC in bits 2:0 */
5529 UInt r_rmc, r, rmc; local
5531 r_rmc
5545 UInt r_rmc, r, rmc; local
[all...]
H A Dhost_ppc_isel.c4392 PPCRI* r_rmc = iselWordExpr_RI(env, e->Iex.Binop.arg1, IEndianess); local
4400 addInstr(env, PPCInstr_DfpRound(fr_dst, fr_src, r_rmc));
4677 PPCRI* r_rmc = iselWordExpr_RI(env, e->Iex.Binop.arg1, IEndianess); local
4684 r_srcHi, r_srcLo, r_rmc));

Completed in 698 milliseconds