Searched refs:EmitVStoreA (Results 1 – 5 of 5) sorted by relevance
/external/gemmlowp/meta/generators/ |
D | mul_1x8_Mx8_neon.py | 177 emitter.EmitVStoreA('1.32', [registers.Low(temp), registers.High(temp)], 182 emitter.EmitVStoreA('1.32', [registers.Low(temp), registers.High(temp), 185 emitter.EmitVStoreA( 192 emitter.EmitVStoreA('1.32', [registers.Low(temp), registers.High(temp),
|
D | zip_Nx8_neon.py | 84 emitter.EmitVStoreA('1.8', store_registers, 163 emitter.EmitVStoreA('1.8', store_registers, 220 emitter.EmitVStoreA('1.32', [low, high],
|
D | neon_emitter.py | 529 self.EmitVStoreA(store_no, store_type, [source], destination) 531 def EmitVStoreA(self, store_no, store_type, sources, destination): member in NeonEmitter 549 self.EmitVStoreA(1, 32, sources[:4], 554 self.EmitVStoreA(1, 32, sources[:3], 559 self.EmitVStoreA(1, 32, sources[:2],
|
D | neon_emitter_64.py | 934 self.EmitVStoreA(store_no, store_type, [source], destination) 936 def EmitVStoreA(self, store_no, store_type, sources, destination): member in NeonEmitter64 974 self.EmitVStoreA(1, 32, sources[:4], 979 self.EmitVStoreA(1, 32, sources[:3], 984 self.EmitVStoreA(1, 32, sources[:2],
|
D | streams_common.py | 136 emitter.EmitVStoreA(1, 32, reduced,
|