Searched refs:shift_amount_ (Results 1 - 8 of 8) sorted by relevance

/external/vixl/src/aarch64/
H A Doperands-aarch64.cc297 shift_amount_(0) {}
304 shift_amount_(shift_amount) {
316 shift_amount_(shift_amount) {
333 ((shift_ != NO_SHIFT) && (shift_amount_ == 0)) ||
342 (((extend_ == UXTX) || (extend_ == SXTX)) && (shift_amount_ == 0)));
367 VIXL_ASSERT((shift_ == LSL) && (shift_amount_ <= 4));
368 return Operand(reg_, reg_.Is64Bits() ? UXTX : UXTW, shift_amount_);
389 shift_amount_(0) {
404 shift_amount_(shift_amount) {
424 shift_amount_(shift_amoun
[all...]
H A Doperands-aarch64.h799 return shift_amount_;
810 unsigned shift_amount_;
856 unsigned GetShiftAmount() const { return shift_amount_; }
880 (shift_amount_ == other.shift_amount_);
890 unsigned shift_amount_;
/external/webrtc/webrtc/common_audio/
H A Dblocker.cc119 shift_amount_(shift_amount),
122 RTC_CHECK_LE(shift_amount_, block_size_);
183 input_buffer_.MoveReadPositionBackward(block_size_ - shift_amount_);
208 first_frame_in_block += shift_amount_;
H A Dblocker.h90 // from. This is necessary because shift_amount_ is not necessarily a
115 // |shift_amount_| = |block_size_| / 2 for a Hann window.
116 size_t shift_amount_; member in class:webrtc::Blocker
/external/vixl/src/aarch32/
H A Doperands-aarch32.h669 shift_amount_(0),
686 shift_amount_(0),
696 shift_amount_(0),
713 shift_amount_(0),
727 shift_amount_(0),
747 shift_amount_(0),
763 shift_amount_(0),
786 shift_amount_(shift_amount),
807 shift_amount_(shift_amount),
824 unsigned GetShiftAmount() const { return shift_amount_; }
895 uint32_t shift_amount_; member in class:vixl::aarch32::MemOperand
[all...]
/external/v8/src/arm64/
H A Dassembler-arm64-inl.h334 shift_amount_(shift_amount) {
346 shift_amount_(shift_amount) {
382 DCHECK((shift_ == LSL) && (shift_amount_ <= 4));
383 return Operand(reg_, reg_.Is64Bits() ? UXTX : UXTW, shift_amount_);
419 return shift_amount_;
447 shift_(NO_SHIFT), extend_(NO_EXTEND), shift_amount_(0) {
453 shift_(NO_SHIFT), extend_(NO_EXTEND), shift_amount_(0) {
463 shift_(NO_SHIFT), extend_(extend), shift_amount_(shift_amount) {
478 shift_(shift), extend_(NO_EXTEND), shift_amount_(shift_amount) {
498 shift_amount_
[all...]
H A Dassembler-arm64.h632 unsigned shift_amount_; member in class:v8::internal::Operand
661 unsigned shift_amount() const { return shift_amount_; }
688 unsigned shift_amount_; member in class:v8::internal::MemOperand
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h556 : shift_(NO_SHIFT), shift_amount_(0) {
562 : shift_(shift), shift_amount_(shift_amount) {
571 LOperand* shift_amount() const { return shift_amount_; }
578 LOperand* shift_amount_; member in class:v8::internal::final
753 : shift_(NO_SHIFT), shift_amount_(0) {
759 : shift_(shift), shift_amount_(shift_amount) {
768 LOperand* shift_amount() const { return shift_amount_; }
777 LOperand* shift_amount_; member in class:v8::internal::final
2472 : shift_(NO_SHIFT), shift_amount_(0) {
2478 : shift_(shift), shift_amount_(shift_amoun
2494 LOperand* shift_amount_; member in class:v8::internal::final
[all...]

Completed in 368 milliseconds