Searched defs:BX (Results 1 - 3 of 3) sorted by last modified time

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp155 BX(AL, LR);
163 BX(AL, LR);
288 void ARMAssembler::BX(int cc, int Rn) function in class:android::ARMAssembler
H A DARMAssemblerProxy.cpp195 void ARMAssemblerProxy::BX(int cc, int Rn) { function in class:android::ARMAssemblerProxy
196 mTarget->BX(cc, Rn);
H A DMIPSAssembler.cpp754 void ArmToMipsAssembler::BX(int cc, int Rn) function in class:android::ArmToMipsAssembler

Completed in 98 milliseconds