Searched defs:ShiftRight (Results 1 - 7 of 7) sorted by relevance

/external/gemmlowp/internal/
H A Dfixedpoint_neon.h68 inline int32x4_t ShiftRight(int32x4_t a, int offset) { function in namespace:gemmlowp
H A Dfixedpoint.h80 tIntegerType ShiftRight(tIntegerType a, int offset) { function in namespace:gemmlowp
/external/dng_sdk/source/
H A Ddng_pixel_buffer.cpp1422 void dng_pixel_buffer::ShiftRight (uint32 shift) function in class:dng_pixel_buffer
/external/v8/src/
H A Dcode-factory.cc251 Callable CodeFactory::ShiftRight(Isolate* isolate) { function in class:v8::internal::CodeFactory
H A Dobjects.cc516 MaybeHandle<Object> Object::ShiftRight(Isolate* isolate, Handle<Object> lhs, function in class:v8::internal::Object
/external/v8/src/compiler/
H A Djs-operator.cc496 const Operator* JSOperatorBuilder::ShiftRight(BinaryOperationHints hints) { function in class:v8::internal::compiler::JSOperatorBuilder
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4610 unsigned ShiftRight = NumElems - SubVecNumElems - IdxVal; local
4613 return ShiftRight ? DAG.getNode(X86ISD::VSRLI, dl, OpVT, WideSubVec,
4614 DAG.getConstant(ShiftRight, dl, MVT::i8)) : WideSubVec;
[all...]

Completed in 223 milliseconds