Searched defs:Rbase (Results 1 – 2 of 2) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.cpp | 1699 void MIPSAssembler::LW(int Rt, int Rbase, int16_t offset) in LW() 1704 void MIPSAssembler::SW(int Rt, int Rbase, int16_t offset) in SW() 1710 void MIPSAssembler::LB(int Rt, int Rbase, int16_t offset) in LB() 1715 void MIPSAssembler::LBU(int Rt, int Rbase, int16_t offset) in LBU() 1720 void MIPSAssembler::SB(int Rt, int Rbase, int16_t offset) in SB() 1726 void MIPSAssembler::LH(int Rt, int Rbase, int16_t offset) in LH() 1731 void MIPSAssembler::LHU(int Rt, int Rbase, int16_t offset) in LHU() 1736 void MIPSAssembler::SH(int Rt, int Rbase, int16_t offset) in SH()
|
D | MIPS64Assembler.cpp | 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()
|