-
Currently the semantics of register matching is based on what IDA thinks an operand is doing due to register matching's usage of `instruction.op_state`. In IDA, an operand is either read from, written…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
1. Perform `br backup full --checksum=0`
2. Perform `br restore ful…
-
[Job](https://mihubot.xyz/runtime-utils/0b9731e4c69c471d80dc31d4d8b1db2e) completed in 28 minutes.
https://github.com/dotnet/runtime/pull/104532
### Diffs
Diffs
```
Found 333 files with textual di…
-
From Module-HTML-CSS created by [SallyMcGrath](https://github.com/SallyMcGrath): CodeYourFuture/Module-HTML-CSS#9
### Link to the coursework
https://github.com/CodeYourFuture/bikes-for-refugees
…
-
This is a meta issue to track wide review steps for the specification.
See [How to do wide review](https://www.w3.org/Guide/documentreview/#who_to_ask_for_review) for details.
This is a request fo…
-
What are the operational semantics of the following program:
```rust
fn main(){
asm!("mov [0], eax");
}
```
Specifically, how do we guarantee (and can we even guarantee) the following…
-
Over years, CustomCallOp has gained a lot of miscellaneous metadata fields (for a detailed account on the HLO side, see [hlo_instruction.cc](https://github.com/tensorflow/tensorflow/blob/5e015d95cfdf6…
-
**Describe the bug**
Consider the following (the exact values / registers do not relate to the architecture spec, just a minimized repro showing the bug in sleigh compiler):
```
define register off…
-
One aspect of the spec that makes it quite hard to read is the prose-based style. A good (bad) example of this is CSR fields, e.g. `mstatus`. It's easy enough to find the field diagram:
![image](ht…
-
1. What are the instructions being proposed?
relaxed i8x16.swizzle
2. What are the semantics of these instructions?
`relaxed i8x16.swizzle(a, s)` selects lanes from `a` using indices in `s`, …