Home
last modified time | relevance | path

Searched refs:MIPSAMode (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_mips_defs.h185 } MIPSAMode; typedef
187 extern MIPSAMode *MIPSAMode_IR(Int, HReg);
188 extern MIPSAMode *MIPSAMode_RR(HReg, HReg);
190 extern MIPSAMode *dopyMIPSAMode(MIPSAMode *);
191 extern MIPSAMode *nextMIPSAModeFloat(MIPSAMode *);
192 extern MIPSAMode *nextMIPSAModeInt(MIPSAMode *);
194 extern void ppMIPSAMode(MIPSAMode *, Bool);
459 MIPSAMode* amPC; /* amode in guest state for PC */
467 MIPSAMode* amPC;
474 MIPSAMode* amPC;
[all …]
Dhost_mips_defs.c454 MIPSAMode *MIPSAMode_IR(Int idx, HReg base) in MIPSAMode_IR()
456 MIPSAMode *am = LibVEX_Alloc_inline(sizeof(MIPSAMode)); in MIPSAMode_IR()
464 MIPSAMode *MIPSAMode_RR(HReg idx, HReg base) in MIPSAMode_RR()
466 MIPSAMode *am = LibVEX_Alloc_inline(sizeof(MIPSAMode)); in MIPSAMode_RR()
474 MIPSAMode *dopyMIPSAMode(MIPSAMode * am) in dopyMIPSAMode()
476 MIPSAMode* ret; in dopyMIPSAMode()
491 MIPSAMode *nextMIPSAModeFloat(MIPSAMode * am) in nextMIPSAModeFloat()
493 MIPSAMode* ret; in nextMIPSAModeFloat()
509 MIPSAMode *nextMIPSAModeInt(MIPSAMode * am) in nextMIPSAModeInt()
511 MIPSAMode* ret; in nextMIPSAModeInt()
[all …]
Dhost_mips_isel.c252 static MIPSAMode *iselWordExpr_AMode_wrk(ISelEnv * env, IRExpr * e,
254 static MIPSAMode *iselWordExpr_AMode(ISelEnv * env, IRExpr * e, IRType xferTy);
288 MIPSAMode *am_addr; in set_MIPS_rounding_mode()
310 MIPSAMode *am_addr; in set_MIPS_rounding_default()
358 MIPSAMode *am_addr0, *am_addr1; in mk_LoadRR32toFPR()
688 static Bool sane_AMode(ISelEnv * env, MIPSAMode * am) in sane_AMode()
705 static MIPSAMode *iselWordExpr_AMode(ISelEnv * env, IRExpr * e, IRType xferTy) in iselWordExpr_AMode()
707 MIPSAMode *am = iselWordExpr_AMode_wrk(env, e, xferTy); in iselWordExpr_AMode()
713 static MIPSAMode *iselWordExpr_AMode_wrk(ISelEnv * env, IRExpr * e, in iselWordExpr_AMode_wrk()
810 MIPSAMode *am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, ty); in iselWordExpr_R_wrk()
[all …]