Home
last modified time | relevance | path

Searched refs:BLR (Results 1 – 25 of 73) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dquadint-return.ll19 ; CHECK-NEXT: BLR
/external/llvm/test/CodeGen/PowerPC/
Dquadint-return.ll19 ; CHECK-NEXT: BLR
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetInstrPredicate.td25 // CheckOpcode<[BLR]>,
30 // input is a BLR, and that operand at index 0 is register `LR`.
36 // MI->getOpcode() == AArch64::BLR &&
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp65 (I->getOpcode() != PPC::BLR && I->getOpcode() != PPC::BLR8) || in processBlock()
/external/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp65 (I->getOpcode() != PPC::BLR && I->getOpcode() != PPC::BLR8) || in processBlock()
DPPCInstrInfo.cpp1329 if (OpC == PPC::BLR || OpC == PPC::BLR8) { in PredicateInstruction()
1489 case PPC::BLR: in isPredicable()
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp411 EmitToStreamer(OutStreamer, MCInstBuilder(AArch64::BLR).addReg(ScratchReg)); in LowerPATCHPOINT()
555 Blr.setOpcode(AArch64::BLR); in EmitInstruction()
DAArch64SchedM1.td230 def : InstRW<[M1WriteBLR], (instrs BLR)>;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/
Dirtranslator-exceptions.ll53 ; CHECK: BLR [[CALLEE]]
Dcall-translator.ll40 ; CHECK: BLR %[[FUNC]](p0), csr_aarch64_aapcs, implicit-def $lr, implicit $sp
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterCoalescer.cpp430 LiveInterval::iterator BLR = IntB.FindLiveRangeContaining(CopyIdx); in AdjustCopiesBackFrom() local
431 if (BLR == IntB.end()) return false; in AdjustCopiesBackFrom()
432 VNInfo *BValNo = BLR->valno; in AdjustCopiesBackFrom()
489 if (ValLR+1 != BLR) return false; in AdjustCopiesBackFrom()
510 SlotIndex FillerStart = ValLR->end, FillerEnd = BLR->start; in AdjustCopiesBackFrom()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp492 EmitToStreamer(OutStreamer, MCInstBuilder(AArch64::BLR).addReg(ScratchReg)); in LowerPATCHPOINT()
656 Blr.setOpcode(AArch64::BLR); in EmitInstruction()
DAArch64CallLowering.cpp362 auto MIB = MIRBuilder.buildInstrNoInsert(Callee.isReg() ? AArch64::BLR in lowerCall()
DAArch64SchedThunderX.td255 def : InstRW<[THXT8XWriteBRR], (instregex "^BLR$")>;
DAArch64SchedExynosM1.td67 def M1BranchLinkFastPred : SchedPredicate<[{MI->getOpcode() == AArch64::BLR &&
437 def : InstRW<[M1WriteBX], (instrs BLR)>;
DAArch64SchedExynosM3.td112 def M3BranchLinkFastPred : SchedPredicate<[{MI->getOpcode() == AArch64::BLR &&
494 def : InstRW<[M3WriteBX], (instrs BLR)>;
/external/pcre/dist2/src/sljit/
DsljitNativeARM_64.c79 #define BLR 0xd63f0000 macro
1642 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1))); in sljit_emit_jump()
1709 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(src)); in sljit_emit_ijump()
1720 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1)); in sljit_emit_ijump()
DsljitNativePPC_common.c152 #define BLR (HI(19) | LO(16) | (0x14 << 21)) macro
728 FAIL_IF(push_inst(compiler, BLR)); in sljit_emit_return()
1783 return push_inst(compiler, BLR); in sljit_emit_fast_return()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCFrameLowering.cpp513 assert((RetOpcode == PPC::BLR || in emitEpilogue()
658 if (GuaranteedTailCallOpt && RetOpcode == PPC::BLR && in emitEpilogue()
/external/v8/src/arm64/
Dinstructions-arm64.h363 return Mask(UnconditionalBranchToRegisterMask) == BLR; in IsBranchAndLinkToRegister()
/external/selinux/mcstrans/share/examples/nato/setrans.d/
Deyes-only.conf97 ~c228=BLR # Belarus
Drel.conf103 ~c200,~c228=BLR # Belarus
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dterritory_codes.txt47 BY 112 BLR by BO
/external/u-boot/arch/arm/include/asm/arch-imx/
Dimx-regs.h353 #define BLR(x) __REG2( IMX_DMAC_BASE + 0x94, (x) << 6) /* Burst length Registers */ macro
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
Dworld_bank_data.csv36 Belarus,BLR,"Population, total",SP.POP.TOTL,9979610,9928549,9865548,9796749,9730146,9663915,9604924…
37 Belarus,BLR,"GNI, PPP (current international $)",NY.GNP.MKTP.PP.CD,59604001770.5209,63814442373.752…

123