Home | History | Annotate | Download | only in bfd

Lines Matching defs:opcode

1874       int opcode;
1889 /* Get the opcode. */
1890 opcode = bfd_get_16 (abfd, contents + irel->r_offset);
1892 /* Compute the new opcode. We are going to convert:
1898 switch (opcode & 0xfc00)
1900 case 0x3800: opcode = 0x3402; break; /* Jl -> Jge +2 */
1901 case 0x3400: opcode = 0x3802; break; /* Jge -> Jl +2 */
1902 case 0x2c00: opcode = 0x2802; break; /* Jhs -> Jlo +2 */
1903 case 0x2800: opcode = 0x2c02; break; /* Jlo -> Jhs +2 */
1904 case 0x2400: opcode = 0x2002; break; /* Jeq -> Jne +2 */
1905 case 0x2000: opcode = 0x2402; break; /* jne -> Jeq +2 */
1916 /* fprintf (stderr, "unrecog: %x\n", opcode); */
1925 /* Install the new opcode. */
1926 bfd_put_16 (abfd, opcode, contents + irel->r_offset);
2061 /* Get the opcode. */
2132 /* Fix the opcode right way. */