Home
last modified time | relevance | path

Searched refs:shift_left (Results 1 – 8 of 8) sorted by relevance

/external/llvm/bindings/ocaml/llvm/
Dllvm.ml745 Attribute.Zext -> Int32.shift_left 1l 0
746 | Attribute.Sext -> Int32.shift_left 1l 1
747 | Attribute.Noreturn -> Int32.shift_left 1l 2
748 | Attribute.Inreg -> Int32.shift_left 1l 3
749 | Attribute.Structret -> Int32.shift_left 1l 4
750 | Attribute.Nounwind -> Int32.shift_left 1l 5
751 | Attribute.Noalias -> Int32.shift_left 1l 6
752 | Attribute.Byval -> Int32.shift_left 1l 7
753 | Attribute.Nest -> Int32.shift_left 1l 8
754 | Attribute.Readnone -> Int32.shift_left 1l 9
[all …]
/external/llvm/test/CodeGen/Mips/
Dmicromips-shift.ll9 define i32 @shift_left() nounwind {
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.cpp3017 int32 shift_left = 0; in WriteFramesLessThan() local
3052 ++shift_left; in WriteFramesLessThan()
3059 if (shift_left > 0) { in WriteFramesLessThan()
3060 if (shift_left >= frames_size_) in WriteFramesLessThan()
3063 const int32 new_frames_size = frames_size_ - shift_left; in WriteFramesLessThan()
3065 frames_[i] = frames_[i + shift_left]; in WriteFramesLessThan()
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp593 uint32_t shift_left = sizeof(value) * 8 - 1 - msbit; in bits() local
594 value <<= shift_left; // shift anything above the msbit off of the unsigned edge in bits()
595 …value >>= (shift_left + lsbit); // shift it back again down to the lsbit (including undoing any sh… in bits()
/external/v8/src/mips/
Dmacro-assembler-mips.cc1156 int shift_left = 32 - (pos + size); in Ext() local
1157 sll(rt, rs, shift_left); // Acts as a move if shift_left == 0. in Ext()
/external/deqp/data/gles2/shaders/
Dpreprocessor.test2926 case shift_left
/external/deqp/data/gles3/shaders/
Dpreprocessor.test3536 case shift_left
/external/clang/lib/AST/
DExprConstant.cpp1690 shift_left: in handleIntIntBinOp()
1719 goto shift_left; in handleIntIntBinOp()