Searched refs:destination_1 (Results 1 – 2 of 2) sorted by relevance
/external/gemmlowp/meta/generators/ |
D | neon_emitter_64.py | 547 def EmitVMovl2(self, mov_type, destination_1, destination_2, source): argument 549 if (destination_1.register_bits != source.register_bits or 557 _AppendType(wide_type, destination_1), 565 _AppendType(wide_type, destination_1), 1106 def EmitVUzp(self, uzp_type, destination_1, destination_2, source_1, argument 1108 self.EmitVUzp1(uzp_type, destination_1, source_1, source_2) 1123 def EmitVTrn(self, trn_type, destination_1, destination_2, source_1, argument 1125 self.EmitVTrn1(trn_type, destination_1, source_1, source_2)
|
D | neon_emitter.py | 359 def EmitVMovl2(self, mov_type, destination_1, destination_2, source): argument 361 self.EmitVMovl(mov_type, destination_1, _Low(source))
|