mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 20:45:46 +00:00
shader_ir/conversion: Implement F2I F16 Ra.H1
This commit is contained in:
parent
46fb3bfd15
commit
d9ad389777
2 changed files with 17 additions and 6 deletions
|
@ -1006,7 +1006,7 @@ union Instruction {
|
|||
} iset;
|
||||
|
||||
union {
|
||||
BitField<41, 2, u64> selector; // i2i and i2f only
|
||||
BitField<41, 2, u64> selector;
|
||||
BitField<45, 1, u64> negate_a;
|
||||
BitField<49, 1, u64> abs_a;
|
||||
BitField<10, 2, Register::Size> src_size;
|
||||
|
@ -1031,7 +1031,6 @@ union Instruction {
|
|||
return static_cast<F2fRoundingOp>(rounding.Value() & rounding_mask);
|
||||
}
|
||||
} f2f;
|
||||
|
||||
} conversion;
|
||||
|
||||
union {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue