HomeSort by relevance Sort by last modified time
    Searched refs:RLL (Results 1 - 25 of 35) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/crypto/md5/
md5block_s390x.s 40 RLL $shift, a; \
76 RLL $shift, a; \
106 RLL $shift, a; \
139 RLL $shift, a; \
  /prebuilts/go/linux-x86/src/crypto/md5/
md5block_s390x.s 40 RLL $shift, a; \
76 RLL $shift, a; \
106 RLL $shift, a; \
139 RLL $shift, a; \
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 478 MachineInstr *RLL = getDef(SrcReg, MRI);
479 if (RLL && RLL->getOpcode() == SystemZ::LGFR) {
480 LGFR = RLL;
481 RLL = getDef(LGFR->getOperand(1).getReg(), MRI);
483 if (!RLL || !isShift(RLL, SystemZ::RLL, 31))
486 MachineInstr *SRL = getDef(RLL->getOperand(1).getReg(), MRI);
507 eraseIfDead(RLL, MRI)
    [all...]
  /prebuilts/go/darwin-x86/src/math/
sinh_s390x.s 155 RLL $3, R2, R2
197 RLL $3, R2, R2
atan_s390x.s 61 RLL $16, R1, R2
pow_s390x.s 417 RLL $16, R2, R2
549 RLL $24, R3, R3
  /prebuilts/go/linux-x86/src/math/
sinh_s390x.s 155 RLL $3, R2, R2
197 RLL $3, R2, R2
atan_s390x.s 61 RLL $16, R1, R2
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 524 TreeTy *RLL = getLeft(RL);
527 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableSet.h 521 TreeTy *RLL = getLeft(RL);
524 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 529 TreeTy *RLL = getLeft(RL);
532 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
ImmutableSet.h 526 TreeTy *RLL = getLeft(RL);
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
ImmutableSet.h 526 TreeTy *RLL = getLeft(RL);
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
ImmutableSet.h 526 TreeTy *RLL = getLeft(RL);
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
ImmutableSet.h 526 TreeTy *RLL = getLeft(RL);
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
ImmutableSet.h 526 TreeTy *RLL = getLeft(RL);
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
ImmutableSet.h 526 TreeTy *RLL = getLeft(RL);
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 529 TreeTy *RLL = getLeft(RL);
532 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
ImmutableSet.h 526 TreeTy *RLL = getLeft(RL);
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
ImmutableSet.h 526 TreeTy *RLL = getLeft(RL);
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
ImmutableSet.h 526 TreeTy *RLL = getLeft(RL);
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
ImmutableSet.h 526 TreeTy *RLL = getLeft(RL);
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
ImmutableSet.h 526 TreeTy *RLL = getLeft(RL);
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
ImmutableSet.h 526 TreeTy *RLL = getLeft(RL);
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
anames.go 61 "RLL",

Completed in 2984 milliseconds

1 2