Home
last modified time | relevance | path

Searched defs:store_type (Results 1 – 3 of 3) sorted by relevance

/external/gemmlowp/meta/generators/
Dneon_emitter.py528 def EmitVStore(self, store_no, store_type, source, destination): argument
531 def EmitVStoreA(self, store_no, store_type, sources, destination): argument
536 store_type, argument
617 def EmitVStoreE(self, store_type, count, source, destination, alignment=None): argument
620 def EmitVStoreOffset(self, store_no, store_type, source, destination, offset): argument
623 def EmitVStoreOffsetA(self, store_no, store_type, sources, destination, argument
628 def EmitVStoreOffsetE(self, store_type, count, source, destination, offset): argument
Dneon_emitter_64.py933 def EmitVStore(self, store_no, store_type, source, destination): argument
936 def EmitVStoreA(self, store_no, store_type, sources, destination): argument
945 def EmitVStoreAPostIncrement(self, store_no, store_type, sources, destination, argument
954 store_type, argument
1020 def EmitVStoreE(self, store_type, count, source, destination, alignment=None): argument
1023 def EmitVStoreOffset(self, store_no, store_type, source, destination, offset): argument
1026 def EmitVStoreOffsetA(self, store_no, store_type, sources, destination, argument
1031 def EmitVStoreOffsetE(self, store_type, count, source, destination, offset): argument
/external/selinux/libsemanage/src/
Dsemanage_conf.h33 enum semanage_connect_type store_type; member