Home
last modified time | relevance | path

Searched refs:arch_mask (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dm68k-dis.c186 unsigned int arch_mask; local
243 arch_mask = m68000;
246 arch_mask = m68008;
249 arch_mask = m68010;
252 arch_mask = m68020;
255 arch_mask = m68030;
258 arch_mask = m68040;
261 arch_mask = m68060;
264 arch_mask = mcf5200;
267 arch_mask = mcf528x;
[all …]
H A Dsparc-opc.c172 #define COMMUTEOP(opcode, op3, arch_mask) \ argument
173 { opcode, F3(2, op3, 0), F3(~2, ~op3, ~0)|ASI(~0), "1,2,d", 0, arch_mask }, \
174 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "1,i,d", 0, arch_mask }, \
175 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "i,1,d", 0, arch_mask }
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm68k-dis.c1351 unsigned int arch_mask) in m68k_scan_mask() argument
1407 && (opc->arch & arch_mask) != 0) in m68k_scan_mask()
1467 unsigned int arch_mask; in print_insn_m68k() local
1486 arch_mask = bfd_m68k_mach_to_features (info->mach); in print_insn_m68k()
1487 if (!arch_mask) in print_insn_m68k()
1501 val = m68k_scan_mask (memaddr, info, arch_mask); in print_insn_m68k()
H A Dsparc-opc.c168 #define COMMUTEOP(opcode, op3, arch_mask) \ argument
169 { opcode, F3(2, op3, 0), F3(~2, ~op3, ~0)|ASI(~0), "1,2,d", 0, arch_mask }, \
170 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "1,i,d", 0, arch_mask }, \
171 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "i,1,d", 0, arch_mask }
H A DChangeLog-2004478 variants in arch_mask. Only set m68881/68851 for 68k chips.