Lines Matching defs:Operand
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)
179 Operand.new(name, srcdst, type, ops_encoding[key].width, ops_encoding[key].offset)
190 ops << Operand.new(op.name, 'out', op.type, op.width, op.offset)
191 ops << Operand.new(op.name, 'in', op.type, op.width, op.offset)
351 # Operand types and encoding
353 class Operand