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

  /external/gemmlowp/fixedpoint/
fixedpoint_neon.h 67 inline int32x4_t ShiftLeft(int32x4_t a, int offset) {
fixedpoint_sse.h 73 inline __m128i ShiftLeft(__m128i a, int offset) {
fixedpoint.h 109 tIntegerType ShiftLeft(tIntegerType a, int offset) {
320 IntegerType result = ShiftLeft(x, Exponent);
  /external/v8/src/
bignum.cc 219 void Bignum::ShiftLeft(int shift_amount) {
317 ShiftLeft(exponent);
462 ShiftLeft(shifts * power_exponent);
objects.cc 690 MaybeHandle<Object> Object::ShiftLeft(Isolate* isolate, Handle<Object> lhs,
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 93 ShiftLeft,
159 return std::make_pair(BinOpToken::ShiftLeft, Expr.substr(2).ltrim());
198 case BinOpToken::ShiftLeft:
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]
InstCombineCalls.cpp 221 bool ShiftLeft = false;
234 LogicalShift = false; ShiftLeft = false;
248 LogicalShift = true; ShiftLeft = false;
262 LogicalShift = true; ShiftLeft = true;
265 assert((LogicalShift || !ShiftLeft) && "Only logical shifts can shift left");
319 if (ShiftLeft)
334 bool ShiftLeft = false;
342 ShiftLeft = false;
349 ShiftLeft = false;
356 ShiftLeft = true
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 319 ShiftLeft Shift = 0 // left shift
411 if m.Shift != ShiftLeft || m.Count != 0 {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 319 ShiftLeft Shift = 0 // left shift
411 if m.Shift != ShiftLeft || m.Count != 0 {
  /external/v8/src/s390/
macro-assembler-s390.cc     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 743 milliseconds