Searched refs:cvt_from (Results 1 – 2 of 2) sorted by relevance
/external/gemmlowp/meta/generators/ |
D | neon_emitter_64.py | 655 def EmitVCvt(self, cvt_to, cvt_from, destination, source): argument 656 if cvt_to == 'f32' and cvt_from == 's32': 659 elif cvt_to == 'f32' and cvt_from == 'u32': 662 elif cvt_to == 's32' and cvt_from == 'f32': 667 cvt_from))
|
D | neon_emitter.py | 339 def EmitVCvt(self, cvt_to, cvt_from, destination, source): argument 340 self.EmitOp2('vcvt.%s.%s' % (cvt_to, cvt_from), destination, source)
|