HomeSort by relevance Sort by last modified time
    Searched refs:ShiftRight (Results 1 - 25 of 35) sorted by null

1 2

  /external/gemmlowp/internal/
fixedpoint_neon.h 68 inline int32x4_t ShiftRight(int32x4_t a, int offset) {
output.h 283 ShiftRight(fixedpoint_output.raw(), 31 - amplitude_exponent));
fixedpoint.h 80 tIntegerType ShiftRight(tIntegerType a, int offset) {
  /external/v8/test/cctest/interpreter/bytecode_expectations/
PrimitiveExpressions.golden 221 B(ShiftRight), R(0),
  /external/v8/test/unittests/compiler/
typer-unittest.cc 288 TestBinaryBitOp(javascript_.ShiftRight(hints_), shift_right);
367 TEST_BINARY_MONOTONICITY(ShiftRight)
js-typed-lowering-unittest.cc 456 javascript()->ShiftRight(hints), lhs, NumberConstant(rhs), context,
472 Reduction r = Reduce(graph()->NewNode(javascript()->ShiftRight(hints), lhs,
    [all...]
  /external/v8/src/
code-factory.h 88 static Callable ShiftRight(Isolate* isolate);
code-factory.cc 251 Callable CodeFactory::ShiftRight(Isolate* isolate) {
code-stubs.h 110 V(ShiftRight) \
750 DEFINE_TURBOFAN_BINARY_OP_CODE_STUB(ShiftRight, TurboFanCodeStub);
    [all...]
  /external/v8/src/runtime/
runtime-operators.cc 71 RETURN_RESULT_OR_FAILURE(isolate, Object::ShiftRight(isolate, lhs, rhs));
runtime.h 440 F(ShiftRight, 2, 1) \
    [all...]
  /external/dng_sdk/source/
dng_pixel_buffer.h 670 void ShiftRight (uint32 shift);
dng_pixel_buffer.cpp 1422 void dng_pixel_buffer::ShiftRight (uint32 shift)
    [all...]
dng_read_image.cpp 1440 buffer.ShiftRight (ifd.fSampleBitShift);
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 93 ShiftRight
159 return std::make_pair(BinOpToken::ShiftRight, Expr.substr(2).ltrim());
198 case BinOpToken::ShiftRight:
    [all...]
  /external/v8/src/compiler/
js-operator.h 400 const Operator* ShiftRight(BinaryOperationHints hints);
js-operator.cc 496 const Operator* JSOperatorBuilder::ShiftRight(BinaryOperationHints hints) {
    [all...]
js-generic-lowering.cc 74 REPLACE_STUB_CALL(ShiftRight)
  /external/v8/src/compiler/s390/
code-generator-s390.cc     [all...]
  /external/v8/src/s390/
macro-assembler-s390.h 161 #define ShiftRightP ShiftRight
365 void ShiftRight(Register dst, Register src, Register val);
366 void ShiftRight(Register dst, Register src, const Operand& val);
    [all...]
macro-assembler-s390.cc     [all...]
  /external/v8/src/interpreter/
bytecodes.h 157 V(ShiftRight, AccumulatorUse::kReadWrite, OperandType::kReg) \
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 695 SDValue ShiftRight = N->getOperand(0), Mask = N->getOperand(1);
696 unsigned ShiftRightOpc = ShiftRight.getOpcode();
704 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1))))
723 ShiftRight.getOperand(0),
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc     [all...]
  /external/v8/test/cctest/compiler/
test-js-typed-lowering.cc 307 set(i++, javascript.ShiftRight(binop_hints), true);
    [all...]

Completed in 944 milliseconds

1 2