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

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_isel.c3939 PPCRI* r_rmc = iselWordExpr_RI(env, e->Iex.Binop.arg1); local
3942 addInstr(env, PPCInstr_DfpRound(fr_dst, fr_src, r_rmc));
4140 PPCRI* r_rmc = iselWordExpr_RI(env, e->Iex.Binop.arg1); local
4146 r_srcHi, r_srcLo, r_rmc));
H A Dhost_ppc_defs.c1076 PPCInstr* PPCInstr_DfpRound ( HReg dst, HReg src, PPCRI* r_rmc ) {
1081 i->Pin.DfpRound.r_rmc = r_rmc;
1085 HReg src_lo, PPCRI* r_rmc ) {
1092 i->Pin.DfpRound128.r_rmc = r_rmc;
2019 ppPPCRI(i->Pin.DfpRound.r_rmc); /* R in bit 3 and RMC in bits 2:0 */
2028 ppPPCRI(i->Pin.DfpRound128.r_rmc); /* R in bit 3 and RMC in bits 2:0 */
5155 UInt r_rmc, r, rmc; local
5157 r_rmc
5171 UInt r_rmc, r, rmc; local
[all...]
H A Dhost_ppc_defs.h884 PPCRI* r_rmc; member in struct:__anon26773::__anon26774::__anon26826
891 PPCRI* r_rmc; member in struct:__anon26773::__anon26774::__anon26827
1036 extern PPCInstr* PPCInstr_DfpRound ( HReg dst, HReg src, PPCRI* r_rmc );
1038 HReg src_lo, PPCRI* r_rmc );

Completed in 70 milliseconds