Searched refs:ShiftExtend (Results 1 – 2 of 2) sorted by relevance
383 ShiftExtendOp ShiftExtend; member486 struct ShiftExtendOp ShiftExtend; member551 ShiftExtend = o.ShiftExtend; in AArch64Operand()711 return ShiftExtend.Type; in getShiftExtendType()713 return Reg.ShiftExtend.Type; in getShiftExtendType()719 return ShiftExtend.Amount; in getShiftExtendAmount()721 return Reg.ShiftExtend.Amount; in getShiftExtendAmount()727 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()1990 Op->Reg.ShiftExtend.Type = ExtTy; in CreateReg()2222 Op->ShiftExtend.Type = ShOp; in CreateShiftExtend()[all …]
1077 class ZPRExtendAsmOperand<string ShiftExtend, int RegWidth, int Scale,1079 let Name = "ZPRExtend" # ShiftExtend # RegWidth # Scale1084 # "AArch64_AM::" # ShiftExtend # ", "1088 let DiagnosticType = "InvalidZPR" # RegWidth # ShiftExtend # Scale;