Searched refs:shift_ (Results 1 - 15 of 15) sorted by relevance

/external/vixl/src/aarch32/
H A Doperands-aarch32.h59 shift_(LSL),
65 shift_(LSL),
76 shift_(LSL),
86 : imm_(0), rm_(rm), shift_(shift), amount_(0), rs_(NoReg) {
88 VIXL_ASSERT(shift_.IsRRX());
96 : imm_(0), rm_(rm), shift_(shift), amount_(amount), rs_(NoReg) {
98 VIXL_ASSERT(!shift_.IsRRX());
100 switch (shift_.GetType()) {
124 : imm_(0), rm_(rm), shift_(shift), amount_(0), rs_(rs) {
126 VIXL_ASSERT(!shift_
229 Shift shift_; member in class:vixl::aarch32::Operand
882 Shift shift_; member in class:vixl::aarch32::MemOperand
[all...]
H A Dinstructions-aarch32.h1052 Shift() : shift_(LSL) {}
1053 Shift(ShiftType shift) : shift_(shift) {} // NOLINT(runtime/explicit)
1054 explicit Shift(uint32_t shift) : shift_(static_cast<ShiftType>(shift)) {}
1056 ShiftType GetType() const { return shift_; }
1057 uint32_t GetValue() const { return shift_; }
1059 bool IsLSL() const { return shift_ == LSL; }
1060 bool IsLSR() const { return shift_ == LSR; }
1061 bool IsASR() const { return shift_ == ASR; }
1062 bool IsROR() const { return shift_ == ROR; }
1063 bool IsRRX() const { return shift_
[all...]
H A Dinstructions-aarch32.cc421 switch (shift_) {
H A Dassembler-aarch32.cc4762 uint32_t shift_ = TypeEncodingValue(shift); local
4763 uint32_t imm_and_type_ = (((amount % 32) << 2) | shift_);
4773 uint32_t shift_ = TypeEncodingValue(shift); local
4774 uint32_t imm_and_type_ = (((amount % 32) << 2) | shift_);
4783 uint32_t shift_ = TypeEncodingValue(shift); local
4784 uint32_t imm_and_type_ = (((amount % 32) << 2) | shift_);
5017 uint32_t shift_ = TypeEncodingValue(shift); local
5018 uint32_t imm_and_type_ = (((amount % 32) << 2) | shift_);
5028 uint32_t shift_ = TypeEncodingValue(shift); local
5029 uint32_t imm_and_type_ = (((amount % 32) << 2) | shift_);
5038 uint32_t shift_ = TypeEncodingValue(shift); local
10485 uint32_t shift_ = TypeEncodingValue(shift); local
10496 uint32_t shift_ = TypeEncodingValue(shift); local
10506 uint32_t shift_ = TypeEncodingValue(shift); local
10639 uint32_t shift_ = TypeEncodingValue(shift); local
10650 uint32_t shift_ = TypeEncodingValue(shift); local
10660 uint32_t shift_ = TypeEncodingValue(shift); local
[all...]
/external/vixl/src/aarch64/
H A Doperands-aarch64.cc295 shift_(NO_SHIFT),
302 shift_(shift),
314 shift_(NO_SHIFT),
331 (((shift_ == NO_SHIFT) && (extend_ == NO_EXTEND)) ||
333 ((shift_ != NO_SHIFT) && (shift_amount_ == 0)) ||
341 return reg_.IsValid() && (shift_ != NO_SHIFT);
361 VIXL_ASSERT((shift_ == LSL) && (shift_amount_ <= 4));
372 shift_(NO_SHIFT),
381 shift_(NO_SHIFT),
396 shift_(NO_SHIF
[all...]
H A Doperands-aarch64.h787 return shift_;
808 Shift shift_;
850 Shift GetShift() const { return shift_; }
872 ((shift_ == NO_SHIFT) || (extend_ == NO_EXTEND)) &&
879 (shift_ == other.shift_) && (extend_ == other.extend_) &&
888 Shift shift_;
/external/libchrome/sandbox/win/src/sidestep/
H A Dmini_disassembler_types.h172 unsigned char shift_; member in struct:sidestep::OpcodeTable
H A Dmini_disassembler.cpp123 unsigned char current_byte = (*start_byte) >> table.shift_;
/external/v8/src/arm64/
H A Dassembler-arm64-inl.h332 shift_(shift),
344 shift_(NO_SHIFT),
362 return reg_.IsValid() && (shift_ != NO_SHIFT);
382 DCHECK((shift_ == LSL) && (shift_amount_ <= 4));
407 return shift_;
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) {
497 shift_
[all...]
H A Dassembler-arm64.h629 Shift shift_; member in class:v8::internal::Operand
658 Shift shift() const { return shift_; }
685 Shift shift_; member in class:v8::internal::MemOperand
/external/freetype/include/freetype/internal/
H A Dftobjs.h998 shift_, \
1006 shift_, \
1018 shift_, \
1027 clazz->shift = shift_; \
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dftobjs.h999 shift_, \
1007 shift_, \
1019 shift_, \
1028 clazz->shift = shift_; \
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h556 : shift_(NO_SHIFT), shift_amount_(0) {
562 : shift_(shift), shift_amount_(shift_amount) {
570 Shift shift() const { return shift_; }
577 Shift shift_; member in class:v8::internal::final
753 : shift_(NO_SHIFT), shift_amount_(0) {
759 : shift_(shift), shift_amount_(shift_amount) {
767 Shift shift() const { return shift_; }
776 Shift shift_; member in class:v8::internal::final
2472 : shift_(NO_SHIFT), shift_amount_(0) {
2478 : shift_(shif
2493 Shift shift_; member in class:v8::internal::final
[all...]
/external/freetype/src/smooth/
H A Dftgrays.c234 shift_, delta_ ) \
241 shift_, \
/external/pdfium/third_party/freetype/src/smooth/
H A Dftgrays.c231 shift_, delta_ ) \
238 shift_, \

Completed in 353 milliseconds