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

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp892 // ARMv6 version, using UXTB16, and scheduled for Cortex-A8 pipeline
934 UXTB16(AL, temp, pixel, 0);
941 UXTB16(AL, temp, pixel, 8);
951 UXTB16(AL, temp, pixellb, 0);
957 UXTB16(AL, temp, pixellb, 8);
969 UXTB16(AL, temp, pixel, 0);
975 UXTB16(AL, temp, pixel, 8);
981 UXTB16(AL, temp, pixel, 0);
983 UXTB16(AL, temp, pixel, 8);
986 UXTB16(A
[all...]
H A DARMAssemblerProxy.cpp289 void ARMAssemblerProxy::UXTB16(int cc, int Rd, int Rm, int rotate) { function in class:android::ARMAssemblerProxy
290 mTarget->UXTB16(cc, Rd, Rm, rotate);
H A DARMAssembler.h159 virtual void UXTB16(int cc, int Rd, int Rm, int rotate);
H A DARMAssemblerProxy.h146 virtual void UXTB16(int cc, int Rd, int Rm, int rotate);
H A DARMAssembler.cpp437 void ARMAssembler::UXTB16(int cc, int Rd, int Rm, int rotate) function in class:android::ARMAssembler
H A DARMAssemblerInterface.h215 virtual void UXTB16(int cc, int Rd, int Rm, int rotate) = 0;
H A DMIPSAssembler.h159 virtual void UXTB16(int cc, int Rd, int Rm, int rotate);
H A DMIPSAssembler.cpp1199 void ArmToMipsAssembler::UXTB16(int cc, int Rd, int Rm, int rotate) function in class:android::ArmToMipsAssembler

Completed in 1722 milliseconds