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

  /external/pcre/dist2/src/sljit/
sljitNativeARM_64.c 74 #define BLR 0xd63f0000
    [all...]
sljitNativePPC_common.c 149 #define BLR (HI(19) | LO(16) | (0x14 << 21))
695 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...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 41 BLR
510 BLR: "BLR",
1096 // BLR <Xn>
1097 {0xfffffc1f, 0xd63f0000, BLR, instArgs{arg_Xn}, nil},
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 41 BLR
510 BLR: "BLR",
1096 // BLR <Xn>
1097 {0xfffffc1f, 0xd63f0000, BLR, instArgs{arg_Xn}, nil},
    [all...]
  /external/v8/src/arm64/
constants-arm64.h 612 BLR = UnconditionalBranchToRegisterFixed | 0x003F0000,
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf64-ppc.c 235 #define BLR 0x4e800020 /* blr */
    [all...]
  /external/vixl/src/aarch64/
constants-aarch64.h 652 BLR = UnconditionalBranchToRegisterFixed | 0x003F0000,
    [all...]

Completed in 248 milliseconds