Lines Matching refs:am_addr
4374 PPCAMode* am_addr = i->Pin.Load.src; in emit_PPCInstr() local
4377 switch (am_addr->tag) { in emit_PPCInstr()
4381 vassert(0 == (am_addr->Pam.IR.index & 3)); in emit_PPCInstr()
4390 p = doAMode_IR(p, opc1, r_dst, am_addr, mode64, endness_host); in emit_PPCInstr()
4400 p = doAMode_RR(p, 31, opc2, r_dst, am_addr, mode64, endness_host); in emit_PPCInstr()
4475 PPCAMode* am_addr = i->Pin.Store.dst; in emit_PPCInstr() local
4482 vassert(0 == (am_addr->Pam.IR.index & 3)); in emit_PPCInstr()
4493 p = doAMode_IR(p, opc1, r_src, am_addr, mode64, endness_host); in emit_PPCInstr()
4505 p = doAMode_RR(p, 31, opc2, r_src, am_addr, mode64, endness_host); in emit_PPCInstr()
4642 PPCAMode* am_addr = i->Pin.FpLdSt.addr; in emit_PPCInstr() local
4652 p = doAMode_RR(p, 31, opc, f_reg, am_addr, mode64, endness_host); in emit_PPCInstr()
4655 p = doAMode_IR(p, opc, f_reg, am_addr, mode64, endness_host); in emit_PPCInstr()
4660 p = doAMode_RR(p, 31, opc, f_reg, am_addr, mode64, endness_host); in emit_PPCInstr()
4663 p = doAMode_IR(p, opc, f_reg, am_addr, mode64, endness_host); in emit_PPCInstr()