Searched refs:ShiftExtend (Results 1 – 3 of 3) sorted by relevance
325 ShiftExtendOp ShiftExtend; member406 struct ShiftExtendOp ShiftExtend; member461 ShiftExtend = o.ShiftExtend; in AArch64Operand()578 return ShiftExtend.Type; in getShiftExtendType()580 return Reg.ShiftExtend.Type; in getShiftExtendType()586 return ShiftExtend.Amount; in getShiftExtendAmount()588 return Reg.ShiftExtend.Amount; in getShiftExtendAmount()594 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()596 return Reg.ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()1802 Op->Reg.ShiftExtend.Type = ExtTy; in CreateReg()[all …]
264 struct ShiftExtendOp ShiftExtend; member319 ShiftExtend = o.ShiftExtend; in AArch64Operand()426 return ShiftExtend.Type; in getShiftExtendType()431 return ShiftExtend.Amount; in getShiftExtendAmount()436 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()1764 Op->ShiftExtend.Type = ShOp; in CreateShiftExtend()1765 Op->ShiftExtend.Amount = Val; in CreateShiftExtend()1766 Op->ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateShiftExtend()
1028 class ZPRExtendAsmOperand<string ShiftExtend, int RegWidth, int Scale,1030 let Name = "ZPRExtend" # ShiftExtend # RegWidth # Scale1035 # "AArch64_AM::" # ShiftExtend # ", "1039 let DiagnosticType = "InvalidZPR" # RegWidth # ShiftExtend # Scale;