Searched defs:load_no (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/gemmlowp/meta/generators/ |
H A D | neon_emitter_64.py | 807 def EmitVLoad(self, load_no, load_type, destination, source): argument 810 def EmitVLoadA(self, load_no, load_type, destinations, source): argument 820 def EmitVLoadAPostIncrement(self, load_no, load_type, destinations, source, argument 907 def EmitVLoadAllLanes(self, load_no, load_type, destination, source): argument 913 def EmitVLoadOffset(self, load_no, load_type, destination, source, offset): argument 916 def EmitVLoadOffsetA(self, load_no, load_type, destinations, source, offset): argument
|
H A D | neon_emitter.py | 404 def EmitVLoad(self, load_no, load_type, destination, source): argument 407 def EmitVLoadA(self, load_no, load_type, destinations, source): argument 496 def EmitVLoadAllLanes(self, load_no, load_type, destination, source): argument 505 def EmitVLoadOffset(self, load_no, load_type, destination, source, offset): argument 508 def EmitVLoadOffsetA(self, load_no, load_type, destinations, source, offset): argument
|