Searched refs:trn_type (Results 1 – 2 of 2) sorted by relevance
/external/gemmlowp/meta/generators/ |
D | neon_emitter_64.py | 1111 def EmitVTrn1(self, trn_type, destination, source_1, source_2): argument 1113 _AppendType(trn_type, destination), 1114 _AppendType(trn_type, source_1), 1115 _AppendType(trn_type, source_2)) 1117 def EmitVTrn2(self, trn_type, destination, source_1, source_2): argument 1119 _AppendType(trn_type, destination), 1120 _AppendType(trn_type, source_1), 1121 _AppendType(trn_type, 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) [all …]
|
D | neon_emitter.py | 708 def EmitVTrn(self, trn_type, operand_1, operand_2): argument 709 self.EmitOp2('vtrn.%d' % trn_type, operand_1, operand_2)
|