Searched defs:am_addr (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_mips_isel.c270 MIPSAMode *am_addr; local
279 am_addr = MIPSAMode_IR(0, StackPointer(mode64));
282 addInstr(env, MIPSInstr_Store(4, am_addr, fcsr_old, mode64));
292 MIPSAMode *am_addr; local
293 am_addr = MIPSAMode_IR(0, StackPointer(mode64));
295 addInstr(env, MIPSInstr_Load(4, fcsr, am_addr, mode64));
649 MIPSAMode *am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, ty); local
656 r_dst, am_addr, mode64));
1052 MIPSAMode *am_addr; local
1059 am_addr
1147 MIPSAMode *am_addr; local
1166 MIPSAMode *am_addr; local
1401 MIPSAMode *am_addr = MIPSAMode_IR(e->Iex.Get.offset, local
1704 MIPSAMode *am_addr = MIPSAMode_IR(0, GuestStatePointer(mode64)); local
1719 MIPSAMode *am_addr = MIPSAMode_IR(0, GuestStatePointer(mode64)); local
1729 MIPSAMode *am_addr = MIPSAMode_IR(0, GuestStatePointer(mode64)); local
1920 MIPSAMode *am_addr = MIPSAMode_IR(e->Iex.Get.offset, local
2125 MIPSAMode *am_addr; local
2184 MIPSAMode *am_addr; local
2195 MIPSAMode *am_addr = MIPSAMode_IR(e->Iex.Get.offset, local
2204 MIPSAMode *am_addr; local
2223 MIPSAMode *am_addr; local
2245 MIPSAMode *am_addr; local
2346 MIPSAMode *am_addr; local
2455 MIPSAMode *am_addr; local
2466 MIPSAMode *am_addr = MIPSAMode_IR(e->Iex.Get.offset, local
2494 MIPSAMode *am_addr; local
2531 MIPSAMode *am_addr; local
2673 MIPSAMode *am_addr = MIPSAMode_IR(0, StackPointer(mode64)); local
2754 MIPSAMode *am_addr; local
2796 MIPSAMode *am_addr = MIPSAMode_IR(stmt->Ist.Put.offset, local
2805 MIPSAMode *am_addr = MIPSAMode_IR(stmt->Ist.Put.offset, local
2820 MIPSAMode *am_addr = MIPSAMode_IR(stmt->Ist.Put.offset, local
2830 MIPSAMode *am_addr = MIPSAMode_IR(stmt->Ist.Put.offset, local
[all...]
H A Dhost_mips_defs.c3355 MIPSAMode *am_addr = i->Min.Load.src; local
3356 if (am_addr->tag == Mam_IR) {
3361 vassert(0 == (am_addr->Mam.IR.index & 3));
3381 p = doAMode_IR(p, opc, r_dst, am_addr, mode64);
3383 } else if (am_addr->tag == Mam_RR) {
3405 p = doAMode_RR(p, opc, r_dst, am_addr, mode64);
3412 MIPSAMode *am_addr = i->Min.Store.dst; local
3413 if (am_addr->tag == Mam_IR) {
3418 vassert(0 == (am_addr->Mam.IR.index & 3));
3438 p = doAMode_IR(p, opc, r_src, am_addr, mode6
3468 MIPSAMode *am_addr = i->Min.LoadL.src; local
3477 MIPSAMode *am_addr = i->Min.StoreC.dst; local
3498 MIPSAMode *am_addr = i->Min.FpLdSt.addr; local
[all...]
H A Dhost_ppc_isel.c1255 PPCAMode* am_addr; local
1259 am_addr = iselWordExpr_AMode( env, e->Iex.Load.addr, ty/*of xfer*/ );
1261 r_dst, am_addr, mode64 ));
1947 PPCAMode *am_addr; local
1952 am_addr = PPCAMode_IR( 0, StackFramePtr(mode64) );
1956 fr_src, am_addr ));
1958 addInstr(env, PPCInstr_Load( 8, r_dst, am_addr, mode64 ));
1971 PPCAMode *am_addr; local
1976 am_addr = PPCAMode_IR( 0, StackFramePtr(mode64) );
1980 fr_src, am_addr ));
1991 PPCAMode *am_addr; local
2069 PPCAMode* am_addr = PPCAMode_IR( e->Iex.Get.offset, local
2883 PPCAMode* am_addr = PPCAMode_IR( e->Iex.Get.offset, local
3353 PPCAMode* am_addr; local
3363 PPCAMode* am_addr = PPCAMode_IR( e->Iex.Get.offset, local
3556 PPCAMode* am_addr; local
3566 PPCAMode* am_addr = PPCAMode_IR( e->Iex.Get.offset, local
3761 PPCAMode *am_addr; local
3837 PPCAMode* am_addr = PPCAMode_IR( e->Iex.Get.offset, local
4280 PPCAMode* am_addr; local
4696 PPCAMode* am_addr local
4704 PPCAMode* am_addr local
4712 PPCAMode* am_addr local
4720 PPCAMode* am_addr local
4753 PPCAMode* am_addr = PPCAMode_IR( stmt->Ist.Put.offset, local
4761 PPCAMode* am_addr = PPCAMode_IR( stmt->Ist.Put.offset, local
4773 PPCAMode* am_addr = PPCAMode_IR( stmt->Ist.Put.offset, local
4781 PPCAMode* am_addr = PPCAMode_IR( stmt->Ist.Put.offset, local
4789 PPCAMode* am_addr = PPCAMode_IR( stmt->Ist.Put.offset, local
[all...]
H A Dhost_ppc_defs.c4163 PPCAMode* am_addr = i->Pin.Load.src; local
4166 switch (am_addr->tag) {
4170 vassert(0 == (am_addr->Pam.IR.index & 3));
4179 p = doAMode_IR(p, opc1, r_dst, am_addr, mode64);
4189 p = doAMode_RR(p, 31, opc2, r_dst, am_addr, mode64);
4253 PPCAMode* am_addr = i->Pin.Store.dst; local
4260 vassert(0 == (am_addr->Pam.IR.index & 3));
4271 p = doAMode_IR(p, opc1, r_src, am_addr, mode64);
4283 p = doAMode_RR(p, 31, opc2, r_src, am_addr, mode64);
4405 PPCAMode* am_addr local
[all...]

Completed in 329 milliseconds