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

/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.cpp172 mMips->MOVE(R_v0, R_a0); // move context * passed in a0 to v0 (arm r0)
353 // save the value before it is overwritten. This costs an extra MOVE instr.
358 mMips->MOVE(R_cmp, cond.r1);
362 mMips->MOVE(R_cmp2, cond.r2);
496 mMips->MOVE(Rd, Op2);
1753 void MIPSAssembler::MOVE(int Rd, int Rs) function in class:android::MIPSAssembler
H A DMIPSAssembler.h349 void MOVE(int Rd, int Rs);

Completed in 168 milliseconds