Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp172 mMips->MOVE(R_v0, R_a0); // move context * passed in a0 to v0 (arm r0) in prolog()
358 mMips->MOVE(R_cmp, cond.r1); in protectConditionalOperands()
362 mMips->MOVE(R_cmp2, cond.r2); in protectConditionalOperands()
496 mMips->MOVE(Rd, Op2); in dataProcessing()
1753 void MIPSAssembler::MOVE(int Rd, int Rs) in MOVE() function in android::MIPSAssembler
DMIPSAssembler.h349 void MOVE(int Rd, int Rs);