Home
last modified time | relevance | path

Searched refs:IsLSL (Results 1 – 8 of 8) sorted by relevance

/external/vixl/src/aarch32/
Doperands-aarch32.h823 return rm_.IsValid() && shift_.IsLSL() && (shift_amount_ == 0); in IsPlainRegister()
833 return (GetAddrMode() == Offset) && rm_.IsValid() && shift_.IsLSL() && in IsRegisterOffset()
854 if ((shift_amount_ == 0) && !shift_.IsLSL()) { in CheckShift()
Doperands-aarch32.cc55 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) && in operator <<()
Dinstructions-aarch32.h1059 bool IsLSL() const { return shift_ == LSL; } in IsLSL() function
1121 if (shift_operand.IsLSL() && shift_operand.GetAmount() == 0) return os;
Ddisasm-aarch32.cc10757 shift.IsLSL() && (amount == 0) && in DecodeT32()
10875 shift.IsLSL() && (amount == 0) && in DecodeT32()
11014 shift.IsLSL() && (amount == 0) && in DecodeT32()
16922 shift.IsLSL() && (amount == 0) && in DecodeT32()
17106 shift.IsLSL() && (amount == 0) && in DecodeT32()
17406 shift.IsLSL() && (amount == 0) && in DecodeT32()
17681 shift.IsLSL() && in DecodeT32()
17913 shift.IsLSL() && (amount == 0) && in DecodeT32()
18102 shift_operand.GetShift().IsLSL() && in DecodeT32()
18167 shift_operand.GetShift().IsLSL() && in DecodeT32()
[all …]
Dassembler-aarch32.cc4751 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldr()
5006 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrb()
5578 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrh()
5795 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrsb()
6012 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrsh()
6468 shift.IsLSL() && operand.GetShiftRegister().IsLow()) { in mov()
6618 shift.IsLSL() && operand.GetShiftRegister().IsLow()) { in movs()
7305 if (shift.IsLSL() && shift.IsValidAmount(amount)) { in pkhbt()
7314 if (shift.IsLSL() && shift.IsValidAmount(amount) && cond.IsNotNever()) { in pkhbt()
7483 if (sign.IsPlus() && shift.IsLSL() && operand.IsOffset() && in pld()
[all …]
Ddisasm-aarch32.h309 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) &&
Dmacro-assembler-aarch32.h2564 operand.GetShift().IsLSL()))) || in Mov()
2568 (operand.GetShift().IsLSL() || operand.GetShift().IsLSR() || in Mov()
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp1128 bool IsLSL = !SignExtend && SrcRegKind == 'x'; in printMemExtend() local
1129 if (IsLSL) in printMemExtend()
1134 if (DoShift || IsLSL) in printMemExtend()