Home
last modified time | relevance | path

Searched refs:code2 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h442 unsigned char code2; member
/toolchain/binutils/binutils-2.27/bfd/
Delf32-msp430.c2129 int code0 = 0, code1 = 0, code2 = 0; in msp430_elf_relax_section() local
2140 code2 = bfd_get_16 (abfd, contents + irel->r_offset - 2); in msp430_elf_relax_section()
2142 if (code2 != 0x4010) in msp430_elf_relax_section()
2242 int code2; in msp430_elf_relax_section() local
2245 code2 = bfd_get_16 (abfd, contents + irel->r_offset - 2); in msp430_elf_relax_section()
2246 if (code2 != 0x4030) in msp430_elf_relax_section()
/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-dis.c400 if (m68hc12_alias[i].code2 == (unsigned char) buffer[1]) in print_insn()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c3564 number_to_chars_bigendian (f + 1, m68hc12_alias[alias_id].code2, 1); in md_assemble()