| /external/gemmlowp/internal/ |
| D | fixedpoint_neon.h | 63 inline int32x4_t ShiftLeft(int32x4_t a, int offset) { in ShiftLeft() function
|
| D | fixedpoint.h | 75 tIntegerType ShiftLeft(tIntegerType a, int offset) { in ShiftLeft() function
|
| /external/v8/test/cctest/ |
| D | test-bignum.cc | 120 TEST(ShiftLeft) { in TEST() argument
|
| /external/vulkan-validation-layers/libs/glm/detail/ |
| D | func_integer.inl | 296 genIUType ShiftLeft = Bits ? Value << (GenSize - (Bits + Offset)) : genIUType(0); local
|
| /external/v8/src/ |
| D | bignum.cc | 219 void Bignum::ShiftLeft(int shift_amount) { in ShiftLeft() function in v8::internal::Bignum
|
| D | code-factory.cc | 263 Callable CodeFactory::ShiftLeft(Isolate* isolate) { in ShiftLeft() function in v8::internal::CodeFactory
|
| D | objects.cc | 504 MaybeHandle<Object> Object::ShiftLeft(Isolate* isolate, Handle<Object> lhs, in ShiftLeft() function in v8::internal::Object
|
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldChecker.cpp | 92 ShiftLeft, enumerator
|
| /external/v8/src/compiler/ |
| D | js-operator.cc | 487 const Operator* JSOperatorBuilder::ShiftLeft(BinaryOperationHints hints) { in ShiftLeft() function in v8::internal::compiler::JSOperatorBuilder
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 982 Instruction *ShiftLeft = cast<Instruction>(Op1); in foldUDivShl() local
|
| D | InstCombineCalls.cpp | 203 bool ShiftLeft = false; in SimplifyX86immshift() local
|
| /external/v8/src/compiler/s390/ |
| D | code-generator-s390.cc | 845 __ ShiftLeft(i.OutputRegister(), i.InputRegister(0), kScratchReg); in AssembleArchInstruction() local
|
| /external/v8/src/s390/ |
| D | macro-assembler-s390.cc | 5280 void MacroAssembler::ShiftLeft(Register dst, Register src, const Operand& val) { in ShiftLeft() function in v8::internal::MacroAssembler 5292 void MacroAssembler::ShiftLeft(Register dst, Register src, Register val) { in ShiftLeft() function in v8::internal::MacroAssembler
|
| D | code-stubs-s390.cc | 160 __ ShiftLeft(r0, result_reg, scratch); in Generate() local 172 __ ShiftLeft(result_reg, scratch_low, scratch); in Generate() local
|
| /external/v8/src/crankshaft/s390/ |
| D | lithium-codegen-s390.cc | 1564 __ ShiftLeft(result, left, scratch); in DoShiftI() local 1632 __ ShiftLeft(result, left, Operand(shift_count)); in DoShiftI() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 4609 unsigned ShiftLeft = NumElems - SubVecNumElems; in Insert1BitVector() local
|