Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp401 ShiftExtendOp ShiftExtend; member
511 struct ShiftExtendOp ShiftExtend; member
579 ShiftExtend = o.ShiftExtend; in AArch64Operand()
754 return ShiftExtend.Type; in getShiftExtendType()
756 return Reg.ShiftExtend.Type; in getShiftExtendType()
762 return ShiftExtend.Amount; in getShiftExtendAmount()
764 return Reg.ShiftExtend.Amount; in getShiftExtendAmount()
770 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
2244 Op->Reg.ShiftExtend.Type = ExtTy; in CreateReg()
2489 Op->ShiftExtend.Type = ShOp; in CreateShiftExtend()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1450 class ZPRExtendAsmOperand<string ShiftExtend, int RegWidth, int Scale,
1452 let Name = "ZPRExtend" # ShiftExtend # RegWidth # Scale
1457 # "AArch64_AM::" # ShiftExtend # ", "
1461 let DiagnosticType = "InvalidZPR" # RegWidth # ShiftExtend # Scale;