Skip to content

Commit

Permalink
Add dataflowAPI/bitArray.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 27, 2023
1 parent 4dd62f7 commit da42a5a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/dataflowAPI/public/bitArray.h.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. _`sec:bitArray.h`:

bitArray.h
##########

**Bit masks used for register liveness**

.. cpp:type:: boost::dynamic_bitset<unsigned long, std::allocator<unsigned long> > bitArray

.. c:macro:: SPEC_GPR_BIT(x)
.. c:macro:: SPEC_FPR_BIT(x)
.. c:macro:: SPEC_SPR_BIT(x)
.. c:macro:: SPEC_BIT_COUNT

0 comments on commit da42a5a

Please sign in to comment.