Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp380 ShiftExtendOp ShiftExtend; member
483 struct ShiftExtendOp ShiftExtend; member
548 ShiftExtend = o.ShiftExtend; in AArch64Operand()
708 return ShiftExtend.Type; in getShiftExtendType()
710 return Reg.ShiftExtend.Type; in getShiftExtendType()
716 return ShiftExtend.Amount; in getShiftExtendAmount()
718 return Reg.ShiftExtend.Amount; in getShiftExtendAmount()
724 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
1992 Op->Reg.ShiftExtend.Type = ExtTy; in CreateReg()
2224 Op->ShiftExtend.Type = ShOp; in CreateShiftExtend()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1085 class ZPRExtendAsmOperand<string ShiftExtend, int RegWidth, int Scale,
1087 let Name = "ZPRExtend" # ShiftExtend # RegWidth # Scale
1092 # "AArch64_AM::" # ShiftExtend # ", "
1096 let DiagnosticType = "InvalidZPR" # RegWidth # ShiftExtend # Scale;