bindings: update python & java following mips core engine

This commit is contained in:
Nguyen Anh Quynh 2013-12-08 20:19:05 +08:00
parent 162409e730
commit 3ff4ccbc5b
2 changed files with 12 additions and 12 deletions

View File

@ -618,11 +618,11 @@ public class Mips_const {
public static final int MIPS_INS_TGEU = 441;
public static final int MIPS_INS_TLT = 442;
public static final int MIPS_INS_TLTI = 443;
public static final int MIPS_INS_TLTU = 444;
public static final int MIPS_INS_TNE = 445;
public static final int MIPS_INS_TNEI = 446;
public static final int MIPS_INS_TRUNC = 447;
public static final int MIPS_INS_TLTIU = 448;
public static final int MIPS_INS_TLTIU = 444;
public static final int MIPS_INS_TLTU = 445;
public static final int MIPS_INS_TNE = 446;
public static final int MIPS_INS_TNEI = 447;
public static final int MIPS_INS_TRUNC = 448;
public static final int MIPS_INS_VSHF = 449;
public static final int MIPS_INS_WAIT = 450;
public static final int MIPS_INS_WRDSP = 451;
@ -650,7 +650,7 @@ public class Mips_const {
public static final int MIPS_GRP_FP64BIT = 14;
public static final int MIPS_GRP_NONANSFPMATH = 15;
public static final int MIPS_GRP_NOTFP64BIT = 16;
public static final int MIPS_GRP_RELOCSTATIC = 17;
public static final int MIPS_GRP_NOTINMICROMIPS = 17;
public static final int MIPS_GRP_JUMP = 18;
public static final int MIPS_GRP_MAX = 19;
}

View File

@ -615,11 +615,11 @@ MIPS_INS_TGEIU = 440
MIPS_INS_TGEU = 441
MIPS_INS_TLT = 442
MIPS_INS_TLTI = 443
MIPS_INS_TLTU = 444
MIPS_INS_TNE = 445
MIPS_INS_TNEI = 446
MIPS_INS_TRUNC = 447
MIPS_INS_TLTIU = 448
MIPS_INS_TLTIU = 444
MIPS_INS_TLTU = 445
MIPS_INS_TNE = 446
MIPS_INS_TNEI = 447
MIPS_INS_TRUNC = 448
MIPS_INS_VSHF = 449
MIPS_INS_WAIT = 450
MIPS_INS_WRDSP = 451
@ -647,6 +647,6 @@ MIPS_GRP_MIPS16MODE = 13
MIPS_GRP_FP64BIT = 14
MIPS_GRP_NONANSFPMATH = 15
MIPS_GRP_NOTFP64BIT = 16
MIPS_GRP_RELOCSTATIC = 17
MIPS_GRP_NOTINMICROMIPS = 17
MIPS_GRP_JUMP = 18
MIPS_GRP_MAX = 19