Home
last modified time | relevance | path

Searched defs:Rt (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp1445 void MIPSAssembler::ADDU(int Rd, int Rs, int Rt) in ADDU()
1452 void MIPSAssembler::ADDIU(int Rt, int Rs, int16_t imm) in ADDIU()
1458 void MIPSAssembler::SUBU(int Rd, int Rs, int Rt) in SUBU()
1465 void MIPSAssembler::SUBIU(int Rt, int Rs, int16_t imm) // really addiu(d, s, -j) in SUBIU()
1476 void MIPSAssembler::MUL(int Rd, int Rs, int Rt) in MUL()
1482 void MIPSAssembler::MULT(int Rs, int Rt) // dest is hi,lo in MULT()
1487 void MIPSAssembler::MULTU(int Rs, int Rt) // dest is hi,lo in MULTU()
1492 void MIPSAssembler::MADD(int Rs, int Rt) // hi,lo = hi,lo + Rs * Rt in MADD()
1497 void MIPSAssembler::MADDU(int Rs, int Rt) // hi,lo = hi,lo + Rs * Rt in MADDU()
1503 void MIPSAssembler::MSUB(int Rs, int Rt) // hi,lo = hi,lo - Rs * Rt in MSUB()
[all …]
DMIPS64Assembler.cpp1383 void MIPS64Assembler::DADDU(int Rd, int Rs, int Rt) in DADDU()
1389 void MIPS64Assembler::DADDIU(int Rt, int Rs, int16_t imm) in DADDIU()
1394 void MIPS64Assembler::DSUBU(int Rd, int Rs, int Rt) in DSUBU()
1400 void MIPS64Assembler::DSUBIU(int Rt, int Rs, int16_t imm) // really addiu(d, s, -j) in DSUBIU()
1405 void MIPS64Assembler::MUL(int Rd, int Rs, int Rt) in MUL()
1411 void MIPS64Assembler::MUH(int Rd, int Rs, int Rt) in MUH()
1429 void MIPS64Assembler::LD(int Rt, int Rbase, int16_t offset) in LD()
1434 void MIPS64Assembler::SD(int Rt, int Rbase, int16_t offset) in SD()
1439 void MIPS64Assembler::LUI(int Rt, int16_t offset) in LUI()
DArm64Assembler.cpp1003 uint32_t size, uint32_t Rt, in A64_LDRSTR_Wm_SXTW_0()
1020 uint32_t ArmToArm64Assembler::A64_STR_IMM_PreIndex(uint32_t Rt, in A64_STR_IMM_PreIndex()
1032 uint32_t ArmToArm64Assembler::A64_LDR_IMM_PostIndex(uint32_t Rt, in A64_LDR_IMM_PostIndex()