HomeSort by: relevance | last modified time | path
    Searched defs:isa_mask (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/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 92 unsigned isa_mask; member in struct:arc_disassemble_info
238 INSNLEN. The ISA_MASK restricts the possible matches in ARC_TABLE. */
245 unsigned isa_mask,
262 if (!(opcode->cpu & isa_mask))
289 limmind = (isa_mask & ARC_OPCODE_ARCV2) ? 0x1E : 0x3E;
406 unsigned isa_mask,
425 opcode = arcExtMap_genOpcode (i, isa_mask, &errmsg);
437 isa_mask, &needs_limm, false);
444 isa_mask, &needs_limm, true);
585 unsigned isa_mask)
    [all...]
  /src/external/gpl3/binutils.old/dist/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 92 unsigned isa_mask; member in struct:arc_disassemble_info
238 INSNLEN. The ISA_MASK restricts the possible matches in ARC_TABLE. */
245 unsigned isa_mask,
262 if (!(opcode->cpu & isa_mask))
289 limmind = (isa_mask & ARC_OPCODE_ARCV2) ? 0x1E : 0x3E;
406 unsigned isa_mask,
425 opcode = arcExtMap_genOpcode (i, isa_mask, &errmsg);
437 isa_mask, &needs_limm, false);
444 isa_mask, &needs_limm, true);
585 unsigned isa_mask)
    [all...]
  /src/external/gpl3/gdb/dist/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 92 unsigned isa_mask; member in struct:arc_disassemble_info
238 INSNLEN. The ISA_MASK restricts the possible matches in ARC_TABLE. */
245 unsigned isa_mask,
262 if (!(opcode->cpu & isa_mask))
289 limmind = (isa_mask & ARC_OPCODE_ARCV2) ? 0x1E : 0x3E;
406 unsigned isa_mask,
425 opcode = arcExtMap_genOpcode (i, isa_mask, &errmsg);
437 isa_mask, &needs_limm, false);
444 isa_mask, &needs_limm, true);
585 unsigned isa_mask)
    [all...]
  /src/external/gpl3/gdb.old/dist/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 250 INSNLEN. The ISA_MASK restricts the possible matches in ARC_TABLE. */
257 unsigned isa_mask,
274 if (!(opcode->cpu & isa_mask))
301 limmind = (isa_mask & ARC_OPCODE_ARCV2) ? 0x1E : 0x3E;
418 unsigned isa_mask,
437 opcode = arcExtMap_genOpcode (i, isa_mask, &errmsg);
449 isa_mask, &needs_limm, false);
456 isa_mask, &needs_limm, true);
597 unsigned isa_mask)
612 if (!(auxr->cpu & isa_mask))
948 unsigned isa_mask = ARC_OPCODE_NONE; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 254 HOST_WIDE_INT isa_mask; /* rs6000_isa mask */ member in struct:clone_map
25327 if ((rs6000_clone_map[ret].isa_mask & isa_masks) != 0)
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 255 HOST_WIDE_INT isa_mask; /* rs6000_isa mask */ member in struct:clone_map
24892 if ((rs6000_clone_map[ret].isa_mask & isa_masks) != 0)

Completed in 68 milliseconds