Searched refs:ShiftExtend (Results 1 – 2 of 2) sorted by relevance
380 ShiftExtendOp ShiftExtend; member483 struct ShiftExtendOp ShiftExtend; member548 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 …]
1085 class ZPRExtendAsmOperand<string ShiftExtend, int RegWidth, int Scale,1087 let Name = "ZPRExtend" # ShiftExtend # RegWidth # Scale1092 # "AArch64_AM::" # ShiftExtend # ", "1096 let DiagnosticType = "InvalidZPR" # RegWidth # ShiftExtend # Scale;