Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Doperands-aarch32.h809 return rm_.IsValid() && shift_.IsLSL() && (shift_amount_ == 0); in IsPlainRegister()
819 return (GetAddrMode() == Offset) && rm_.IsValid() && shift_.IsLSL() && in IsRegisterOffset()
840 if ((shift_amount_ == 0) && !shift_.IsLSL()) { in CheckShift()
Doperands-aarch32.cc56 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) && in operator <<()
Dinstructions-aarch32.h1064 bool IsLSL() const { return shift_ == LSL; } in IsLSL() function
1126 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.cc5140 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldr()
5443 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrb()
6105 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrh()
6360 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrsb()
6615 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrsh()
7124 shift.IsLSL() && rs.IsLow()) { in mov()
7268 shift.IsLSL() && rs.IsLow()) { in movs()
7976 if (shift.IsLSL() && shift.IsValidAmount(amount) && in pkhbt()
7986 if (shift.IsLSL() && shift.IsValidAmount(amount) && cond.IsNotNever() && in pkhbt()
8184 if (sign.IsPlus() && shift.IsLSL() && operand.IsOffset() && in pld()
[all …]
Ddisasm-aarch32.h428 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) &&
Dmacro-assembler-aarch32.h2513 operand.GetShift().IsLSL()))) || in Mov()
2517 (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-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64InstPrinter.cpp1021 bool IsLSL = !SignExtend && SrcRegKind == 'x'; in printMemExtendImpl() local
1022 if (IsLSL) in printMemExtendImpl()
1027 if (DoShift || IsLSL) in printMemExtendImpl()
/external/capstone/arch/AArch64/
DAArch64InstPrinter.c1123 bool IsLSL = !SignExtend && SrcRegKind == 'x'; in printMemExtend() local
1124 if (IsLSL) { in printMemExtend()
1165 if (DoShift || IsLSL) { in printMemExtend()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.td1044 class ZPRExtendRegisterOperand<bit SignExtend, bit IsLSL, string Repr,
1052 # !if(IsLSL, "'x'", "'w'") # ", "