Lines Matching full:properties
93 # instruction and inherit properties of its instruction group.
132 properties.empty? || (!properties.include? 'not_compilable')
136 properties.include? 'inlinable'
198 cached def properties
199 props = dig(:properties) || []
210 properties.each do |p|
233 properties.include? 'float'
238 properties.include? 'jump'
243 properties.include? 'conditional'
487 # All yaml properties are accessible by '.' syntax,
493 def properties method
494 @data.properties +
507 convert_to_hash(properties)
586 old | new # extend array-like properties instead of overriding
594 # create separate instance for every instruction format and inherit group properties