Searched defs:BLR (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp420 EmitToStreamer(OutStreamer, MCInstBuilder(AArch64::BLR).addReg(ScratchReg));
496 MCInst BLR; local
497 BLR.setOpcode(AArch64::BLR);
498 BLR.addOperand(Callee);
499 EmitToStreamer(OutStreamer, BLR);
/external/pcre/dist/sljit/
H A DsljitNativeARM_64.c75 #define BLR 0xd63f0000 macro
1869 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1)));
1922 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(src));
1932 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1));
H A DsljitNativePPC_common.c145 #define BLR (HI(19) | LO(16) | (0x14 << 21)) macro
706 FAIL_IF(push_inst(compiler, BLR));
2060 return push_inst(compiler, BLR);
/external/chromium_org/v8/src/arm64/
H A Dconstants-arm64.h615 BLR = UnconditionalBranchToRegisterFixed | 0x003F0000, enumerator in enum:v8::internal::UnconditionalBranchToRegisterOp
/external/vixl/src/a64/
H A Dconstants-a64.h505 BLR = UnconditionalBranchToRegisterFixed | 0x003F0000, enumerator in enum:vixl::UnconditionalBranchToRegisterOp

Completed in 216 milliseconds