Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Doperands-aarch32.h835 return rm_.IsValid() && shift_.IsLSL() && (shift_amount_ == 0); in IsPlainRegister()
845 return (GetAddrMode() == Offset) && rm_.IsValid() && shift_.IsLSL() && in IsRegisterOffset()
866 if ((shift_amount_ == 0) && !shift_.IsLSL()) { in CheckShift()
Doperands-aarch32.cc56 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) && in operator <<()
Dinstructions-aarch32.h1062 bool IsLSL() const { return shift_ == LSL; } in IsLSL() function
1124 if (shift_operand.IsLSL() && shift_operand.GetAmount() == 0) return os;
Ddisasm-aarch32.cc10776 shift.IsLSL() && (amount == 0) && in DecodeT32()
10894 shift.IsLSL() && (amount == 0) && in DecodeT32()
11033 shift.IsLSL() && (amount == 0) && in DecodeT32()
16963 shift.IsLSL() && (amount == 0) && in DecodeT32()
17147 shift.IsLSL() && (amount == 0) && in DecodeT32()
17469 shift.IsLSL() && (amount == 0) && in DecodeT32()
17758 shift.IsLSL() && in DecodeT32()
17997 shift.IsLSL() && (amount == 0) && in DecodeT32()
18186 shift_operand.GetShift().IsLSL() && in DecodeT32()
18252 shift_operand.GetShift().IsLSL() && in DecodeT32()
[all …]
Dassembler-aarch32.cc5142 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldr()
5443 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrb()
6102 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrh()
6355 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrsb()
6608 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrsh()
7115 shift.IsLSL() && rs.IsLow()) { in mov()
7259 shift.IsLSL() && rs.IsLow()) { in movs()
7967 if (shift.IsLSL() && shift.IsValidAmount(amount) && in pkhbt()
7977 if (shift.IsLSL() && shift.IsValidAmount(amount) && cond.IsNotNever() && in pkhbt()
8175 if (sign.IsPlus() && shift.IsLSL() && operand.IsOffset() && in pld()
[all …]
Ddisasm-aarch32.h428 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) &&
Dmacro-assembler-aarch32.h2510 operand.GetShift().IsLSL()))) || in Mov()
2514 (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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp983 bool IsLSL = !SignExtend && SrcRegKind == 'x'; in printMemExtendImpl() local
984 if (IsLSL) in printMemExtendImpl()
989 if (DoShift || IsLSL) in printMemExtendImpl()
/external/capstone/arch/AArch64/
DAArch64InstPrinter.c899 bool IsLSL = !SignExtend && SrcRegKind == 'x'; in printMemExtend() local
900 if (IsLSL) { in printMemExtend()
941 if (DoShift || IsLSL) { in printMemExtend()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.td1044 class ZPRExtendRegisterOperand<bit SignExtend, bit IsLSL, string Repr,
1052 # !if(IsLSL, "'x'", "'w'") # ", "