Home | History | Annotate | Download | only in opcodes

Lines Matching defs:isa_mask

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,
518 unsigned isa_mask)
533 if (!(auxr->cpu & isa_mask))
546 and LSB, the most and least significant byte. The ISA_MASK is used to
711 unsigned isa_mask;
727 isa_mask = ARC_OPCODE_ARC700;
731 isa_mask = ARC_OPCODE_ARC600;
736 isa_mask = ARC_OPCODE_ARCv2HS | ARC_OPCODE_ARCv2EM;
848 if (!find_format (memaddr, insn, &insn_len, isa_mask, info, &opcode, &iter))
956 const char *rname = get_auxreg (opcode, value, isa_mask);
978 const char *rname = get_auxreg (opcode, value, isa_mask);
994 const char *rname = get_auxreg (opcode, value, isa_mask);