Searched refs:CMP (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp56 CMP(AL, factor.reg, imm( 0x10000 ));
658 CMP(AL, v.reg, imm( 1<<v.h ));
H A Dtexturing.cpp540 CMP(AL, u, width);
559 CMP(AL, width, reg_imm(u, ASR, FRAC_BITS));
575 CMP(AL, v, height);
583 CMP(AL, height, reg_imm(v, ASR, FRAC_BITS));
1163 CMP(AL, d, size);
H A DGGLAssembler.cpp705 if (shift) CMP(AL, fragment.reg, reg_imm(ref, LSR, shift));
706 else CMP(AL, fragment.reg, ref);
774 CMP(AL, depth, reg_imm(z, LSR, 16));
H A DARMAssemblerInterface.h280 CMP(int cc, int Rn, uint32_t Op2) { function in class:android::ARMAssemblerInterface

Completed in 25 milliseconds