Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp1439 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 …]
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()