HomeSort by relevance Sort by last modified time
    Searched refs:FPU (Results 26 - 41 of 41) sorted by null

12

  /external/oprofile/events/mips/1004K/
events 112 event:0x40e counters:1 um:zero minimum:500 name:FPU_INSNS : 14-1 FPU instructions completed (not including loads/stores)
143 event:0x429 counters:1 um:zero minimum:500 name:FPU_STALLS : 41-1 FPU stall cycles
  /external/elfutils/tests/
run-allregs.sh 50 FPU-control registers:
198 FPU registers:
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 565 StringRef FPU = A->getValue();
567 // Set the target features based on the FPU.
568 if (FPU == "fpa" || FPU == "fpe2" || FPU == "fpe3" || FPU == "maverick") {
569 // Disable any default FPU support.
576 } else if (FPU == "vfp3-d16" || FPU == "vfpv3-d16") {
583 } else if (FPU == "vfp")
    [all...]
  /external/chromium_org/v8/src/
platform-linux.cc 262 // Simple detection of FPU at runtime for Linux.
274 case FPU:
275 search_string = "FPU";
  /external/oprofile/events/mips/74K/
events 33 event:0xf counters:0,2 um:zero minimum:500 name:CLDQ_FULL_DR_STALLS : 15-0 DR stage stall cycles due to CLDQ (data comming back from FPU) full
133 event:0x428 counters:1,3 um:zero minimum:500 name:FPU_INSNS : 40-1 FPU instructions graduated
  /external/llvm/test/MC/Mips/
mips-fpu-instructions.s 3 # for FPU instructions.
  /external/v8/src/mips/
assembler-mips.h 192 // to number of 32-bit FPU regs, but kNumAllocatableRegisters refers to
193 // number of Double regs (64-bit regs, or FPU-reg-pairs).
272 // V8 now supports the O32 ABI, and the FPU Registers are organized as 32
328 // FPU (coprocessor 1) control registers.
416 if (f == FPU && !FLAG_enable_fpu) return false;
    [all...]
deoptimizer-mips.cc 766 CpuFeatures::Scope scope(FPU);
777 // Save all FPU registers before messing with them.
    [all...]
full-codegen-mips.cc 692 if (CpuFeatures::IsSupported(FPU)) {
    [all...]
builtins-mips.cc     [all...]
lithium-codegen-mips.cc 68 CpuFeatures::Scope scope(FPU);
    [all...]
  /external/v8/src/
platform-linux.cc 237 // Simple detection of FPU at runtime for Linux.
249 case FPU:
250 search_string = "FPU";
    [all...]
  /external/valgrind/main/none/tests/mips32/
round.stdout.exp 1 -------------------------- test FPU Conversion Operations Using a Directed Rounding Mode --------------------------
194 -------------------------- test FPU Conversion Operations Using the FCSR Rounding Mode --------------------------
FPUarithmetic.stdout.exp 1 -------------------------- test FPU Arithmetic Operations --------------------------
  /external/chromium_org/third_party/opus/src/
configure     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]

Completed in 1371 milliseconds

12