Home
last modified time | relevance | path

Searched refs:len_dw (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S87 #define len_dw %esi macro
251 shl $32-4, len_dw # less_than_16 expects length
252 # in upper 4 bits of len_dw
259 # less_than_8 expects length in upper 3 bits of len_dw
260 # less_than_8_post_shl1 expects length = carryflag * 8 + len_dw[31:30]
261 shl $2, len_dw
268 shl $32-8, len_dw # Prepare len_dw for less_than_256
273 # upper lg(j) bits of len_dw
275 shl $1, len_dw # Get next MSB
288 # upper 3 bits of len_dw
[all …]