Searched refs:isa_mask (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | arc-dis.c | 148 unsigned isa_mask, bfd_boolean *has_limm) in find_format_from_table() argument 176 if (!(opcode->cpu & isa_mask)) in find_format_from_table() 263 unsigned isa_mask, in find_format_long_instructions() argument 295 if (!(opcode->cpu & isa_mask)) in find_format_long_instructions() 348 unsigned isa_mask, struct disassemble_info *info, in find_format() argument 357 isa_mask, &needs_limm); in find_format() 368 opcode = arcExtMap_genOpcode (einsn, isa_mask, &errmsg); in find_format() 380 isa_mask, &needs_limm); in find_format() 409 find_format_long_instructions (insn, insn_len, isa_mask, in find_format() 518 unsigned isa_mask) in get_auxreg() argument [all …]
|
D | alpha-dis.c | 63 unsigned insn, op, isa_mask; in print_insn_alpha() local 86 isa_mask = AXP_OPCODE_NOPAL; in print_insn_alpha() 90 isa_mask |= AXP_OPCODE_EV4; in print_insn_alpha() 93 isa_mask |= AXP_OPCODE_EV5; in print_insn_alpha() 96 isa_mask |= AXP_OPCODE_EV6; in print_insn_alpha() 122 if (!(opcode->flags & isa_mask)) in print_insn_alpha()
|
/toolchain/binutils/binutils-2.27/cpu/ |
D | mep.opc | 1558 mep_insn_supported_by_isa (const CGEN_INSN *insn, CGEN_ATTR_VALUE_BITSET_TYPE *isa_mask) 1561 return cgen_bitset_intersect_p (& insn_isas, isa_mask);
|