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.cpp413 ShiftExtendOp ShiftExtend; member
528 struct ShiftExtendOp ShiftExtend; member
599 ShiftExtend = o.ShiftExtend; in AArch64Operand()
784 return ShiftExtend.Type; in getShiftExtendType()
786 return Reg.ShiftExtend.Type; in getShiftExtendType()
792 return ShiftExtend.Amount; in getShiftExtendAmount()
794 return Reg.ShiftExtend.Amount; in getShiftExtendAmount()
800 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
802 return Reg.ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
2321 Op->Reg.ShiftExtend.Type = ExtTy; in CreateReg()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1668 class ZPRExtendAsmOperand<string ShiftExtend, int RegWidth, int Scale,
1670 let Name = "ZPRExtend" # ShiftExtend # RegWidth # Scale
1675 # "AArch64_AM::" # ShiftExtend # ", "
1679 let DiagnosticType = "InvalidZPR" # RegWidth # ShiftExtend # Scale;