Changeset 609 for branches/GNU/src/binutils/opcodes/ia64-dis.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/opcodes/ia64-dis.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 168 168 else if (odesc - elf64_ia64_operands == IA64_OPND_TGT64) 169 169 { 170 /* 60-bit immed ate for long branches.*/170 /* 60-bit immediate for long branches. */ 171 171 value = (((insn >> 13) & 0xfffff) 172 172 | (((insn >> 36) & 1) << 59) 173 | ( slot[1]<< 20)) << 4;173 | (((slot[1] >> 2) & 0x7fffffffffLL) << 20)) << 4; 174 174 } 175 175 else -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.