Searched refs:SW (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.cpp167 mMips->SW(R_s0, R_sp, 0);
168 mMips->SW(R_s1, R_sp, 4);
169 mMips->SW(R_s2, R_sp, 8);
170 mMips->SW(R_s3, R_sp, 12);
171 mMips->SW(R_s4, R_sp, 16);
843 Rn = R_sp; // convert STR thru Arm SP to SW thru Mips SP
849 mMips->SW(Rd, Rn, 0);
852 mMips->SW(Rd, Rn, amode.value);
856 mMips->SW(Rd, Rn, 0);
862 mMips->SW(R
1704 void MIPSAssembler::SW(int Rt, int Rbase, int16_t offset) function in class:android::MIPSAssembler
[all...]
H A DMIPSAssembler.h335 void SW(int Rt, int Rbase, int16_t offset);

Completed in 389 milliseconds