Searched refs:r_base (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_ppc_defs.c | 4785 UInt opc2, v_reg, r_idx, r_base; in emit_PPCInstr() local 4791 r_base = iregEnc(i->Pin.AvLdSt.addr->Pam.RR.base, mode64); in emit_PPCInstr() 4804 p = mkFormX(p, 31, v_reg, r_idx, r_base, opc2, 0, endness_host); in emit_PPCInstr() 4807 p = mkFormX(p, 31, v_reg, r_idx, r_base, opc2, 0, endness_host); in emit_PPCInstr() 5222 UInt r_idx, r_base; in emit_PPCInstr() local 5224 r_base = iregEnc(i->Pin.AvSh.addr->Pam.RR.base, mode64); in emit_PPCInstr() 5236 p = mkFormVXI( p, 31, v_dst, r_idx, r_base, 6, endness_host ); in emit_PPCInstr() 5239 p = mkFormVXI( p, 31, v_dst, r_idx, r_base, 38, endness_host ); in emit_PPCInstr()
|
D | host_mips_isel.c | 734 HReg r_base = iselWordExpr_R(env, e->Iex.Binop.arg1); in iselWordExpr_AMode_wrk() local 736 return MIPSAMode_RR(r_idx, r_base); in iselWordExpr_AMode_wrk() 753 HReg r_base = iselWordExpr_R(env, e->Iex.Binop.arg1); in iselWordExpr_AMode_wrk() local 756 return MIPSAMode_RR(r_idx, r_base); in iselWordExpr_AMode_wrk()
|
D | host_ppc_isel.c | 2564 HReg r_base = iselWordExpr_R(env, e->Iex.Binop.arg1, IEndianess); in iselWordExpr_AMode_wrk() local 2566 return PPCAMode_RR( r_idx, r_base ); in iselWordExpr_AMode_wrk() 2588 HReg r_base = iselWordExpr_R(env, e->Iex.Binop.arg1, IEndianess); in iselWordExpr_AMode_wrk() local 2590 return PPCAMode_RR( r_idx, r_base ); in iselWordExpr_AMode_wrk()
|