HomeSort by relevance Sort by last modified time
    Searched defs:BLR (Results 1 - 6 of 6) sorted by null

  /external/pcre/dist2/src/sljit/
sljitNativeARM_64.c 79 #define BLR 0xd63f0000
    [all...]
sljitNativePPC_common.c 152 #define BLR (HI(19) | LO(16) | (0x14 << 21))
728 FAIL_IF(push_inst(compiler, BLR));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterCoalescer.cpp 430 LiveInterval::iterator BLR = IntB.FindLiveRangeContaining(CopyIdx);
431 if (BLR == IntB.end()) return false;
432 VNInfo *BValNo = BLR->valno;
489 if (ValLR+1 != BLR) return false;
510 SlotIndex FillerStart = ValLR->end, FillerEnd = BLR->start;
518 // [ValLR.end, BLR.begin) of either value number, then we merge the
727 // If ALR and BLR overlaps and end of BLR extends beyond end of ALR, e.g.
    [all...]
  /external/u-boot/arch/arm/include/asm/arch-imx/
imx-regs.h 353 #define BLR(x) __REG2( IMX_DMAC_BASE + 0x94, (x) << 6) /* Burst length Registers */
  /external/v8/src/arm64/
constants-arm64.h 694 BLR = UnconditionalBranchToRegisterFixed | 0x003F0000,
    [all...]
  /external/vixl/src/aarch64/
constants-aarch64.h 659 BLR = UnconditionalBranchToRegisterFixed | 0x003F0000,
    [all...]

Completed in 447 milliseconds