Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/opcodes/sparc-opc.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    14431443  FBR(fop, F2(0, 6)|COND(mask), F2(~0, ~6)|COND(~(mask)), flags)
    14441444
    1445 CONDFC  ("fb",    "cb",    0x8, 0),
    1446 CONDFCL ("fba",   "cba",   0x8, F_ALIAS),
    1447 CONDFC  ("fbe",   "cb0",   0x9, 0),
    1448 CONDF   ("fbz",            0x9, F_ALIAS),
    1449 CONDFC  ("fbg",   "cb2",   0x6, 0),
    1450 CONDFC  ("fbge",  "cb02",  0xb, 0),
    1451 CONDFC  ("fbl",   "cb1",   0x4, 0),
    1452 CONDFC  ("fble",  "cb01",  0xd, 0),
    1453 CONDFC  ("fblg",  "cb12",  0x2, 0),
    1454 CONDFCL ("fbn",   "cbn",   0x0, 0),
    1455 CONDFC  ("fbne",  "cb123", 0x1, 0),
    1456 CONDF   ("fbnz",           0x1, F_ALIAS),
    1457 CONDFC  ("fbo",   "cb012", 0xf, 0),
    1458 CONDFC  ("fbu",   "cb3",   0x7, 0),
    1459 CONDFC  ("fbue",  "cb03",  0xa, 0),
    1460 CONDFC  ("fbug",  "cb23",  0x5, 0),
    1461 CONDFC  ("fbuge", "cb023", 0xc, 0),
    1462 CONDFC  ("fbul",  "cb13",  0x3, 0),
    1463 CONDFC  ("fbule", "cb013", 0xe, 0),
     1445CONDFC  ("fb",    "cb",    0x8, F_UNBR),
     1446CONDFCL ("fba",   "cba",   0x8, F_UNBR|F_ALIAS),
     1447CONDFC  ("fbe",   "cb0",   0x9, F_CONDBR),
     1448CONDF   ("fbz",            0x9, F_CONDBR|F_ALIAS),
     1449CONDFC  ("fbg",   "cb2",   0x6, F_CONDBR),
     1450CONDFC  ("fbge",  "cb02",  0xb, F_CONDBR),
     1451CONDFC  ("fbl",   "cb1",   0x4, F_CONDBR),
     1452CONDFC  ("fble",  "cb01",  0xd, F_CONDBR),
     1453CONDFC  ("fblg",  "cb12",  0x2, F_CONDBR),
     1454CONDFCL ("fbn",   "cbn",   0x0, F_UNBR),
     1455CONDFC  ("fbne",  "cb123", 0x1, F_CONDBR),
     1456CONDF   ("fbnz",           0x1, F_CONDBR|F_ALIAS),
     1457CONDFC  ("fbo",   "cb012", 0xf, F_CONDBR),
     1458CONDFC  ("fbu",   "cb3",   0x7, F_CONDBR),
     1459CONDFC  ("fbue",  "cb03",  0xa, F_CONDBR),
     1460CONDFC  ("fbug",  "cb23",  0x5, F_CONDBR),
     1461CONDFC  ("fbuge", "cb023", 0xc, F_CONDBR),
     1462CONDFC  ("fbul",  "cb13",  0x3, F_CONDBR),
     1463CONDFC  ("fbule", "cb013", 0xe, F_CONDBR),
    14641464
    14651465#undef CONDFC
Note: See TracChangeset for help on using the changeset viewer.