Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp383 ShiftExtendOp ShiftExtend; member
486 struct ShiftExtendOp ShiftExtend; member
551 ShiftExtend = o.ShiftExtend; in AArch64Operand()
711 return ShiftExtend.Type; in getShiftExtendType()
713 return Reg.ShiftExtend.Type; in getShiftExtendType()
719 return ShiftExtend.Amount; in getShiftExtendAmount()
721 return Reg.ShiftExtend.Amount; in getShiftExtendAmount()
727 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
1990 Op->Reg.ShiftExtend.Type = ExtTy; in CreateReg()
2222 Op->ShiftExtend.Type = ShOp; in CreateShiftExtend()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1077 class ZPRExtendAsmOperand<string ShiftExtend, int RegWidth, int Scale,
1079 let Name = "ZPRExtend" # ShiftExtend # RegWidth # Scale
1084 # "AArch64_AM::" # ShiftExtend # ", "
1088 let DiagnosticType = "InvalidZPR" # RegWidth # ShiftExtend # Scale;