Searched refs:mul_type (Results 1 – 1 of 1) sorted by relevance
/external/gemmlowp/meta/generators/ |
D | neon_emitter.py | 293 def EmitVMul(self, mul_type, destination, source_1, source_2): argument 294 self.EmitOp3('vmul.%s' % mul_type, destination, source_1, source_2) 296 def EmitVMull(self, mul_type, destination, source_1, source_2): argument 297 self.EmitOp3('vmull.%s' % mul_type, destination, source_1, source_2)
|