-
There are a few places I've noticed where the existence of bitfields depends on `xlen`. For example in `Mstatus`:
```
bitfield Mstatus : xlenbits = {
// The MBE and SBE fields are in mstatus in…
-
Phoebus LED and BitField widgets should be unified.
At present, BitField widgets have a selectable On and Off colour, as well as a label colour. The colour of the edge is autogenerated for each st…
-
Bitfield can’t be drawn, the script gives an error :(
-
```
[
{ "name": "IPO", "bits": 8, "attr": "RO" },
{ "bits": 7 },
{ "name": "BRK", "bits": 5, "attr": "RW"…
-
### Operating System
Windows
### What's the issue you encountered?
Pattern evaluation may crash ImHex with 0xc5 error.
### How can the issue be reproduced?
Minimal Reproduction Patterns:
```
#p…
-
# Bug report
### Bug description:
`PyCField_new_impl()` processes these fields with size > 65535 bytes as bitfields, due to relying on the `NUM_BITS()` function. It throws a `TypeError` because s…
-
R and its packages have different standards on how numeric values are handled, for example see https://tibble.tidyverse.org/articles/numbers.html for an in depth discussion on this in the `tibble` pac…
-
## Feature Request
#### Is your feature request related to a problem? Please describe
I have an issue when I try to do bitfield with set subcommands.
But, when I pass offset argument with a l…
-
**Description**
It is unclear to me how to initialize a bitfield to all 0 in HLSL. It appears a simple syntax works in some cases, but not others.
**Steps to Reproduce**
`test.hlsl` file contains…
-
With the upcoming bitfields feature to D, we've been trying to understand Walter's position on why he will not accept it to have a predictable layout.
Our conclusion has been that as long as you _d…
-
*Edits by maintainers:*
https://github.com/bitflags/bitflags/pull/326#discussion_r1179770888 suggests that there's no way to support zerocopy, but I think we can work around that.
*cc @KodrAus @qwan…