Lines Matching refs:WSBITS
51 nsau \bit, \mask # 32-WSBITS ... 31 (32 iff 0)
52 addi \bit, \bit, WSBITS - 32 + 1 # uppest bit set -> return 1
54 movi \bit, WSBITS
55 #if WSBITS > 16
60 #if WSBITS > 8
166 slli a2, a3, 32-WSBITS
168 srli a2, a2, 32-WSBITS
1236 slli a0, a3, WSBITS
1242 extui a3, a3, 1, WSBITS-1 # a3 = 0yyxxxwww
1243 movi a0, (1 << (WSBITS-1))
1257 movi a3, WSBITS
1258 sub a0, a3, a0 # WSBITS-a0:number of 0-bits from right
1449 slli a2, a3, 32-WSBITS