shader_decode: Implement HFMA2

This commit is contained in:
ReinUsesLisp 2018-12-23 02:26:35 -03:00
parent d6f76307fe
commit dd91650aaf
4 changed files with 60 additions and 5 deletions

View file

@ -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;