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

/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp57 MOV(HS, 0, factor.reg, imm( 0x10000 ));
660 MOV(HS, 0, v.reg, imm( one ));
662 MVN(HS, 0, v.reg, imm( ~one ));
664 MOV(HS, 0, v.reg, imm( 1<<v.h ));
665 SUB(HS, 0, v.reg, v.reg, imm( 1<<v.l ));
H A DARMAssemblerInterface.h36 HS = CS, enumerator in enum:android::ARMAssemblerInterface::__anon408
H A DGGLAssembler.cpp715 case GGL_GEQUAL: cc = HS; break;
736 case GGL_LEQUAL: ic = HS; break;
H A DMIPSAssembler.cpp713 case HS: mMips->BGEU(cond.r1, cond.r2, label); break;

Completed in 19 milliseconds