Searched defs:mov_type (Results 1 – 2 of 2) sorted by relevance
| /external/gemmlowp/meta/generators/ |
| D | neon_emitter.py | 351 def EmitVMov(self, mov_type, destination, source): argument 354 def EmitVMovl(self, mov_type, destination, source): argument 359 def EmitVMovl2(self, mov_type, destination_1, destination_2, source): argument 363 def EmitVQmovn(self, mov_type, destination, source): argument 368 def EmitVQmovn2(self, mov_type, destination, source_1, source_2): argument 372 def EmitVQmovun(self, mov_type, destination, source): argument 377 def EmitVQmovun2(self, mov_type, destination, source_1, source_2): argument
|
| D | neon_emitter_64.py | 538 def EmitVMovl(self, mov_type, destination, source): argument 547 def EmitVMovl2(self, mov_type, destination_1, destination_2, source): argument 680 def EmitVMov(self, mov_type, destination, source): argument 691 def EmitVQmovn(self, mov_type, destination, source): argument 704 def EmitVQmovn2(self, mov_type, destination, source_1, source_2): argument 717 def EmitVQmovun(self, mov_type, destination, source): argument 730 def EmitVQmovun2(self, mov_type, destination, source_1, source_2): argument
|