Lines Matching defs:acc
32 res << Operand.new('acc', 'out', dst_type)
33 res << Operand.new('acc', 'in', src_type)
37 res << Operand.new('acc', 'out', type)
38 res << Operand.new('acc', 'in', type)
40 res << Operand.new('acc', srcdst, type)
187 res = Util.parse_acc_signature(acc)
252 !acc_and_operands.select(&:acc?).select(&:src?).empty?
256 !acc_and_operands.select(&:acc?).select(&:dst?).empty?
260 acc_and_operands.select(&:acc?).empty?
358 unless %i[v acc imm method_id type_id field_id string_id literalarray_id].include?(@name)
375 def acc?
376 @name == :acc