Home | History | Annotate | Download | only in priv

Lines Matching refs:MIPSAMode

213 } MIPSAMode;
215 extern MIPSAMode *MIPSAMode_IR(Int, HReg);
216 extern MIPSAMode *MIPSAMode_RR(HReg, HReg);
218 extern MIPSAMode *dopyMIPSAMode(MIPSAMode *);
219 extern MIPSAMode *nextMIPSAModeFloat(MIPSAMode *);
220 extern MIPSAMode *nextMIPSAModeInt(MIPSAMode *);
222 extern void ppMIPSAMode(MIPSAMode *, Bool);
486 MIPSAMode* amPC; /* amode in guest state for PC */
494 MIPSAMode* amPC;
501 MIPSAMode* amPC;
509 MIPSAMode *src;
514 MIPSAMode *dst;
520 MIPSAMode *src;
524 MIPSAMode *dst;
582 MIPSAMode *addr;
606 MIPSAMode* amCounter;
607 MIPSAMode* amFailAddr;
643 extern MIPSInstr *MIPSInstr_Load(UChar sz, HReg dst, MIPSAMode * src,
645 extern MIPSInstr *MIPSInstr_Store(UChar sz, MIPSAMode * dst, HReg src,
648 extern MIPSInstr *MIPSInstr_LoadL(UChar sz, HReg dst, MIPSAMode * src,
650 extern MIPSInstr *MIPSInstr_StoreC(UChar sz, MIPSAMode * dst, HReg src,
656 extern MIPSInstr *MIPSInstr_XDirect ( Addr64 dstGA, MIPSAMode* amPC,
658 extern MIPSInstr *MIPSInstr_XIndir(HReg dstGA, MIPSAMode* amPC,
660 extern MIPSInstr *MIPSInstr_XAssisted(HReg dstGA, MIPSAMode* amPC,
673 extern MIPSInstr *MIPSInstr_FpLdSt(Bool isLoad, UChar sz, HReg, MIPSAMode *);
694 extern MIPSInstr *MIPSInstr_EvCheck(MIPSAMode* amCounter,
695 MIPSAMode* amFailAddr );