Home
last modified time | relevance | path

Searched refs:am_addr (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_mips_isel.c288 MIPSAMode *am_addr; in set_MIPS_rounding_mode() local
297 am_addr = MIPSAMode_IR(0, StackPointer(mode64)); in set_MIPS_rounding_mode()
300 addInstr(env, MIPSInstr_Store(4, am_addr, fcsr_old, mode64)); in set_MIPS_rounding_mode()
310 MIPSAMode *am_addr; in set_MIPS_rounding_default() local
311 am_addr = MIPSAMode_IR(0, StackPointer(mode64)); in set_MIPS_rounding_default()
313 addInstr(env, MIPSInstr_Load(4, fcsr, am_addr, mode64)); in set_MIPS_rounding_default()
810 MIPSAMode *am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, ty); in iselWordExpr_R_wrk() local
817 r_dst, am_addr, mode64)); in iselWordExpr_R_wrk()
1782 MIPSAMode *am_addr = MIPSAMode_IR(e->Iex.Get.offset, in iselWordExpr_R_wrk() local
1784 addInstr(env, MIPSInstr_Load(toUChar(sizeofIRType(ty)), r_dst, am_addr, in iselWordExpr_R_wrk()
[all …]
Dhost_tilegx_isel.c465 TILEGXAMode *am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, ty); in iselWordExpr_R_wrk() local
472 r_dst, am_addr)); in iselWordExpr_R_wrk()
1025 TILEGXAMode *am_addr; in iselWordExpr_R_wrk() local
1027 am_addr = TILEGXAMode_IR(e->Iex.Get.offset, in iselWordExpr_R_wrk()
1030 r_dst, am_addr)); in iselWordExpr_R_wrk()
1330 TILEGXAMode *am_addr = TILEGXAMode_IR(0, TILEGXGuestStatePointer()); in iselCondCode_wrk() local
1333 TILEGXAMode_IR(am_addr->GXam.IR.index + in iselCondCode_wrk()
1335 am_addr->GXam.IR.base), in iselCondCode_wrk()
1349 TILEGXAMode *am_addr = TILEGXAMode_IR(0, TILEGXGuestStatePointer()); in iselCondCode_wrk() local
1352 TILEGXAMode_IR(am_addr->GXam.IR.index + in iselCondCode_wrk()
[all …]
Dhost_ppc_isel.c1417 PPCAMode* am_addr; in iselWordExpr_R_wrk() local
1421 am_addr = iselWordExpr_AMode( env, e->Iex.Load.addr, ty/*of xfer*/, in iselWordExpr_R_wrk()
1424 r_dst, am_addr, mode64 )); in iselWordExpr_R_wrk()
2181 PPCAMode *am_addr; in iselWordExpr_R_wrk() local
2186 am_addr = PPCAMode_IR( 0, StackFramePtr(mode64) ); in iselWordExpr_R_wrk()
2190 fr_src, am_addr )); in iselWordExpr_R_wrk()
2192 addInstr(env, PPCInstr_Load( 8, r_dst, am_addr, mode64 )); in iselWordExpr_R_wrk()
2205 PPCAMode *am_addr; in iselWordExpr_R_wrk() local
2210 am_addr = PPCAMode_IR( 0, StackFramePtr(mode64) ); in iselWordExpr_R_wrk()
2214 fr_src, am_addr )); in iselWordExpr_R_wrk()
[all …]
Dhost_mips_defs.c3180 MIPSAMode *am_addr = i->Min.Load.src; in emit_MIPSInstr() local
3181 if (am_addr->tag == Mam_IR) { in emit_MIPSInstr()
3186 vassert(0 == (am_addr->Mam.IR.index & 3)); in emit_MIPSInstr()
3206 p = doAMode_IR(p, opc, r_dst, am_addr, mode64); in emit_MIPSInstr()
3208 } else if (am_addr->tag == Mam_RR) { in emit_MIPSInstr()
3230 p = doAMode_RR(p, opc, r_dst, am_addr, mode64); in emit_MIPSInstr()
3237 MIPSAMode *am_addr = i->Min.Store.dst; in emit_MIPSInstr() local
3238 if (am_addr->tag == Mam_IR) { in emit_MIPSInstr()
3243 vassert(0 == (am_addr->Mam.IR.index & 3)); in emit_MIPSInstr()
3263 p = doAMode_IR(p, opc, r_src, am_addr, mode64); in emit_MIPSInstr()
[all …]
Dhost_tilegx_defs.c2400 TILEGXAMode *am_addr = i->GXin.Load.src; in emit_TILEGXInstr() local
2401 if (am_addr->tag == GXam_IR) { in emit_TILEGXInstr()
2406 vassert(0 == (am_addr->GXam.IR.index & 3)); in emit_TILEGXInstr()
2427 p = doAMode_IR(p, opc, r_dst, am_addr); in emit_TILEGXInstr()
2434 TILEGXAMode *am_addr = i->GXin.Store.dst; in emit_TILEGXInstr() local
2435 if (am_addr->tag == GXam_IR) { in emit_TILEGXInstr()
2455 p = doAMode_IR(p, opc, r_src, am_addr); in emit_TILEGXInstr()
Dhost_ppc_defs.c4374 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
[all …]
Dhost_ppc_defs.h1055 extern PPCInstr* PPCInstr_AvSh ( Bool shLeft, HReg dst, PPCAMode* am_addr );