Searched refs:GE (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp543 MOV(GE, 0, width, reg_imm(width, LSL, shift));
544 RSB(GE, 0, width, width, imm(0));
578 MOV(GE, 0, height, reg_imm(height, LSL, shift));
579 RSB(GE, 0, height, height, imm(0));
1164 SUB(GE, 0, d, size, imm(1));
H A DARMAssemblerInterface.h35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV, enumerator in enum:android::ARMAssemblerInterface::__anon408
H A DMIPSAssembler.cpp720 case GE: mMips->BGE(cond.r1, cond.r2, label); break;

Completed in 11 milliseconds