Searched defs:ShiftLeft (Results 1 – 11 of 11) sorted by relevance
63 inline int32x4_t ShiftLeft(int32x4_t a, int offset) { in ShiftLeft() function
75 tIntegerType ShiftLeft(tIntegerType a, int offset) { in ShiftLeft() function
120 TEST(ShiftLeft) { in TEST() argument
296 genIUType ShiftLeft = Bits ? Value << (GenSize - (Bits + Offset)) : genIUType(0); local
219 void Bignum::ShiftLeft(int shift_amount) { in ShiftLeft() function in v8::internal::Bignum
523 MaybeHandle<Object> Object::ShiftLeft(Isolate* isolate, Handle<Object> lhs, in ShiftLeft() function in v8::internal::Object
92 ShiftLeft, enumerator
630 const Operator* JSOperatorBuilder::ShiftLeft(LanguageMode language_mode, in ShiftLeft() function in v8::internal::compiler::JSOperatorBuilder
982 Instruction *ShiftLeft = cast<Instruction>(Op1); in foldUDivShl() local
203 bool ShiftLeft = false; in SimplifyX86immshift() local
4609 unsigned ShiftLeft = NumElems - SubVecNumElems; in Insert1BitVector() local