Home
last modified time | relevance | path

Searched defs:source_1 (Results 1 – 2 of 2) sorted by relevance

/external/gemmlowp/meta/generators/
Dneon_emitter_64.py569 def EmitVMax(self, max_type, destination, source_1, source_2): argument
581 def EmitVMin(self, min_type, destination, source_1, source_2): argument
617 def EmitVAdd(self, add_type, destination, source_1, source_2): argument
631 def EmitVAddw(self, add_type, destination, source_1, source_2): argument
641 def EmitVSub(self, sub_type, destination, source_1, source_2): argument
704 def EmitVQmovn2(self, mov_type, destination, source_1, source_2): argument
730 def EmitVQmovun2(self, mov_type, destination, source_1, source_2): argument
743 def EmitVMul(self, mul_type, destination, source_1, source_2): argument
757 def EmitVMulScalar(self, mul_type, destination, source_1, source_2): argument
763 def EmitVMull(self, mul_type, destination, source_1, source_2): argument
[all …]
Dneon_emitter.py326 def EmitVAdd(self, add_type, destination, source_1, source_2): argument
331 def EmitVAddw(self, add_type, destination, source_1, source_2): argument
334 def EmitVSub(self, sub_type, destination, source_1, source_2): argument
345 def EmitVMax(self, size, destination, source_1, source_2): argument
348 def EmitVMin(self, size, destination, source_1, source_2): argument
368 def EmitVQmovn2(self, mov_type, destination, source_1, source_2): argument
377 def EmitVQmovun2(self, mov_type, destination, source_1, source_2): argument
381 def EmitVMul(self, mul_type, destination, source_1, source_2): argument
386 def EmitVMulScalar(self, mul_type, destination, source_1, source_2): argument
389 def EmitVMull(self, mul_type, destination, source_1, source_2): argument
[all …]