• Home
  • Raw
  • Download

Lines Matching refs:MIPS64Assembler

63     mMips = new MIPS64Assembler(assembly, this);  in ArmToMips64Assembler()
74 mMips = new MIPS64Assembler(assembly, this); in ArmToMips64Assembler()
1302 MIPS64Assembler::MIPS64Assembler(const sp<Assembly>& assembly, ArmToMips64Assembler *parent) in MIPS64Assembler() function in android::MIPS64Assembler
1307 MIPS64Assembler::MIPS64Assembler(void* assembly, ArmToMips64Assembler *parent) in MIPS64Assembler() function in android::MIPS64Assembler
1312 MIPS64Assembler::~MIPS64Assembler() in ~MIPS64Assembler()
1316 void MIPS64Assembler::reset() in reset()
1330 void MIPS64Assembler::disassemble(const char* name __unused) in disassemble()
1365 void MIPS64Assembler::fix_branches() in fix_branches()
1379 void MIPS64Assembler::DADDU(int Rd, int Rs, int Rt) in DADDU()
1385 void MIPS64Assembler::DADDIU(int Rt, int Rs, int16_t imm) in DADDIU()
1390 void MIPS64Assembler::DSUBU(int Rd, int Rs, int Rt) in DSUBU()
1396 void MIPS64Assembler::DSUBIU(int Rt, int Rs, int16_t imm) // really addiu(d, s, -j) in DSUBIU()
1401 void MIPS64Assembler::MUL(int Rd, int Rs, int Rt) in MUL()
1407 void MIPS64Assembler::MUH(int Rd, int Rs, int Rt) in MUH()
1413 void MIPS64Assembler::CLO(int Rd, int Rs) in CLO()
1419 void MIPS64Assembler::CLZ(int Rd, int Rs) in CLZ()
1425 void MIPS64Assembler::LD(int Rt, int Rbase, int16_t offset) in LD()
1430 void MIPS64Assembler::SD(int Rt, int Rbase, int16_t offset) in SD()
1435 void MIPS64Assembler::LUI(int Rt, int16_t offset) in LUI()
1441 void MIPS64Assembler::JR(int Rs) in JR()
1444 MIPS64Assembler::NOP(); in JR()