• Home
  • Raw
  • Download

Lines Matching refs:MIPSInstr

1109 MIPSInstr *MIPSInstr_LI(HReg dst, ULong imm)  in MIPSInstr_LI()
1111 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_LI()
1118 MIPSInstr *MIPSInstr_Alu(MIPSAluOp op, HReg dst, HReg srcL, MIPSRH * srcR) in MIPSInstr_Alu()
1120 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_Alu()
1129 MIPSInstr *MIPSInstr_Shft(MIPSShftOp op, Bool sz32, HReg dst, HReg srcL, in MIPSInstr_Shft()
1132 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_Shft()
1142 MIPSInstr *MIPSInstr_Unary(MIPSUnaryOp op, HReg dst, HReg src) in MIPSInstr_Unary()
1144 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_Unary()
1152 MIPSInstr *MIPSInstr_Cmp(Bool syned, Bool sz32, HReg dst, HReg srcL, HReg srcR, in MIPSInstr_Cmp()
1155 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_Cmp()
1167 MIPSInstr *MIPSInstr_Mul(Bool syned, Bool wid, Bool sz32, HReg dst, HReg srcL, in MIPSInstr_Mul()
1170 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_Mul()
1182 MIPSInstr *MIPSInstr_Msub(Bool syned, HReg srcL, HReg srcR) in MIPSInstr_Msub()
1184 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_Msub()
1195 MIPSInstr *MIPSInstr_Madd(Bool syned, HReg srcL, HReg srcR) in MIPSInstr_Madd()
1197 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_Madd()
1208 MIPSInstr *MIPSInstr_Div(Bool syned, Bool sz32, HReg srcL, HReg srcR) in MIPSInstr_Div()
1210 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_Div()
1219 MIPSInstr *MIPSInstr_Call(MIPSCondCode cond, Addr32 target, UInt argiregs, in MIPSInstr_Call()
1223 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_Call()
1235 MIPSInstr *MIPSInstr_CallAlways(MIPSCondCode cond, Addr32 target, UInt argiregs) in MIPSInstr_CallAlways()
1238 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_CallAlways()
1249 MIPSInstr *MIPSInstr_XDirect ( Addr32 dstGA, MIPSAMode* amPC, in MIPSInstr_XDirect()
1251 MIPSInstr* i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_XDirect()
1260 MIPSInstr *MIPSInstr_XIndir ( HReg dstGA, MIPSAMode* amPC, in MIPSInstr_XIndir()
1262 MIPSInstr* i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_XIndir()
1270 MIPSInstr *MIPSInstr_XAssisted ( HReg dstGA, MIPSAMode* amPC, in MIPSInstr_XAssisted()
1272 MIPSInstr* i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_XAssisted()
1281 MIPSInstr *MIPSInstr_Load(UChar sz, HReg dst, MIPSAMode * src, Bool mode64) in MIPSInstr_Load()
1283 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_Load()
1295 MIPSInstr *MIPSInstr_Store(UChar sz, MIPSAMode * dst, HReg src, Bool mode64) in MIPSInstr_Store()
1297 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_Store()
1309 MIPSInstr *MIPSInstr_LoadL(UChar sz, HReg dst, MIPSAMode * src, Bool mode64) in MIPSInstr_LoadL()
1311 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_LoadL()
1323 MIPSInstr *MIPSInstr_StoreC(UChar sz, MIPSAMode * dst, HReg src, Bool mode64) in MIPSInstr_StoreC()
1325 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_StoreC()
1337 MIPSInstr *MIPSInstr_Mthi(HReg src) in MIPSInstr_Mthi()
1339 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_Mthi()
1345 MIPSInstr *MIPSInstr_Mtlo(HReg src) in MIPSInstr_Mtlo()
1347 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_Mtlo()
1353 MIPSInstr *MIPSInstr_Mfhi(HReg dst) in MIPSInstr_Mfhi()
1355 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_Mfhi()
1361 MIPSInstr *MIPSInstr_Mflo(HReg dst) in MIPSInstr_Mflo()
1363 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_Mflo()
1370 MIPSInstr *MIPSInstr_RdWrLR(Bool wrLR, HReg gpr) in MIPSInstr_RdWrLR()
1372 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_RdWrLR()
1379 MIPSInstr *MIPSInstr_FpLdSt(Bool isLoad, UChar sz, HReg reg, MIPSAMode * addr) in MIPSInstr_FpLdSt()
1381 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_FpLdSt()
1391 MIPSInstr *MIPSInstr_FpUnary(MIPSFpOp op, HReg dst, HReg src) in MIPSInstr_FpUnary()
1393 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_FpUnary()
1401 MIPSInstr *MIPSInstr_FpBinary(MIPSFpOp op, HReg dst, HReg srcL, HReg srcR) in MIPSInstr_FpBinary()
1403 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_FpBinary()
1412 MIPSInstr *MIPSInstr_FpConvert(MIPSFpOp op, HReg dst, HReg src) in MIPSInstr_FpConvert()
1414 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_FpConvert()
1423 MIPSInstr *MIPSInstr_FpCompare(MIPSFpOp op, HReg dst, HReg srcL, HReg srcR, in MIPSInstr_FpCompare()
1426 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_FpCompare()
1436 MIPSInstr *MIPSInstr_MovCond(HReg dst, HReg argL, MIPSRH * argR, HReg condR, in MIPSInstr_MovCond()
1439 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_MovCond()
1449 MIPSInstr *MIPSInstr_MtFCSR(HReg src) in MIPSInstr_MtFCSR()
1451 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_MtFCSR()
1457 MIPSInstr *MIPSInstr_MfFCSR(HReg dst) in MIPSInstr_MfFCSR()
1459 MIPSInstr *i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_MfFCSR()
1465 MIPSInstr *MIPSInstr_EvCheck ( MIPSAMode* amCounter, in MIPSInstr_EvCheck()
1467 MIPSInstr* i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_EvCheck()
1474 MIPSInstr* MIPSInstr_ProfInc ( void ) { in MIPSInstr_ProfInc()
1475 MIPSInstr* i = LibVEX_Alloc(sizeof(MIPSInstr)); in MIPSInstr_ProfInc()
1488 void ppMIPSInstr(MIPSInstr * i, Bool mode64) in ppMIPSInstr()
1807 void getRegUsage_MIPSInstr(HRegUsage * u, MIPSInstr * i, Bool mode64) in getRegUsage_MIPSInstr()
2022 void mapRegs_MIPSInstr(HRegRemap * m, MIPSInstr * i, Bool mode64) in mapRegs_MIPSInstr()
2181 Bool isMove_MIPSInstr(MIPSInstr * i, HReg * src, HReg * dst) in isMove_MIPSInstr()
2696 UChar* buf, Int nbuf, MIPSInstr* i, in emit_MIPSInstr()