Lines Matching refs:len_dw
86 #define len_dw %esi macro
247 shl $32-4, len_dw # less_than_16 expects length
248 # in upper 4 bits of len_dw
255 # less_than_8 expects length in upper 3 bits of len_dw
256 # less_than_8_post_shl1 expects length = carryflag * 8 + len_dw[31:30]
257 shl $2, len_dw
264 shl $32-8, len_dw # Prepare len_dw for less_than_256
269 # upper lg(j) bits of len_dw
271 shl $1, len_dw # Get next MSB
284 # upper 3 bits of len_dw
285 shl $1, len_dw
292 # upper 2 bits of len_dw
293 shl $1, len_dw
299 # of len_dw
300 shl $1, len_dw