Searched refs:UXTB16 (Results 1 - 6 of 6) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.h117 virtual void UXTB16(int cc, int Rd, int Rm, int rotate);
H A DARMAssemblerProxy.cpp198 void ARMAssemblerProxy::UXTB16(int cc, int Rd, int Rm, int rotate) { function in class:android::ARMAssemblerProxy
199 mTarget->UXTB16(cc, Rd, Rm, rotate);
H A Dtexturing.cpp875 // ARMv6 version, using UXTB16, and scheduled for Cortex-A8 pipeline
917 UXTB16(AL, temp, pixel, 0);
924 UXTB16(AL, temp, pixel, 8);
934 UXTB16(AL, temp, pixellb, 0);
940 UXTB16(AL, temp, pixellb, 8);
952 UXTB16(AL, temp, pixel, 0);
958 UXTB16(AL, temp, pixel, 8);
964 UXTB16(AL, temp, pixel, 0);
966 UXTB16(AL, temp, pixel, 8);
969 UXTB16(A
[all...]
H A DARMAssembler.h126 virtual void UXTB16(int cc, int Rd, int Rm, int rotate);
H A DARMAssembler.cpp432 void ARMAssembler::UXTB16(int cc, int Rd, int Rm, int rotate) function in class:android::ARMAssembler
H A DARMAssemblerInterface.h207 virtual void UXTB16(int cc, int Rd, int Rm, int rotate) = 0;

Completed in 91 milliseconds