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

  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 620 static i386_cpu_flags active_cpu_flags; variable
879 memset (&active_cpu_flags, 0, sizeof(active_cpu_flags));
895 active_cpu_flags.array[i / 32] |= 1U << (i % 32);
919 active_cpu_flags.array[i / 32] |= 1U << (i % 32);
1441 if (!active_cpu_flags.bitfield.cpu64
1442 && !active_cpu_flags.bitfield.cpumpx)
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-gen.c 600 static i386_cpu_flags active_cpu_flags; variable
859 memset (&active_cpu_flags, 0, sizeof(active_cpu_flags));
875 active_cpu_flags.array[i / 32] |= 1U << (i % 32);
899 active_cpu_flags.array[i / 32] |= 1U << (i % 32);
1421 if (!active_cpu_flags.bitfield.cpu64
1422 && !active_cpu_flags.bitfield.cpumpx)
  /src/external/gpl3/gdb/dist/opcodes/
i386-gen.c 570 static i386_cpu_flags active_cpu_flags; variable
829 memset (&active_cpu_flags, 0, sizeof(active_cpu_flags));
845 active_cpu_flags.array[i / 32] |= 1U << (i % 32);
869 active_cpu_flags.array[i / 32] |= 1U << (i % 32);
1377 if (!active_cpu_flags.bitfield.cpu64
1378 && !active_cpu_flags.bitfield.cpumpx)
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-gen.c 561 static i386_cpu_flags active_cpu_flags; variable
820 memset (&active_cpu_flags, 0, sizeof(active_cpu_flags));
836 active_cpu_flags.array[i / 32] |= 1U << (i % 32);
860 active_cpu_flags.array[i / 32] |= 1U << (i % 32);
1368 if (!active_cpu_flags.bitfield.cpu64
1369 && !active_cpu_flags.bitfield.cpumpx)

Completed in 32 milliseconds