Searched defs:Rt (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.cpp | 1439 void MIPSAssembler::ADDU(int Rd, int Rs, int Rt) in ADDU() 1446 void MIPSAssembler::ADDIU(int Rt, int Rs, int16_t imm) in ADDIU() 1452 void MIPSAssembler::SUBU(int Rd, int Rs, int Rt) in SUBU() 1459 void MIPSAssembler::SUBIU(int Rt, int Rs, int16_t imm) // really addiu(d, s, -j) in SUBIU() 1470 void MIPSAssembler::MUL(int Rd, int Rs, int Rt) in MUL() 1476 void MIPSAssembler::MULT(int Rs, int Rt) // dest is hi,lo in MULT() 1481 void MIPSAssembler::MULTU(int Rs, int Rt) // dest is hi,lo in MULTU() 1486 void MIPSAssembler::MADD(int Rs, int Rt) // hi,lo = hi,lo + Rs * Rt in MADD() 1491 void MIPSAssembler::MADDU(int Rs, int Rt) // hi,lo = hi,lo + Rs * Rt in MADDU() 1497 void MIPSAssembler::MSUB(int Rs, int Rt) // hi,lo = hi,lo - Rs * Rt in MSUB() [all …]
|
D | MIPS64Assembler.cpp | 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() 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()
|
D | Arm64Assembler.cpp | 1002 uint32_t size, uint32_t Rt, in A64_LDRSTR_Wm_SXTW_0() 1019 uint32_t ArmToArm64Assembler::A64_STR_IMM_PreIndex(uint32_t Rt, in A64_STR_IMM_PreIndex() 1031 uint32_t ArmToArm64Assembler::A64_LDR_IMM_PostIndex(uint32_t Rt, in A64_LDR_IMM_PostIndex()
|