Searched defs:MOVE (Results 1 - 2 of 2) sorted by last modified time

/system/update_engine/scripts/update_payload/
H A Dcommon.py41 MOVE = _CLASS.MOVE variable in class:OpType
50 ALL = (REPLACE, REPLACE_BZ, MOVE, BSDIFF, SOURCE_COPY, SOURCE_BSDIFF, ZERO,
55 MOVE: 'MOVE',
/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.cpp170 mMips->MOVE(R_v0, R_a0); // move context * passed in a0 to v0 (arm r0)
347 // save the value before it is overwritten. This costs an extra MOVE instr.
352 mMips->MOVE(R_cmp, cond.r1);
356 mMips->MOVE(R_cmp2, cond.r2);
490 mMips->MOVE(Rd, Op2);
1753 void MIPSAssembler::MOVE(int Rd, int Rs) function in class:android::MIPSAssembler

Completed in 71 milliseconds