Skip to content

Commit

Permalink
Add MIPS CACHE op variant without address offset
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1187 committed Sep 19, 2017
1 parent 63eaa98 commit 0f01adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Archs/MIPS/MipsOpcodes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const tMipsOpcode MipsOpcodes[] = {
{ "swr", "t,i16(s)", MIPS_OP(0x2E), MA_MIPS1, 0 },
{ "swr", "t,(s)", MIPS_OP(0x2E), MA_MIPS1, 0 },
{ "cache", "jc,i16(s)", MIPS_OP(0x2F), MA_MIPS2, 0 },
{ "cache", "jc,(s)", MIPS_OP(0x2F), MA_MIPS2, 0 },
{ "ll", "t,i16(s)", MIPS_OP(0x30), MA_MIPS2, MO_DELAYRT|MO_IGNORERTD },
{ "ll", "t,(s)", MIPS_OP(0x30), MA_MIPS2, MO_DELAYRT|MO_IGNORERTD },
{ "lwc1", "T,i16(s)", MIPS_OP(0x31), MA_MIPS1, 0 },
Expand Down

0 comments on commit 0f01adb

Please sign in to comment.