Home
last modified time | relevance | path

Searched refs:EmitComment (Results 1 – 4 of 4) sorted by relevance

/external/gemmlowp/meta/generators/
Dmul_Nx8_Mx8_neon.py50 emitter.EmitComment('Clear aggregators.')
66 emitter.EmitComment('General NxM lanes loop.')
69 emitter.EmitComment('Subtract counter.')
100 emitter.EmitComment('Loop break.')
112 emitter.EmitComment('3x3 lanes loop.')
115 emitter.EmitComment('Subtract counter.')
157 emitter.EmitComment('Loop break.')
290 emitter.EmitComment('Change stride because storing in two ops.')
295 emitter.EmitComment('Horizontal reduce aggregators.')
301 emitter.EmitComment('Reduce rows.')
[all …]
Dzip_Nx8_neon.py75 emitter.EmitComment('Load Aggregate Store.')
95 emitter.EmitComment('Leftover Load Aggregate Store.')
183 emitter.EmitComment('Aggregator Reduction.')
Dcc_emitter.py116 def EmitComment(self, comment): member in CCEmitter
Dneon_emitter.py212 def EmitComment(self, comment): member in NeonEmitter