Changeset 609 for branches/GNU/src/binutils/opcodes/sparc-opc.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/opcodes/sparc-opc.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1443 1443 FBR(fop, F2(0, 6)|COND(mask), F2(~0, ~6)|COND(~(mask)), flags) 1444 1444 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),1445 CONDFC ("fb", "cb", 0x8, F_UNBR), 1446 CONDFCL ("fba", "cba", 0x8, F_UNBR|F_ALIAS), 1447 CONDFC ("fbe", "cb0", 0x9, F_CONDBR), 1448 CONDF ("fbz", 0x9, F_CONDBR|F_ALIAS), 1449 CONDFC ("fbg", "cb2", 0x6, F_CONDBR), 1450 CONDFC ("fbge", "cb02", 0xb, F_CONDBR), 1451 CONDFC ("fbl", "cb1", 0x4, F_CONDBR), 1452 CONDFC ("fble", "cb01", 0xd, F_CONDBR), 1453 CONDFC ("fblg", "cb12", 0x2, F_CONDBR), 1454 CONDFCL ("fbn", "cbn", 0x0, F_UNBR), 1455 CONDFC ("fbne", "cb123", 0x1, F_CONDBR), 1456 CONDF ("fbnz", 0x1, F_CONDBR|F_ALIAS), 1457 CONDFC ("fbo", "cb012", 0xf, F_CONDBR), 1458 CONDFC ("fbu", "cb3", 0x7, F_CONDBR), 1459 CONDFC ("fbue", "cb03", 0xa, F_CONDBR), 1460 CONDFC ("fbug", "cb23", 0x5, F_CONDBR), 1461 CONDFC ("fbuge", "cb023", 0xc, F_CONDBR), 1462 CONDFC ("fbul", "cb13", 0x3, F_CONDBR), 1463 CONDFC ("fbule", "cb013", 0xe, F_CONDBR), 1464 1464 1465 1465 #undef CONDFC -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.