Home
last modified time | relevance | path

Searched refs:UBFX (Results 1 – 8 of 8) 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()
DARMAssemblerProxy.h147 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width);
DARMAssembler.h159 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width);
DARMAssemblerInterface.h218 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width) = 0;
Dload_store.cpp131 UBFX(AL, d.reg, s, l, maskLen); // component = (packed & mask) >> l; in extract()
DARMAssembler.cpp447 void ARMAssembler::UBFX(int cc, int Rd, int Rn, int lsb, int width) in UBFX() function in android::ARMAssembler
DMIPSAssembler.h162 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width);
DMIPSAssembler.cpp1210 void ArmToMipsAssembler::UBFX(int cc, int Rd, int Rn, int lsb, int width) in UBFX() function in android::ArmToMipsAssembler