Searched refs:ShiftExtend (Results 1 – 2 of 2) sorted by relevance
405 ShiftExtendOp ShiftExtend; member515 struct ShiftExtendOp ShiftExtend; member583 ShiftExtend = o.ShiftExtend; in AArch64Operand()758 return ShiftExtend.Type; in getShiftExtendType()760 return Reg.ShiftExtend.Type; in getShiftExtendType()766 return ShiftExtend.Amount; in getShiftExtendAmount()768 return Reg.ShiftExtend.Amount; in getShiftExtendAmount()774 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()776 return Reg.ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()2273 Op->Reg.ShiftExtend.Type = ExtTy; in CreateReg()[all …]
1518 class ZPRExtendAsmOperand<string ShiftExtend, int RegWidth, int Scale,1520 let Name = "ZPRExtend" # ShiftExtend # RegWidth # Scale1525 # "AArch64_AM::" # ShiftExtend # ", "1529 let DiagnosticType = "InvalidZPR" # RegWidth # ShiftExtend # Scale;