Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Bit level operations on int
s
get_bits hi lo n
returns the value represented by the bit range hi..lo
in n
.
set_bits hi lo n v
returns the value obtained by setting by the bit range hi..lo
in n
to v
.