Lines Matching refs:WSBITS
42 nsau \bit, \mask # 32-WSBITS ... 31 (32 iff 0)
43 addi \bit, \bit, WSBITS - 32 + 1 # uppest bit set -> return 1
45 movi \bit, WSBITS
46 #if WSBITS > 16
51 #if WSBITS > 8
158 slli a2, a3, 32-WSBITS
160 srli a2, a2, 32-WSBITS
1271 slli a0, a3, WSBITS
1277 extui a3, a3, 1, WSBITS-1 # a3 = 0yyxxxwww
1278 movi a0, (1 << (WSBITS-1))
1292 movi a3, WSBITS
1293 sub a0, a3, a0 # WSBITS-a0:number of 0-bits from right
1484 slli a2, a3, 32-WSBITS