Lines Matching refs:r_idx
4785 UInt opc2, v_reg, r_idx, r_base; in emit_PPCInstr() local
4795 r_idx = 30; // XXX: Using r30 as temp in emit_PPCInstr()
4796 p = mkLoadImm(p, r_idx, in emit_PPCInstr()
4799 r_idx = iregEnc(i->Pin.AvLdSt.addr->Pam.RR.index, 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
5227 r_idx = 30; // XXX: Using r30 as temp in emit_PPCInstr()
5228 p = mkLoadImm(p, r_idx, in emit_PPCInstr()
5231 r_idx = iregEnc(i->Pin.AvSh.addr->Pam.RR.index, 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()