shadPS4/src/shader_recompiler/frontend
nickci2002 9eae6b57ce
V_CMP_EQ_U64 support (#3153)
* Added V_CMP_EQ_U64 shader opcode support and added 64-bit relational operators (<,>,<=,>=)

* Fixed clang-format crying because I typed xargs clang-format instead of xargs clang-format-19

* Replaced V_CMP_EQ_U64 code to match V_CMP_U32 to test

* Updated V_CMP_U64 for future addons
2025-07-02 19:22:30 +03:00
..
translate V_CMP_EQ_U64 support (#3153) 2025-07-02 19:22:30 +03:00
control_flow_graph.cpp Implement SET_PC_B64 instruction (#2823) 2025-04-21 14:25:15 -07:00
control_flow_graph.h shader_recompiler: Improve divergence handling and readlane elimintation (#2667) 2025-03-23 00:35:42 +02:00
copy_shader.cpp shader_recompiler: Better handling of geometry shader scenario G (#3064) 2025-06-08 17:31:51 -07:00
copy_shader.h shader_recompiler: Better handling of geometry shader scenario G (#3064) 2025-06-08 17:31:51 -07:00
decode.cpp Handle R128 bit in MIMG instructions (#3010) 2025-05-29 16:56:24 -07:00
decode.h video: Import new shader recompiler + display a triangle (#142) 2024-05-22 01:35:12 +03:00
fetch_shader.cpp shader_recompiler: Implement AMD buffer bounds checking behavior. (#2448) 2025-02-17 16:13:39 +02:00
fetch_shader.h shader_recompiler: Implement AMD buffer bounds checking behavior. (#2448) 2025-02-17 16:13:39 +02:00
format.cpp shader_recompiler: Fill in IMAGE_GATHER4_* variants in table. (#2798) 2025-04-16 17:35:14 -07:00
instruction.cpp Implement SET_PC_B64 instruction (#2823) 2025-04-21 14:25:15 -07:00
instruction.h GnmDriver: Clear context support (#567) 2024-08-25 23:01:05 +03:00
opcodes.h Initial support of Geometry shaders (#1244) 2024-10-06 01:26:50 +03:00
structured_control_flow.cpp shader_recompiler: Implement linear interpolation support (#3055) 2025-06-08 22:46:34 +03:00
structured_control_flow.h shader_recompiler: Implement render target swizzles when no format is available (#739) 2024-09-03 14:04:30 +03:00
tessellation.h Tessellation (#1528) 2024-12-14 12:56:17 +02:00