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

  /external/libyuv/files/unit_test/
cpu_test.cc 22 int cpu_flags = TestCpuFlag(~kCpuInitialized); local
23 printf("Cpu Flags %x\n", cpu_flags);
  /external/v8/src/base/
cpu.cc 554 uint32_t cpu_flags = SYSPAGE_ENTRY(cpuinfo)->flags; local
555 if (cpu_flags & ARM_CPU_FLAG_V7) {
558 } else if (cpu_flags & ARM_CPU_FLAG_V6) {
564 has_fpu_ = (cpu_flags & CPU_FLAG_FPU) != 0;
566 if (cpu_flags & ARM_CPU_FLAG_NEON) {
570 has_vfp3_d32_ = (cpu_flags & ARM_CPU_FLAG_VFP_D32) != 0;
573 has_idiva_ = (cpu_flags & ARM_CPU_FLAG_IDIV) != 0;
  /toolchain/binutils/binutils-2.25/opcodes/
i386-gen.c 367 static bitfield cpu_flags[] = variable
765 bitfield flags [ARRAY_SIZE (cpu_flags)];
768 memcpy (flags, cpu_flags, sizeof (cpu_flags));
923 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; local
937 /* Find cpu_flags. */
938 cpu_flags = next_field (str, ',', &str, last);
990 process_i386_cpu_flag (table, cpu_flags, 0, ",", " ", lineno);
    [all...]
i386-opc.h 832 i386_cpu_flags cpu_flags; member in struct:insn_template
  /toolchain/binutils/binutils-2.25/gas/config/
tc-frv.c 342 int cpu_flags = EF_FRV_CPU_GENERIC;
348 cpu_flags = EF_FRV_CPU_GENERIC;
354 cpu_flags = EF_FRV_CPU_FR500;
360 cpu_flags = EF_FRV_CPU_FR550;
366 cpu_flags = EF_FRV_CPU_FR450;
372 cpu_flags = EF_FRV_CPU_FR405;
379 cpu_flags = EF_FRV_CPU_FR400;
386 cpu_flags = EF_FRV_CPU_FR300;
392 cpu_flags = EF_FRV_CPU_SIMPLE;
399 cpu_flags = EF_FRV_CPU_TOMCAT
341 int cpu_flags = EF_FRV_CPU_GENERIC; local
    [all...]

Completed in 139 milliseconds