Home
last modified time | relevance | path

Searched refs:cvt_from (Results 1 – 2 of 2) sorted by relevance

/external/gemmlowp/meta/generators/
Dneon_emitter_64.py655 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))
Dneon_emitter.py339 def EmitVCvt(self, cvt_to, cvt_from, destination, source): argument
340 self.EmitOp2('vcvt.%s.%s' % (cvt_to, cvt_from), destination, source)