Searched refs:hashTable (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.101.4/osfmk/arm/ |
| H A D | WKdmDecompress_new.s | 99 #define hashTable r4 macro 285 adr hashTable, L_table 286 ldr hashTable, [hashTable] 288 ldr hashTable, L_table 290 ldr hashTable, [pc, hashTable]
|
| H A D | WKdmCompress_new.s | 182 #define hashTable r9 macro 255 adr hashTable, L_table 256 ldr hashTable, [hashTable] 258 ldr hashTable, L_table 260 ldr hashTable, [pc, hashTable] 300 ldrb eax, [hashTable, eax] // HASH_TO_DICT_BYTE_OFFSET(input_word)
|
| /xnu-8020.101.4/osfmk/arm64/ |
| H A D | WKdmCompress_4k.s | 191 #define hashTable x10 macro 264 adrp hashTable, _hashLookupTable@GOTPAGE 267 ldr hashTable, [hashTable, _hashLookupTable@GOTPAGEOFF] 310 ldrb wdict_location, [hashTable, rax] // HASH_TO_DICT_BYTE_OFFSET(input_word)
|
| H A D | WKdmCompress_16k.s | 193 #define hashTable x10 macro 266 adrp hashTable, _hashLookupTable@GOTPAGE 269 ldr hashTable, [hashTable, _hashLookupTable@GOTPAGEOFF] 312 ldrb wdict_location, [hashTable, rax] // HASH_TO_DICT_BYTE_OFFSET(input_word)
|
| /xnu-8020.101.4/osfmk/x86_64/ |
| H A D | WKdmCompress_new.s | 203 #define hashTable %r14 macro 248 leaq _hashLookupTable_new(%rip), hashTable // hash look up table 272 movsbq (hashTable,%rax),%rax // HASH_TO_DICT_BYTE_OFFSET(input_word)
|