mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 15:05:46 +00:00
Simply legacy attribute implement
This commit is contained in:
parent
64a9dffd3d
commit
c047b66519
3 changed files with 125 additions and 152 deletions
|
@ -113,6 +113,9 @@ public:
|
|||
[[nodiscard]] Id BitOffset8(const IR::Value& offset);
|
||||
[[nodiscard]] Id BitOffset16(const IR::Value& offset);
|
||||
|
||||
Id InputLegacyAttribute(IR::Attribute attribute);
|
||||
Id OutputLegacyAttribute(IR::Attribute attribute);
|
||||
|
||||
Id Const(u32 value) {
|
||||
return Constant(U32[1], value);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue