Home
last modified time | relevance | path

Searched refs:ShiftExtend (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp405 ShiftExtendOp ShiftExtend; member
515 struct ShiftExtendOp ShiftExtend; member
583 ShiftExtend = o.ShiftExtend; in AArch64Operand()
758 return ShiftExtend.Type; in getShiftExtendType()
760 return Reg.ShiftExtend.Type; in getShiftExtendType()
766 return ShiftExtend.Amount; in getShiftExtendAmount()
768 return Reg.ShiftExtend.Amount; in getShiftExtendAmount()
774 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
776 return Reg.ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
2273 Op->Reg.ShiftExtend.Type = ExtTy; in CreateReg()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1518 class ZPRExtendAsmOperand<string ShiftExtend, int RegWidth, int Scale,
1520 let Name = "ZPRExtend" # ShiftExtend # RegWidth # Scale
1525 # "AArch64_AM::" # ShiftExtend # ", "
1529 let DiagnosticType = "InvalidZPR" # RegWidth # ShiftExtend # Scale;