Searched refs:mov_type (Results 1 – 1 of 1) sorted by relevance
/external/gemmlowp/meta/generators/ |
D | neon_emitter.py | 284 def EmitVMov(self, mov_type, destination, source): argument 285 self.EmitOp2('vmov.%s' % mov_type, destination, source) 287 def EmitVQmovn(self, mov_type, destination, source): argument 288 self.EmitOp2('vqmovn.%s' % mov_type, destination, source) 290 def EmitVQmovun(self, mov_type, destination, source): argument 291 self.EmitOp2('vqmovun.%s' % mov_type, destination, source)
|