Searched defs:BL (Results 1 – 5 of 5) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerProxy.cpp | 192 void ARMAssemblerProxy::BL(int cc, uint32_t* pc) { in BL() function in android::ARMAssemblerProxy 204 void ARMAssemblerProxy::BL(int cc, const char* label) { in BL() function in android::ARMAssemblerProxy
|
D | ARMAssembler.cpp | 118 void ARMAssembler::BL(int cc, const char* label) in BL() function in android::ARMAssembler 268 void ARMAssembler::BL(int cc, uint32_t* pc) in BL() function in android::ARMAssembler
|
D | MIPS64Assembler.cpp | 717 void ArmToMips64Assembler::BL(int cc __unused, const char* label __unused) in BL() function in android::ArmToMips64Assembler 730 void ArmToMips64Assembler::BL(int cc __unused, uint32_t* to_pc __unused) in BL() function in android::ArmToMips64Assembler
|
D | Arm64Assembler.cpp | 275 void ArmToArm64Assembler::BL(int /*cc*/, const char* /*label*/) in BL() function in android::ArmToArm64Assembler 560 void ArmToArm64Assembler::BL(int /*cc*/, uint32_t* /*pc*/){ in BL() function in android::ArmToArm64Assembler
|
D | MIPSAssembler.cpp | 729 void ArmToMipsAssembler::BL(int cc __unused, const char* label __unused) in BL() function in android::ArmToMipsAssembler 742 void ArmToMipsAssembler::BL(int cc __unused, uint32_t* to_pc __unused) in BL() function in android::ArmToMipsAssembler
|