Home
last modified time | relevance | path

Searched refs:target_processor (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dv850-dis.c56 int target_processor; in disassemble() local
72 target_processor = PROCESSOR_V850; in disassemble()
76 target_processor = PROCESSOR_V850E; in disassemble()
80 target_processor = PROCESSOR_V850E1; in disassemble()
88 && (op->processors & target_processor)) in disassemble()
H A Dmips-dis.c533 target_processor = mips_target_info.processor; in set_default_mips_dis_options()
H A DChangeLog-98991635 * mips-dis.c (_print_insn_mips): Set target_processor as appropriate.
1636 Only recognize instructions for the current target_processor.
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dv850-dis.c59 int target_processor; local
75 target_processor = PROCESSOR_V850;
79 target_processor = PROCESSOR_V850E;
83 target_processor = PROCESSOR_V850E1;
91 && (op->processors & target_processor))
H A Dmips-dis.c521 target_processor = mips_target_info.processor;
H A DChangeLog-98991635 * mips-dis.c (_print_insn_mips): Set target_processor as appropriate.
1636 Only recognize instructions for the current target_processor.