Home
last modified time | relevance | path

Searched refs:NE (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV, enumerator
DGGLAssembler.cpp714 case GGL_NOTEQUAL: cc = NE; break; in build_alpha_test()
738 case GGL_NOTEQUAL: ic = NE; break; in build_depth_test()
DMIPSAssembler.cpp712 case NE: mMips->BNE(cond.r1, cond.r2, label); break; in B()