Searched refs:IsLSL (Results 1 – 13 of 13) sorted by relevance
/external/vixl/src/aarch32/ |
D | operands-aarch32.h | 809 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()
|
D | operands-aarch32.cc | 56 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) && in operator <<()
|
D | instructions-aarch32.h | 1062 bool IsLSL() const { return shift_ == LSL; } in IsLSL() function 1124 if (shift_operand.IsLSL() && shift_operand.GetAmount() == 0) return os;
|
D | disasm-aarch32.cc | 10776 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 …]
|
D | assembler-aarch32.cc | 5142 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 …]
|
D | disasm-aarch32.h | 428 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) &&
|
D | macro-assembler-aarch32.h | 2513 operand.GetShift().IsLSL()))) || in Mov() 2517 (operand.GetShift().IsLSL() || operand.GetShift().IsLSR() || in Mov()
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 1128 bool IsLSL = !SignExtend && SrcRegKind == 'x'; in printMemExtend() local 1129 if (IsLSL) in printMemExtend() 1134 if (DoShift || IsLSL) in printMemExtend()
|
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64InstPrinter.cpp | 1035 bool IsLSL = !SignExtend && SrcRegKind == 'x'; in printMemExtendImpl() local 1036 if (IsLSL) in printMemExtendImpl() 1041 if (DoShift || IsLSL) in printMemExtendImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64InstPrinter.cpp | 1021 bool IsLSL = !SignExtend && SrcRegKind == 'x'; in printMemExtendImpl() local 1022 if (IsLSL) in printMemExtendImpl() 1027 if (DoShift || IsLSL) in printMemExtendImpl()
|
/external/capstone/arch/AArch64/ |
D | AArch64InstPrinter.c | 1123 bool IsLSL = !SignExtend && SrcRegKind == 'x'; in printMemExtend() local 1124 if (IsLSL) { in printMemExtend() 1165 if (DoShift || IsLSL) { in printMemExtend()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.td | 1065 class ZPRExtendRegisterOperand<bit SignExtend, bit IsLSL, string Repr, 1073 # !if(IsLSL, "'x'", "'w'") # ", "
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.td | 1044 class ZPRExtendRegisterOperand<bit SignExtend, bit IsLSL, string Repr, 1052 # !if(IsLSL, "'x'", "'w'") # ", "
|