gencode.c: Mark BEGEZALL as LIKELY.
authorGavin Romig-Koch <gavin@redhat.com>
Thu, 21 May 1998 18:26:38 +0000 (18:26 +0000)
committerGavin Romig-Koch <gavin@redhat.com>
Thu, 21 May 1998 18:26:38 +0000 (18:26 +0000)
sim/mips/ChangeLog
sim/mips/gencode.c

index ca50e36..60feec8 100644 (file)
@@ -1,3 +1,7 @@
+Thu May 21 14:24:11 1998  Gavin Koch  <gavin@cygnus.com>
+
+       * gencode.c: Mark BEGEZALL as LIKELY.
+
 Thu May 21 18:57:19 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * sim-main.h (ALU32_END): Sign extend 32 bit results.
index becc194..928b88e 100644 (file)
@@ -579,7 +579,7 @@ struct instruction MIPS_DECODE[] = {
  {"BEQL",   G4,"010100sssssgggggllllllllllllllll",NORMAL, BRANCH,   (EQ | LIKELY)},
  {"BGEZ",    1,"000001sssss00001llllllllllllllll",REGIMM, BRANCH,   (GT | EQ)},
  {"BGEZAL",  1,"000001sssss10001llllllllllllllll",REGIMM, BRANCH,   (GT | EQ | LINK)},
- {"BGEZALL",G4,"000001sssss10011llllllllllllllll",REGIMM, BRANCH,   (GT | EQ | LINK)},
+ {"BGEZALL",G4,"000001sssss10011llllllllllllllll",REGIMM, BRANCH,   (GT | EQ | LINK | LIKELY)},
  {"BGEZL",  G4,"000001sssss00011llllllllllllllll",REGIMM, BRANCH,   (GT | EQ | LIKELY)},
  {"BGTZ",    1,"000111sssss00000llllllllllllllll",NORMAL, BRANCH,   (GT)},
  {"BGTZL",  G4,"010111sssss00000llllllllllllllll",NORMAL, BRANCH,   (GT | LIKELY)},