Searched refs:GT (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerInterface.h | 35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV, enumerator
|
D | texturing.cpp | 562 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()
|
D | MIPSAssembler.cpp | 722 case GT: mMips->BGT(cond.r1, cond.r2, label); break; in B()
|