Home
last modified time | relevance | path

Searched refs:GT (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
Dtexturing.cpp562 MOV(GT, 0, width, imm(1 << shift)); in build_textures()
587 MOV(GT, 0, height, reg_imm(stride, LSL, shift)); in build_textures()
589 MOV(GT, 0, height, stride); in build_textures()
DMIPSAssembler.cpp722 case GT: mMips->BGT(cond.r1, cond.r2, label); break; in B()