[PATCH] [mips][microMIPSr6] Implement JIALC and JIC instructions

Zoran Jovanovic zoran.jovanovic at imgtec.com
Tue May 5 02:21:40 PDT 2015


================
Comment at: lib/Target/Mips/MicroMips32r6InstrInfo.td:22
@@ -21,1 +21,3 @@
 class BC_MMR6_ENC : BRANCH_OFF26_FM<0b100101>;
+class JIALC_MMR6_ENC : JMP_IDX_COMPACT_FM<0b101001>;
+class JIC_MMR6_ENC   : JMP_IDX_COMPACT_FM<0b101000>;
----------------
Opcode has changed.
Now it should be: 100000.

http://reviews.llvm.org/D8389

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list