Home
last modified time | relevance | path

Searched defs:shift_amount (Results 1 - 25 of 36) sorted by relevance

12

/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dbignum.cc239 void Bignum::ShiftLeft(const int shift_amount) { in ShiftLeft() argument
H A Dfixed-dtoa.cc59 void Shift(int shift_amount) { in Shift() argument
74 low_bits_ >>= shift_amount; Shift() local
76 high_bits_ >>= shift_amount; Shift() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-bignum.cpp253 void Bignum::ShiftLeft(const int shift_amount) { in ShiftLeft() argument
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-bignum.cpp253 void Bignum::ShiftLeft(const int shift_amount) { in ShiftLeft() argument
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h150 unsigned shift_amount() cons in extend() function in v8::internal::MemOperand
[all...]
H A Dassembler-arm64-inl.h245 Operand::Operand(Register reg, Shift shift, unsigned shift_amount) in Operand() argument
256 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) in Operand() argument
359 unsigned Operand::shift_amount() const { shift_amount() function in v8::internal::Operand
384 MemOperand(Register base, Register regoffset, Extend extend, unsigned shift_amount) MemOperand() argument
401 MemOperand(Register base, Register regoffset, Shift shift, unsigned shift_amount) MemOperand() argument
1004 ImmShiftLS(unsigned shift_amount) ImmShiftLS() argument
[all...]
/third_party/node/deps/v8/src/base/numbers/
H A Dstrtod.cc303 int shift_amount = (precision_digits_count + kDenominatorLog) - in DiyFpStrtod() local
H A Dfixed-dtoa.cc41 void Shift(int shift_amount) { in Shift() argument
56 low_bits_ >>= shift_amount; Shift() local
58 high_bits_ >>= shift_amount; Shift() local
[all...]
H A Dbignum.cc206 void Bignum::ShiftLeft(int shift_amount) { in ShiftLeft() argument
665 void Bignum::BigitsShiftLeft(int shift_amount) { in BigitsShiftLeft() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfold.cpp333 uint32_t shift_amount = constants[1]->GetU32BitValue(); in FoldBinaryIntegerOpToConstant() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfold.cpp333 uint32_t shift_amount = constants[1]->GetU32BitValue(); in FoldBinaryIntegerOpToConstant() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-bignum.cpp252 void Bignum::ShiftLeft(const int shift_amount) { in ShiftLeft() argument
/third_party/vixl/src/aarch64/
H A Doperands-aarch64.cc153 Operand::Operand(Register reg, Shift shift, unsigned shift_amount) in Operand() argument
165 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) in Operand() argument
248 MemOperand(Register base, Register regoffset, Extend extend, unsigned shift_amount) MemOperand() argument
268 MemOperand(Register base, Register regoffset, Shift shift, unsigned shift_amount) MemOperand() argument
[all...]
H A Doperands-aarch64.h548 SVEMemOperand(Register base, CPURegister offset, M mod, unsigned shift_amount) in SVEMemOperand() argument
[all...]
H A Dmacro-assembler-sve-aarch64.cc1158 SVELoadStoreNTBroadcastQOHelper( const ZRegister& zt, const Tg& pg, const SVEMemOperand& addr, Tf fn, int imm_bits, int shift_amount, SVEOffsetModifier supported_modifier, int vl_divisor_log2) SVELoadStoreNTBroadcastQOHelper() argument
/third_party/spirv-tools/source/opt/
H A Dfold.cpp333 uint32_t shift_amount = constants[1]->GetU32BitValue(); in FoldBinaryIntegerOpToConstant() local
/third_party/node/deps/v8/src/compiler/
H A Dmemory-lowering.cc425 Node* shift_amount = in DecodeExternalPointer() local
/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data.cc226 uint8_t shift_amount = free_quarters_in_last_byte_ * 2; in WriteQuarter() local
/third_party/vixl/src/aarch32/
H A Doperands-aarch32.h749 MemOperand(Register rn, Sign sign, Register rm, Shift shift, uint32_t shift_amount, AddrMode addrmode = Offset) MemOperand() argument
771 MemOperand(Register rn, Register rm, Shift shift, uint32_t shift_amount, AddrMode addrmode = Offset) MemOperand() argument
/third_party/glslang/SPIRV/
H A Dhex_float.h496 uint_type shift_amount = static_cast<uint_type>(-num_throwaway_bits); in getRoundedNormalizedSignificand() local
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc197 int shift_amount = instr->ShiftAmountValue(); in PrintShiftRm() local
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dhex_float.h579 uint_type shift_amount = static_cast<uint_type>(-num_throwaway_bits); in getRoundedNormalizedSignificand() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dhex_float.h579 uint_type shift_amount = static_cast<uint_type>(-num_throwaway_bits); in getRoundedNormalizedSignificand() local
/third_party/spirv-tools/source/util/
H A Dhex_float.h580 uint_type shift_amount = static_cast<uint_type>(-num_throwaway_bits); in getRoundedNormalizedSignificand() local
/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc4032 int shift_amount = 8 * ((cmode >> 1) & 3); in SubstituteImmediateField() local
4038 int shift_amount = 8 << (cmode & 1); in SubstituteImmediateField() local

Completed in 37 milliseconds

12