Searched refs:dup_type (Results 1 – 2 of 2) sorted by relevance
/external/gemmlowp/meta/generators/ |
D | neon_emitter_64.py | 669 def EmitVDup(self, dup_type, destination, source): argument 673 _AppendType(dup_type, destination), 674 _Cast(_TypeBits(dup_type), source)) 677 _AppendType(dup_type, destination), 678 _AppendType(dup_type, source))
|
D | neon_emitter.py | 342 def EmitVDup(self, dup_type, destination, source): argument 343 self.EmitOp2('vdup.%s' % dup_type, destination, source)
|