Searched refs:ShiftExtend (Results 1 – 2 of 2) sorted by relevance
399 ShiftExtendOp ShiftExtend; member509 struct ShiftExtendOp ShiftExtend; member577 ShiftExtend = o.ShiftExtend; in AArch64Operand()752 return ShiftExtend.Type; in getShiftExtendType()754 return Reg.ShiftExtend.Type; in getShiftExtendType()760 return ShiftExtend.Amount; in getShiftExtendAmount()762 return Reg.ShiftExtend.Amount; in getShiftExtendAmount()768 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()770 return Reg.ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()2179 Op->Reg.ShiftExtend.Type = ExtTy; in CreateReg()[all …]
1399 class ZPRExtendAsmOperand<string ShiftExtend, int RegWidth, int Scale,1401 let Name = "ZPRExtend" # ShiftExtend # RegWidth # Scale1406 # "AArch64_AM::" # ShiftExtend # ", "1410 let DiagnosticType = "InvalidZPR" # RegWidth # ShiftExtend # Scale;