Browse Source
shader: Implement CC for ISET, FSET, PSET, CSET, and DSET
shader: Implement CC for ISET, FSET, PSET, CSET, and DSET
Throw when other instructions are missing CC.nce_cpp
committed by
ameerj
18 changed files with 136 additions and 13 deletions
-
5src/shader_recompiler/frontend/maxwell/translate/impl/bitfield_extract.cpp
-
5src/shader_recompiler/frontend/maxwell/translate/impl/bitfield_insert.cpp
-
16src/shader_recompiler/frontend/maxwell/translate/impl/condition_code_set.cpp
-
17src/shader_recompiler/frontend/maxwell/translate/impl/double_compare_and_set.cpp
-
5src/shader_recompiler/frontend/maxwell/translate/impl/double_fused_multiply_add.cpp
-
5src/shader_recompiler/frontend/maxwell/translate/impl/double_min_max.cpp
-
5src/shader_recompiler/frontend/maxwell/translate/impl/double_multiply.cpp
-
17src/shader_recompiler/frontend/maxwell/translate/impl/floating_point_compare_and_set.cpp
-
5src/shader_recompiler/frontend/maxwell/translate/impl/floating_point_conversion_floating_point.cpp
-
5src/shader_recompiler/frontend/maxwell/translate/impl/floating_point_min_max.cpp
-
17src/shader_recompiler/frontend/maxwell/translate/impl/integer_compare_and_set.cpp
-
2src/shader_recompiler/frontend/maxwell/translate/impl/integer_floating_point_conversion.cpp
-
5src/shader_recompiler/frontend/maxwell/translate/impl/integer_funnel_shift.cpp
-
5src/shader_recompiler/frontend/maxwell/translate/impl/integer_minimum_maximum.cpp
-
4src/shader_recompiler/frontend/maxwell/translate/impl/integer_shift_right.cpp
-
10src/shader_recompiler/frontend/maxwell/translate/impl/load_effective_address.cpp
-
5src/shader_recompiler/frontend/maxwell/translate/impl/logic_operation_three_input.cpp
-
16src/shader_recompiler/frontend/maxwell/translate/impl/predicate_set_register.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue