Searched refs:ShiftExtend (Results 1 – 2 of 2) sorted by relevance
370 ShiftExtendOp ShiftExtend; member455 struct ShiftExtendOp ShiftExtend; member513 ShiftExtend = o.ShiftExtend; in AArch64Operand()645 return ShiftExtend.Type; in getShiftExtendType()647 return Reg.ShiftExtend.Type; in getShiftExtendType()653 return ShiftExtend.Amount; in getShiftExtendAmount()655 return Reg.ShiftExtend.Amount; in getShiftExtendAmount()661 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()663 return Reg.ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()1891 Op->Reg.ShiftExtend.Type = ExtTy; in CreateReg()[all …]
1075 class ZPRExtendAsmOperand<string ShiftExtend, int RegWidth, int Scale,1077 let Name = "ZPRExtend" # ShiftExtend # RegWidth # Scale1082 # "AArch64_AM::" # ShiftExtend # ", "1086 let DiagnosticType = "InvalidZPR" # RegWidth # ShiftExtend # Scale;