Searched refs:aux1 (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.81.5/osfmk/arm64/ |
| H A D | lz4_decode_arm64.s | 64 #define aux1 x9 macro 151 lsr n_literals,aux1,#4 // 0000LLLL. n_literals is now 0..15 152 and n_matches,aux1,#0xf // 0000MMMM. n_matches is now 0..15 164 add n_literals,n_literals,aux1 165 cmp aux1,#255 224 add aux1,match_permtable,match_distance,lsl #5 // index in table 225 ldr q1,[aux1] // load only permutation for the low 16 bytes 234 add dst,dst,aux1 235 cmp aux1,#255 251 add aux1,match_permtable,match_distance,lsl #5 // index in table [all …]
|