Searched refs:ShiftRight (Results 1 - 25 of 31) sorted by relevance

12

/external/gemmlowp/fixedpoint/
H A Dfixedpoint_neon.h72 inline int32x4_t ShiftRight(int32x4_t a, int offset) { function in namespace:gemmlowp
H A Dfixedpoint_sse.h78 inline __m128i ShiftRight(__m128i a, int offset) { function in namespace:gemmlowp
H A Dfixedpoint.h117 tIntegerType ShiftRight(tIntegerType a, int offset) { function in namespace:gemmlowp
284 Add(ShiftRight(mask, 1), BitAnd(MaskIfLessThan(x, zero), one));
285 return Add(ShiftRight(x, exponent),
/external/v8/src/runtime/
H A Druntime-operators.cc71 RETURN_RESULT_OR_FAILURE(isolate, Object::ShiftRight(isolate, lhs, rhs));
H A Druntime.h438 F(ShiftRight, 2, 1) \
/external/dng_sdk/source/
H A Ddng_pixel_buffer.h670 void ShiftRight (uint32 shift);
H A Ddng_pixel_buffer.cpp1422 void dng_pixel_buffer::ShiftRight (uint32 shift) function in class:dng_pixel_buffer
H A Ddng_read_image.cpp1440 buffer.ShiftRight (ifd.fSampleBitShift);
/external/v8/src/
H A Dcode-factory.h108 static Callable ShiftRight(Isolate* isolate);
H A Dcode-factory.cc233 TFS_BUILTIN(ShiftRight)
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp94 ShiftRight
161 return std::make_pair(BinOpToken::ShiftRight, Expr.substr(2).ltrim());
200 case BinOpToken::ShiftRight:
/external/gemmlowp/internal/
H A Doutput.h274 ShiftRight(fixedpoint_output.raw(), 31 - amplitude_exponent));
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelLowering.cpp551 SDValue ShiftRight = N->getOperand(0), Mask = N->getOperand(1);
554 if (ShiftRight.getOpcode() != ISD::SRA && ShiftRight.getOpcode() != ISD::SRL)
560 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1))))
577 ShiftRight.getOperand(0),
/external/v8/src/s390/
H A Dmacro-assembler-s390.h159 #define ShiftRightP ShiftRight
429 void ShiftRight(Register dst, Register src, Register val);
430 void ShiftRight(Register dst, Register src, const Operand& val);
H A Dmacro-assembler-s390.cc1515 ShiftRight(scratch, t0, Operand(12));
1521 ShiftRight(scratch, t0, Operand(4));
1530 ShiftRight(scratch, t0, Operand(16));
5126 void MacroAssembler::ShiftRight(Register dst, Register src, function in class:v8::internal::MacroAssembler
5139 void MacroAssembler::ShiftRight(Register dst, Register src, Register val) { function in class:v8::internal::MacroAssembler
5235 ShiftRight(r0, dst, Operand(16));
5237 ShiftRight(r0, dst, Operand(8));
H A Dcode-stubs-s390.cc137 __ ShiftRight(scratch_low, scratch_low, scratch);
176 __ ShiftRight(r0, scratch_high, Operand(31));
2530 __ ShiftRight(r0, index, Operand(String::kHashShift));
/external/v8/src/builtins/
H A Dbuiltins.h600 TFS(ShiftRight, BUILTIN, kNoExtraICState, BinaryOp, 1) \
H A Dbuiltins-number.cc1545 TF_BUILTIN(ShiftRight, NumberBuiltinsAssembler) {
/external/v8/src/compiler/
H A Djs-operator.h602 const Operator* ShiftRight();
H A Dbytecode-graph-builder.cc1616 BuildBinaryOp(javascript()->ShiftRight());
1663 BuildBinaryOpWithImmediate(javascript()->ShiftRight());
H A Djs-generic-lowering.cc68 REPLACE_STUB_CALL(ShiftRight)
H A Djs-operator.cc566 V(ShiftRight, Operator::kNoProperties, 2, 1) \
/external/v8/src/interpreter/
H A Dbytecodes.h123 V(ShiftRight, AccumulatorUse::kReadWrite, OperandType::kReg, \
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp691 SDValue ShiftRight = N->getOperand(0), Mask = N->getOperand(1);
692 unsigned ShiftRightOpc = ShiftRight.getOpcode();
700 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1))))
719 ShiftRight.getOperand(0),
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc1035 __ ShiftRight(result, dividend, Operand(31));
1038 __ ShiftRight(result, result, Operand(32 - shift));
1586 __ ShiftRight(result, left, scratch);
1636 __ ShiftRight(result, left, Operand(shift_count));

Completed in 749 milliseconds

12