tag | line | file | source code |
---|---|---|---|
qofs | 109 | include/asm-alpha/bitops.h | unsigned long bits, qofs, bofs; |
qofs | 112 | include/asm-alpha/bitops.h | qofs = ffz_b(bits); |
qofs | 113 | include/asm-alpha/bitops.h | __asm__("extbl %1,%2,%0" : "=r"(bits) : "r"(word), "r"(qofs)); |
qofs | 116 | include/asm-alpha/bitops.h | return qofs*8 + bofs; |