HomeSort by relevance Sort by last modified time
    Searched defs:ShiftLeft (Results 1 - 10 of 10) sorted by null

  /external/gemmlowp/internal/
fixedpoint_neon.h 63 inline int32x4_t ShiftLeft(int32x4_t a, int offset) {
fixedpoint.h 75 tIntegerType ShiftLeft(tIntegerType a, int offset) {
  /external/v8/src/
bignum.cc 219 void Bignum::ShiftLeft(int shift_amount) {
317 ShiftLeft(exponent);
462 ShiftLeft(shifts * power_exponent);
code-factory.cc 263 Callable CodeFactory::ShiftLeft(Isolate* isolate) {
objects.cc 504 MaybeHandle<Object> Object::ShiftLeft(Isolate* isolate, Handle<Object> lhs,
    [all...]
  /external/v8/src/compiler/
js-operator.cc 487 const Operator* JSOperatorBuilder::ShiftLeft(BinaryOperationHints hints) {
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 92 ShiftLeft,
157 return std::make_pair(BinOpToken::ShiftLeft, Expr.substr(2).ltrim());
196 case BinOpToken::ShiftLeft:
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]
InstCombineCalls.cpp 203 bool ShiftLeft = false;
216 LogicalShift = false; ShiftLeft = false;
230 LogicalShift = true; ShiftLeft = false;
244 LogicalShift = true; ShiftLeft = true;
247 assert((LogicalShift || !ShiftLeft) && "Only logical shifts can shift left");
301 if (ShiftLeft)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 355 milliseconds