Searched refs:BLOCKS_LEFT (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/crypto/ |
H A D | polyval-clmulni_asm.S | 41 #define BLOCKS_LEFT %rdx macro 230 mov BLOCKS_LEFT, TMP 239 dec BLOCKS_LEFT 243 test $4, BLOCKS_LEFT 249 test $2, BLOCKS_LEFT 255 test $1, BLOCKS_LEFT 302 subq $STRIDE_BLOCKS, BLOCKS_LEFT 305 subq $STRIDE_BLOCKS, BLOCKS_LEFT 309 subq $STRIDE_BLOCKS, BLOCKS_LEFT 314 add $STRIDE_BLOCKS, BLOCKS_LEFT
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | polyval-ce-core.S | 32 BLOCKS_LEFT .req x2 label 268 sub KEY_POWERS, KEY_POWERS, BLOCKS_LEFT, lsl #4 274 sub BLOCKS_LEFT, BLOCKS_LEFT, #1 276 tst BLOCKS_LEFT, #4 285 tst BLOCKS_LEFT, #2 292 tst BLOCKS_LEFT, #1 341 subs BLOCKS_LEFT, BLOCKS_LEFT, #STRIDE_BLOCKS 346 subs BLOCKS_LEFT, BLOCKS_LEFT, #STRIDE_BLOCKS 350 subs BLOCKS_LEFT, BLOCKS_LEFT, #STRIDE_BLOCKS 355 adds BLOCKS_LEFT, BLOCKS_LEFT, #STRIDE_BLOCKS
|