mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
jak3: add missing files and implement pexcw (#3084)
Some files were in the `banned_objects` list and were thus excluded from the `all_objs` file. Also implements the `pexcw` instruction which is only used in `hfrag` code.
This commit is contained in:
@@ -1176,6 +1176,8 @@ Mips2C_Line handle_normal_instr(Mips2C_Output& output,
|
||||
return handle_generic_op2(i0, instr_str, "cvtsw");
|
||||
case InstructionKind::PEXEW:
|
||||
return handle_generic_op2(i0, instr_str, "pexew");
|
||||
case InstructionKind::PEXCW:
|
||||
return handle_generic_op2(i0, instr_str, "pexcw");
|
||||
case InstructionKind::SQRTS:
|
||||
return handle_generic_op2(i0, instr_str, "sqrts");
|
||||
case InstructionKind::PLZCW:
|
||||
|
||||
Reference in New Issue
Block a user