HomeSort by relevance Sort by last modified time
    Searched defs:shl (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/llvm/test/MC/Mips/
r-mips-got-disp.s 32 ld $1, %got_disp(shl)($gp)
50 .type shl,@object # @shl
52 .globl shl
54 shl: label
56 .size shl, 8
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
basic_op.h 251 Function Name : shl
275 static inline Word16 shl(Word16 var1, Word16 var2, Flag *pOverflow) function
  /external/nist-sip/java/gov/nist/javax/sip/message/
ListMap.java 175 SIPHeaderList<SIPHeader> shl = (SIPHeaderList<SIPHeader>) listClass.newInstance(); local
176 shl.setHeaderName(sipHeader.getName());
177 return shl;
SIPMessage.java 222 SIPHeaderList< ? > shl = (SIPHeaderList< ? >) sipHeader; local
223 retval.addAll(shl.getHeadersAsEncodedStrings());
    [all...]
  /external/llvm/lib/IR/
ConstantRange.cpp 851 ConstantRange::shl(const ConstantRange &Other) const { function in class:ConstantRange
855 APInt min = getUnsignedMin().shl(Other.getUnsignedMin());
856 APInt max = getUnsignedMax().shl(Other.getUnsignedMax());
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 442 return ConstantRange(APInt(DstTySize,0), APInt(DstTySize,1).shl(SrcTySize));
648 ConstantRange::shl(const ConstantRange &Other) const { function in class:ConstantRange
652 APInt min = getUnsignedMin().shl(Other.getUnsignedMin());
653 APInt max = getUnsignedMax().shl(Other.getUnsignedMax());
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h 70 static_vo Word16 shl (Word16 var1, Word16 var2); /* Short shift left, 1 */
180 | Function Name : shl |
213 static_vo Word16 shl (Word16 var1, Word16 var2) function
284 var_out = shl(var1, (Word16)-var2);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 191 /// out-of-line slow case for shl
837 *this = shl(shiftAmt);
853 APInt operator<<(unsigned Bits) const { return shl(Bits); }
858 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
873 APInt shl(unsigned shiftAmt) const { function
902 APInt shl(const APInt &shiftAmt) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 191 /// out-of-line slow case for shl
837 *this = shl(shiftAmt);
853 APInt operator<<(unsigned Bits) const { return shl(Bits); }
858 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
873 APInt shl(unsigned shiftAmt) const { function
902 APInt shl(const APInt &shiftAmt) const;
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
nat.go 722 func (z nat) shl(x nat, s uint) nat { func
1127 zz := nat(nil).shl(RR, uint(2*numWords*_W))
1252 z1 = z1.shl(z1, uint(x.bitLen()/2+1)) // must be ? ?x
  /prebuilts/go/linux-x86/src/math/big/
nat.go 722 func (z nat) shl(x nat, s uint) nat { func
1127 zz := nat(nil).shl(RR, uint(2*numWords*_W))
1252 z1 = z1.shl(z1, uint(x.bitLen()/2+1)) // must be ? ?x
  /art/compiler/optimizing/
induction_var_analysis_test.cc 290 HInstruction* shl = InsertInstruction( local
299 EXPECT_STREQ("((2) * i + (0)):Int32", GetInductionInfo(shl, 0).c_str());
475 HInstruction* shl = InsertInstruction( local
494 GetInductionInfo(shl, 0).c_str());
616 HInstruction* shl = InsertInstruction( local
629 EXPECT_STREQ("", GetInductionInfo(shl, 0).c_str());
695 HInstruction* shl = InsertInstruction( local
713 GetInductionInfo(shl, 0).c_str());
1020 HInstruction* shl = InsertInstruction( local
    [all...]
  /external/v8/src/compiler/
machine-operator-reducer.cc 1263 Node* shl = nullptr; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APInt.h 198 /// out-of-line slow case for shl
911 APInt operator<<(unsigned Bits) const { return shl(Bits); }
916 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
967 APInt shl(unsigned shiftAmt) const { function
1006 APInt shl(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APInt.h 198 /// out-of-line slow case for shl
911 APInt operator<<(unsigned Bits) const { return shl(Bits); }
916 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
967 APInt shl(unsigned shiftAmt) const { function
1006 APInt shl(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APInt.h 198 /// out-of-line slow case for shl
925 APInt operator<<(unsigned Bits) const { return shl(Bits); }
930 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
981 APInt shl(unsigned shiftAmt) const { function
1020 APInt shl(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APInt.h 198 /// out-of-line slow case for shl
925 APInt operator<<(unsigned Bits) const { return shl(Bits); }
930 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
981 APInt shl(unsigned shiftAmt) const { function
1020 APInt shl(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APInt.h 198 /// out-of-line slow case for shl
925 APInt operator<<(unsigned Bits) const { return shl(Bits); }
930 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
981 APInt shl(unsigned shiftAmt) const { function
1020 APInt shl(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APInt.h 198 /// out-of-line slow case for shl
925 APInt operator<<(unsigned Bits) const { return shl(Bits); }
930 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
981 APInt shl(unsigned shiftAmt) const { function
1020 APInt shl(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APInt.h 198 /// out-of-line slow case for shl
911 APInt operator<<(unsigned Bits) const { return shl(Bits); }
916 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
967 APInt shl(unsigned shiftAmt) const { function
1006 APInt shl(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APInt.h 198 /// out-of-line slow case for shl
911 APInt operator<<(unsigned Bits) const { return shl(Bits); }
916 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
967 APInt shl(unsigned shiftAmt) const { function
1006 APInt shl(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APInt.h 198 /// out-of-line slow case for shl
925 APInt operator<<(unsigned Bits) const { return shl(Bits); }
930 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
981 APInt shl(unsigned shiftAmt) const { function
1020 APInt shl(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APInt.h 198 /// out-of-line slow case for shl
925 APInt operator<<(unsigned Bits) const { return shl(Bits); }
930 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
981 APInt shl(unsigned shiftAmt) const { function
1020 APInt shl(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APInt.h 198 /// out-of-line slow case for shl
925 APInt operator<<(unsigned Bits) const { return shl(Bits); }
930 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
981 APInt shl(unsigned shiftAmt) const { function
1020 APInt shl(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APInt.h 198 /// out-of-line slow case for shl
925 APInt operator<<(unsigned Bits) const { return shl(Bits); }
930 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
981 APInt shl(unsigned shiftAmt) const { function
1020 APInt shl(const APInt &ShiftAmt) const { function
    [all...]

Completed in 1822 milliseconds

1 2 3 4 5