Searched refs:copy_dst (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.81.5/osfmk/arm64/ |
| H A D | lz4_decode_arm64.s | 61 #define copy_dst x8 // match/literal copy destination macro 172 mov copy_dst,dst // literal copy destination 179 copy_1x32_and_increment copy_src,copy_dst 181 copy_1x32_and_increment copy_src,copy_dst 182 cmp dst,copy_dst 201 mov copy_dst,dst // copy_dst is the match copy destination 217 copy_1x16 copy_src,copy_dst 227 str q0,[copy_dst] 257 stp q0,q1,[copy_dst] 258 add copy_dst,copy_dst,aux1 [all …]
|
| /xnu-10002.81.5/osfmk/x86_64/ |
| H A D | lz4_decode_x86_64.s | 64 #define copy_dst %r12 // match/literal copy destination macro 215 mov dst,copy_dst // literal copy destination 222 copy_1x32_and_increment copy_src,copy_dst 223 copy_1x32_and_increment copy_src,copy_dst 225 copy_1x32_and_increment copy_src,copy_dst 226 cmp copy_dst,dst 290 mov dst,copy_dst // copy_dst = match copy destination 299 copy_1x16_and_increment copy_src,copy_dst 301 copy_2x16_and_increment copy_src,copy_dst 302 cmp copy_dst,dst [all …]
|