Searched refs:w_tmp (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/x86/lib/ |
D | hweight.S | 23 shrl $2, %eax # w_tmp >>= 2 25 andl $0x33333333, %eax # w_tmp &= 0x33333333 26 addl %edx, %eax # w = w_tmp + t 30 addl %edx, %eax # w_tmp += t 31 andl $0x0f0f0f0f, %eax # w_tmp &= 0x0f0f0f0f 32 imull $0x01010101, %eax, %eax # w_tmp *= 0x01010101 33 shrl $24, %eax # w = w_tmp >> 24 52 shrq $2, %rdi # w_tmp >>= 2 54 andq %rdi, %rdx # w_tmp &= 0x3333333333333333 55 addq %rdx, %rax # w = w_tmp + t [all …]
|
/Linux-v4.19/arch/arm64/kernel/vdso/ |
D | gettimeofday.S | 30 w_tmp .req w8 label 47 ldr w_tmp, [vdso_data, #VDSO_TB_SEQ_COUNT] 48 cmp w_tmp, seqcnt 53 ldr w_tmp, [vdso_data, #VDSO_USE_SYSCALL] 54 cbnz w_tmp, \fail
|