Home | History | Annotate | Download | only in priv

Lines Matching refs:am_addr

288    MIPSAMode *am_addr;
297 am_addr = MIPSAMode_IR(0, StackPointer(mode64));
300 addInstr(env, MIPSInstr_Store(4, am_addr, fcsr_old, mode64));
310 MIPSAMode *am_addr;
311 am_addr = MIPSAMode_IR(0, StackPointer(mode64));
313 addInstr(env, MIPSInstr_Load(4, fcsr, am_addr, mode64));
810 MIPSAMode *am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, ty);
817 r_dst, am_addr, mode64));
1782 MIPSAMode *am_addr = MIPSAMode_IR(e->Iex.Get.offset,
1784 addInstr(env, MIPSInstr_Load(toUChar(sizeofIRType(ty)), r_dst, am_addr,
2124 MIPSAMode *am_addr = MIPSAMode_IR(0, GuestStatePointer(mode64));
2127 MIPSAMode_IR(am_addr->Mam.IR.index + COND_OFFSET(mode64),
2128 am_addr->Mam.IR.base),
2140 MIPSAMode *am_addr = MIPSAMode_IR(0, GuestStatePointer(mode64));
2143 MIPSAMode_IR(am_addr->Mam.IR.index + COND_OFFSET(mode64),
2144 am_addr->Mam.IR.base),
2151 MIPSAMode *am_addr = MIPSAMode_IR(0, GuestStatePointer(mode64));
2154 MIPSAMode_IR(am_addr->Mam.IR.index + COND_OFFSET(mode64),
2155 am_addr->Mam.IR.base),
2338 MIPSAMode *am_addr = MIPSAMode_IR(e->Iex.Get.offset,
2340 addInstr(env, MIPSInstr_Load(4, tLo, am_addr, mode64));
2341 addInstr(env, MIPSInstr_Load(4, tHi, nextMIPSAModeInt(am_addr), mode64));
2769 MIPSAMode *am_addr;
2777 am_addr = MIPSAMode_IR(0, StackPointer(mode64));
2781 am_addr));
2784 addInstr(env, MIPSInstr_Load(4, tLo, am_addr, mode64));
2785 addInstr(env, MIPSInstr_Load(4, tHi, nextMIPSAModeFloat(am_addr),
2788 addInstr(env, MIPSInstr_Load(4, tHi, am_addr, mode64));
2789 addInstr(env, MIPSInstr_Load(4, tLo, nextMIPSAModeFloat(am_addr),
2926 MIPSAMode *am_addr;
2930 am_addr = MIPSAMode_IR(0, StackPointer(mode64));
2934 am_addr));
2937 addInstr(env, MIPSInstr_Load(4, tLo, am_addr, mode64));
2938 addInstr(env, MIPSInstr_Load(4, tHi, nextMIPSAModeFloat(am_addr),
2941 addInstr(env, MIPSInstr_Load(4, tHi, am_addr, mode64));
2942 addInstr(env, MIPSInstr_Load(4, tLo, nextMIPSAModeFloat(am_addr),
2994 MIPSAMode *am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, ty);
2997 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 8, r_dst, am_addr));
3000 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 4, r_dst, am_addr));
3006 MIPSAMode *am_addr = MIPSAMode_IR(e->Iex.Get.offset,
3011 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 8, r_dst, am_addr));
3014 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 4, r_dst, am_addr));
3230 MIPSAMode *am_addr;
3237 am_addr = MIPSAMode_IR(0, StackPointer(mode64));
3240 addInstr(env, MIPSInstr_Store(8, am_addr, fr_src, mode64));
3243 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 8, tmp, am_addr));
3263 MIPSAMode *am_addr;
3270 am_addr = MIPSAMode_IR(0, StackPointer(mode64));
3273 addInstr(env, MIPSInstr_Store(8, am_addr, fr_src, mode64));
3276 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 8, tmp, am_addr));
3435 MIPSAMode *am_addr;
3437 am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, ty);
3438 addInstr(env, MIPSInstr_FpLdSt(True /*load */ , 8, r_dst, am_addr));
3446 MIPSAMode *am_addr = MIPSAMode_IR(e->Iex.Get.offset,
3448 addInstr(env, MIPSInstr_FpLdSt(True /*load */ , 8, r_dst, am_addr));
3649 MIPSAMode *am_addr;
3653 am_addr = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd);
3659 am_addr, r_src, mode64));
3677 am_addr));
3683 am_addr));
3689 am_addr));
3703 MIPSAMode *am_addr = MIPSAMode_IR(stmt->Ist.Put.offset,
3706 am_addr, r_src, mode64));
3712 MIPSAMode *am_addr = MIPSAMode_IR(stmt->Ist.Put.offset,
3718 am_addr, vLo, mode64));
3727 MIPSAMode *am_addr = MIPSAMode_IR(stmt->Ist.Put.offset,
3730 am_addr));
3736 MIPSAMode *am_addr = MIPSAMode_IR(stmt->Ist.Put.offset,
3739 am_addr));