mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-16 01:25:07 +01:00
stores?
This commit is contained in:
parent
46e5662aab
commit
ce2ad5a957
6 changed files with 124 additions and 110 deletions
|
|
@ -138,15 +138,15 @@ pub enum StatementKind {
|
|||
ptr: Operand,
|
||||
value: Operand,
|
||||
/// Amount of bytes to store.
|
||||
size: Operand,
|
||||
align: Operand,
|
||||
size: u64,
|
||||
align: u64,
|
||||
},
|
||||
Load {
|
||||
result: Register,
|
||||
ptr: Operand,
|
||||
/// Amount of bytes to load.
|
||||
size: Operand,
|
||||
align: Operand,
|
||||
size: u64,
|
||||
align: u64,
|
||||
},
|
||||
BinOp {
|
||||
result: Register,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue