shader_decode: Implement HFMA2
This commit is contained in:
parent
d6f76307fe
commit
dd91650aaf
4 changed files with 60 additions and 5 deletions
|
@ -648,6 +648,7 @@ union Instruction {
|
|||
BitField<37, 2, HalfPrecision> precision;
|
||||
BitField<32, 1, u64> saturate;
|
||||
|
||||
BitField<31, 1, u64> negate_b;
|
||||
BitField<30, 1, u64> negate_c;
|
||||
BitField<35, 2, HalfType> type_c;
|
||||
} rr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue