Searched refs:label6 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-frv.c1557 bfd_vma label6;
1563 label6 opcode label18
1566 where label24 is the concatenation of label6 and label18. */
1577 label6 = value & 0xfc0000;
1578 label6 = label6 << 7;
1583 insn = insn | label6;
1556 bfd_vma label6; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-frv.c2334 bfd_vma label6;
2340 label6 opcode label18
2343 where label24 is the concatenation of label6 and label18. */
2354 label6 = value & 0xfc0000;
2355 label6 = label6 << 7;
2360 insn = insn | label6;
2333 bfd_vma label6; local

Completed in 138 milliseconds