Lines Matching refs:MIPSAMode
185 } 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;
482 MIPSAMode *src;
487 MIPSAMode *dst;
493 MIPSAMode *src;
504 MIPSAMode *dst;
562 MIPSAMode *addr;
586 MIPSAMode* amCounter;
587 MIPSAMode* amFailAddr;
623 extern MIPSInstr *MIPSInstr_Load(UChar sz, HReg dst, MIPSAMode * src,
625 extern MIPSInstr *MIPSInstr_Store(UChar sz, MIPSAMode * dst, HReg src,
628 extern MIPSInstr *MIPSInstr_LoadL(UChar sz, HReg dst, MIPSAMode * src,
630 extern MIPSInstr *MIPSInstr_StoreC(UChar sz, MIPSAMode * dst, HReg src,
638 extern MIPSInstr *MIPSInstr_XDirect ( Addr64 dstGA, MIPSAMode* amPC,
640 extern MIPSInstr *MIPSInstr_XIndir(HReg dstGA, MIPSAMode* amPC,
642 extern MIPSInstr *MIPSInstr_XAssisted(HReg dstGA, MIPSAMode* amPC,
655 extern MIPSInstr *MIPSInstr_FpLdSt(Bool isLoad, UChar sz, HReg, MIPSAMode *);
676 extern MIPSInstr *MIPSInstr_EvCheck(MIPSAMode* amCounter,
677 MIPSAMode* amFailAddr );