Searched refs:ShiftExtend (Results 1 – 2 of 2) sorted by relevance
331 ShiftExtendOp ShiftExtend; member419 struct ShiftExtendOp ShiftExtend; member477 ShiftExtend = o.ShiftExtend; in AArch64Operand()604 return ShiftExtend.Type; in getShiftExtendType()606 return Reg.ShiftExtend.Type; in getShiftExtendType()612 return ShiftExtend.Amount; in getShiftExtendAmount()614 return Reg.ShiftExtend.Amount; in getShiftExtendAmount()620 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()1835 Op->Reg.ShiftExtend.Type = ExtTy; in CreateReg()2003 Op->ShiftExtend.Type = ShOp; in CreateShiftExtend()[all …]
1036 class ZPRExtendAsmOperand<string ShiftExtend, int RegWidth, int Scale,1038 let Name = "ZPRExtend" # ShiftExtend # RegWidth # Scale1043 # "AArch64_AM::" # ShiftExtend # ", "1047 let DiagnosticType = "InvalidZPR" # RegWidth # ShiftExtend # Scale;