HomeSort by relevance Sort by last modified time
    Searched refs:R_sp (Results 1 - 2 of 2) sorted by null

  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 166 mMips->ADDIU(R_sp, R_sp, -(5 * 4));
167 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);
179 mMips->LW(R_s0, R_sp, 0);
180 mMips->LW(R_s1, R_sp, 4);
181 mMips->LW(R_s2, R_sp, 8)
    [all...]
MIPSAssembler.h 542 R_t8, R_t9, R_k0, R_k1, R_gp, R_sp, R_s8, R_ra,

Completed in 31 milliseconds