Home
last modified time | relevance | path

Searched refs:UBFX (Results 1 – 12 of 12) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssemblerProxy.cpp293 void ARMAssemblerProxy::UBFX(int cc, int Rd, int Rn, int lsb, int width) { in UBFX() function in android::ARMAssemblerProxy
294 mTarget->UBFX(cc, Rd, Rn, lsb, width); in UBFX()
DARMAssembler.h159 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width);
DARMAssemblerProxy.h147 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width);
DArm64Assembler.h176 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width);
DMIPS64Assembler.h167 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width);
DARMAssemblerInterface.h219 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width) = 0;
DMIPSAssembler.h162 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width);
DARMAssembler.cpp433 void ARMAssembler::UBFX(int cc, int Rd, int Rn, int lsb, int width) in UBFX() function in android::ARMAssembler
DArm64Assembler.cpp851 void ArmToArm64Assembler::UBFX(int cc, int Rd, int Rn, int lsb, int width) in UBFX() function in android::ArmToArm64Assembler
DMIPS64Assembler.cpp1183 void ArmToMips64Assembler::UBFX(int cc __unused, int Rd __unused, int Rn __unused, in UBFX() function in android::ArmToMips64Assembler
DMIPSAssembler.cpp1214 void ArmToMipsAssembler::UBFX(int cc __unused, int Rd __unused, in UBFX() function in android::ArmToMipsAssembler
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp472 a64asm->UBFX(test.cond, Rd,Rn,lsb, width); in dataOpTest()