mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -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:
@@ -364,6 +364,7 @@ std::unique_ptr<AtomicOp> make_asm_op(const Instruction& i0, int idx) {
|
||||
case InstructionKind::PMADDH:
|
||||
case InstructionKind::PMULTH:
|
||||
case InstructionKind::PEXEW:
|
||||
case InstructionKind::PEXCW:
|
||||
case InstructionKind::PNOR:
|
||||
case InstructionKind::PCPYH:
|
||||
case InstructionKind::PINTEH:
|
||||
|
||||
Reference in New Issue
Block a user