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

  /external/libyuv/files/unit_test/
unit_test.cc 65 const char* cpu_flags = getenv("LIBYUV_FLAGS"); local
66 if (cpu_flags) {
67 disable_cpu_flags_ = atoi(cpu_flags); // NOLINT
74 benchmark_cpu_info_ = atoi(cpu_flags); // NOLINT
117 const char* cpu_flags = getenv("LIBYUV_FLAGS"); local
118 if (cpu_flags) {
119 disable_cpu_flags_ = atoi(cpu_flags); // NOLINT
126 benchmark_cpu_info_ = atoi(cpu_flags); // NOLINT
169 const char* cpu_flags = getenv("LIBYUV_FLAGS"); local
170 if (cpu_flags) {
221 const char* cpu_flags = getenv("LIBYUV_FLAGS"); local
273 const char* cpu_flags = getenv("LIBYUV_FLAGS"); local
325 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/v8/src/base/
cpu.cc 569 uint32_t cpu_flags = SYSPAGE_ENTRY(cpuinfo)->flags; local
570 if (cpu_flags & ARM_CPU_FLAG_V7) {
573 } else if (cpu_flags & ARM_CPU_FLAG_V6) {
579 has_fpu_ = (cpu_flags & CPU_FLAG_FPU) != 0;
581 if (cpu_flags & ARM_CPU_FLAG_NEON) {
585 has_vfp3_d32_ = (cpu_flags & ARM_CPU_FLAG_VFP_D32) != 0;
588 has_idiva_ = (cpu_flags & ARM_CPU_FLAG_IDIV) != 0;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
config.hpp 302 # define BOOST_MATH_INSTRUMENT_FPU do{ fexcept_t cpu_flags; fegetexceptflag(&cpu_flags, FE_ALL_EXCEPT); BOOST_MATH_INSTRUMENT_VARIABLE(cpu_flags); } while(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...]
tc-i386.c     [all...]
  /external/autotest/client/virt/
virt_utils.py     [all...]

Completed in 2704 milliseconds