Searched refs:SveVectorLength (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/arm/
H A DArmISA.py44 from m5.objects.ArmSystem import SveVectorLength
122 sve_vl_se = Param.SveVectorLength(1,
H A DArmSystem.py55 class SveVectorLength(UInt8): min = 1; max = 16 class in inherits:UInt8
87 sve_vl = Param.SveVectorLength(1,

Completed in 6 milliseconds