Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp399 ShiftExtendOp ShiftExtend; member
509 struct ShiftExtendOp ShiftExtend; member
577 ShiftExtend = o.ShiftExtend; in AArch64Operand()
752 return ShiftExtend.Type; in getShiftExtendType()
754 return Reg.ShiftExtend.Type; in getShiftExtendType()
760 return ShiftExtend.Amount; in getShiftExtendAmount()
762 return Reg.ShiftExtend.Amount; in getShiftExtendAmount()
768 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
770 return Reg.ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
2179 Op->Reg.ShiftExtend.Type = ExtTy; in CreateReg()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1399 class ZPRExtendAsmOperand<string ShiftExtend, int RegWidth, int Scale,
1401 let Name = "ZPRExtend" # ShiftExtend # RegWidth # Scale
1406 # "AArch64_AM::" # ShiftExtend # ", "
1410 let DiagnosticType = "InvalidZPR" # RegWidth # ShiftExtend # Scale;