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

  /external/libyuv/files/unit_test/
unit_test.cc 79 const char* cpu_flags = getenv("LIBYUV_FLAGS"); local
80 if (cpu_flags) {
81 disable_cpu_flags_ = atoi(cpu_flags); // NOLINT
88 benchmark_cpu_info_ = atoi(cpu_flags); // NOLINT
138 const char* cpu_flags = getenv("LIBYUV_FLAGS"); local
139 if (cpu_flags) {
140 disable_cpu_flags_ = atoi(cpu_flags); // NOLINT
147 benchmark_cpu_info_ = atoi(cpu_flags); // NOLINT
197 const char* cpu_flags = getenv("LIBYUV_FLAGS"); local
198 if (cpu_flags) {
256 const char* cpu_flags = getenv("LIBYUV_FLAGS"); local
315 const char* cpu_flags = getenv("LIBYUV_FLAGS"); local
374 const char* cpu_flags = getenv("LIBYUV_FLAGS"); local
    [all...]
cpu_test.cc 22 int cpu_flags = TestCpuFlag(-1); local
23 printf("Cpu Flags %x\n", cpu_flags);
  /external/libyuv/files/util/
cpuid.c 21 int cpu_flags = TestCpuFlag(-1); local
60 printf("Cpu Flags %x\n", cpu_flags);
  /external/syslinux/com32/modules/
dmi_utils.c 67 if (((bool *) (&dmi->processor.cpu_flags))[i] == true) {
  /external/v8/src/base/
cpu.cc 566 uint32_t cpu_flags = SYSPAGE_ENTRY(cpuinfo)->flags; local
567 if (cpu_flags & ARM_CPU_FLAG_V7) {
570 } else if (cpu_flags & ARM_CPU_FLAG_V6) {
576 has_fpu_ = (cpu_flags & CPU_FLAG_FPU) != 0;
578 if (cpu_flags & ARM_CPU_FLAG_NEON) {
582 has_vfp3_d32_ = (cpu_flags & ARM_CPU_FLAG_VFP_D32) != 0;
585 has_idiva_ = (cpu_flags & ARM_CPU_FLAG_IDIV) != 0;
  /external/syslinux/com32/gplinclude/dmi/
dmi_processor.h 103 s_dmi_cpu_flags cpu_flags; member in struct:__anon33553
  /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...]
tc-i386.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
mca_machdep.h 70 uint64_t cpu_flags; member in struct:mca_cpu_record
  /external/syslinux/com32/hdt/
hdt-dump-dmi.c 213 if (((bool *) (&hardware->dmi.processor.cpu_flags))[i] == true) {
hdt-cli-dmi.c 362 if (((bool *) (&hardware->dmi.processor.cpu_flags))[i] == true) {
  /external/syslinux/com32/lua/src/
dmi.c 285 (bool *)(&processor->cpu_flags));
  /external/syslinux/com32/gpllib/dmi/
dmi.c 448 ((bool *) (&dmi->processor.cpu_flags))[i] = true;

Completed in 385 milliseconds