[PICA] Add JMPU
This commit is contained in:
@@ -30,6 +30,7 @@ namespace ShaderOpcodes {
|
||||
IFU = 0x27,
|
||||
IFC = 0x28,
|
||||
LOOP = 0x29,
|
||||
JMPU = 0x2D,
|
||||
CMP1 = 0x2E, // Both of these instructions are CMP
|
||||
CMP2 = 0x2F,
|
||||
MAD = 0x38 // Everything between 0x38-0x3F is a MAD but fuck it
|
||||
@@ -95,6 +96,7 @@ class PICAShader {
|
||||
void dp4(u32 instruction);
|
||||
void ifc(u32 instruction);
|
||||
void ifu(u32 instruction);
|
||||
void jmpu(u32 instruction);
|
||||
void loop(u32 instruction);
|
||||
void mad(u32 instruction);
|
||||
void max(u32 instruction);
|
||||
|
||||
Reference in New Issue
Block a user