HomeSort by relevance Sort by last modified time
    Searched defs:isa_mask (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
alpha-dis.c 63 unsigned insn, op, isa_mask; local
86 isa_mask = AXP_OPCODE_NOPAL;
90 isa_mask |= AXP_OPCODE_EV4;
93 isa_mask |= AXP_OPCODE_EV5;
96 isa_mask |= AXP_OPCODE_EV6;
122 if (!(opcode->flags & isa_mask))
arc-dis.c 143 INSNLEN. The ISA_MASK restricts the possible matches in ARC_TABLE. */
148 unsigned isa_mask, bfd_boolean *has_limm)
176 if (!(opcode->cpu & isa_mask))
263 unsigned isa_mask,
295 if (!(opcode->cpu & isa_mask))
348 unsigned isa_mask, struct disassemble_info *info,
357 isa_mask, &needs_limm);
368 opcode = arcExtMap_genOpcode (einsn, isa_mask, &errmsg);
380 isa_mask, &needs_limm);
409 find_format_long_instructions (insn, insn_len, isa_mask,
711 unsigned isa_mask; local
    [all...]

Completed in 608 milliseconds