Searched refs:ShiftExtend (Results 1 – 2 of 2) sorted by relevance
401 ShiftExtendOp ShiftExtend; member511 struct ShiftExtendOp ShiftExtend; member579 ShiftExtend = o.ShiftExtend; in AArch64Operand()754 return ShiftExtend.Type; in getShiftExtendType()756 return Reg.ShiftExtend.Type; in getShiftExtendType()762 return ShiftExtend.Amount; in getShiftExtendAmount()764 return Reg.ShiftExtend.Amount; in getShiftExtendAmount()770 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()2244 Op->Reg.ShiftExtend.Type = ExtTy; in CreateReg()2489 Op->ShiftExtend.Type = ShOp; in CreateShiftExtend()[all …]
1450 class ZPRExtendAsmOperand<string ShiftExtend, int RegWidth, int Scale,1452 let Name = "ZPRExtend" # ShiftExtend # RegWidth # Scale1457 # "AArch64_AM::" # ShiftExtend # ", "1461 let DiagnosticType = "InvalidZPR" # RegWidth # ShiftExtend # Scale;