Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp1693 void MIPSAssembler::LW(int Rt, int Rbase, int16_t offset) in LW()
1698 void MIPSAssembler::SW(int Rt, int Rbase, int16_t offset) in SW()
1704 void MIPSAssembler::LB(int Rt, int Rbase, int16_t offset) in LB()
1709 void MIPSAssembler::LBU(int Rt, int Rbase, int16_t offset) in LBU()
1714 void MIPSAssembler::SB(int Rt, int Rbase, int16_t offset) in SB()
1720 void MIPSAssembler::LH(int Rt, int Rbase, int16_t offset) in LH()
1725 void MIPSAssembler::LHU(int Rt, int Rbase, int16_t offset) in LHU()
1730 void MIPSAssembler::SH(int Rt, int Rbase, int16_t offset) in SH()
DMIPS64Assembler.cpp1422 void MIPS64Assembler::LD(int Rt, int Rbase, int16_t offset) in LD()
1427 void MIPS64Assembler::SD(int Rt, int Rbase, int16_t offset) in SD()