HomeSort by relevance Sort by last modified time
    Searched refs:FPU (Results 1 - 25 of 35) sorted by null

1 2

  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Application.mk 1 # The ARMv7 is significanly faster due to the use of the hardware FPU
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
Application.mk 1 # The ARMv7 is significanly faster due to the use of the hardware FPU
  /external/v8/src/mips/
cpu-mips.cc 56 return CpuFeatures::IsSupported(FPU);
code-stubs-mips.cc 522 if (CpuFeatures::IsSupported(FPU)) {
523 CpuFeatures::Scope scope(FPU);
592 if (CpuFeatures::IsSupported(FPU) &&
594 CpuFeatures::Scope scope(FPU);
612 if (CpuFeatures::IsSupported(FPU)) {
613 CpuFeatures::Scope scope(FPU);
614 // Convert smi to double using FPU instructions.
690 if (CpuFeatures::IsSupported(FPU)) {
691 CpuFeatures::Scope scope(FPU);
792 if (CpuFeatures::IsSupported(FPU)) {
    [all...]
assembler-mips.cc 55 // can be defined to enable FPU instructions when building the
60 answer |= 1u << FPU;
64 // If the compiler is allowed to use FPU then we can use FPU too in our code
68 answer |= 1u << FPU;
94 // If the compiler is allowed to use fpu then we can use fpu too in our
97 // For the simulator=mips build, use FPU when FLAG_enable_fpu is enabled.
99 supported_ |= 1u << FPU;
103 if (OS::MipsCpuHasFeature(FPU)) {
    [all...]
stub-cache-mips.cc     [all...]
codegen-mips.cc 109 bool fpu_supported = CpuFeatures::IsSupported(FPU);
199 CpuFeatures::Scope scope(FPU);
code-stubs-mips.h 153 use_fpu_ = CpuFeatures::IsSupported(FPU);
589 CpuFeatures::Scope scope(FPU);
597 CpuFeatures::Scope scope(FPU);
720 // is floating point registers FPU must be supported. If core registers are
721 // requested when FPU is supported f12 and f14 will be scratched.
730 // is floating point registers FPU must be supported. If core registers are
731 // requested when FPU is supported f12 and f14 will still be scratched. If
789 // scratch3 is not used when FPU is supported.
800 // Generate non FPU code to check if a double can be exactly represented by a
822 // registers. (Used when FPU is not supported.
    [all...]
macro-assembler-mips.cc 855 CpuFeatures::Scope scope(FPU);
870 CpuFeatures::Scope scope(FPU);
885 CpuFeatures::Scope scope(FPU);
899 CpuFeatures::Scope scope(FPU);
    [all...]
  /external/llvm/test/MC/MBlaze/
mblaze_pattern.s 3 # Test to ensure that all FPU instructions can be parsed by the
mblaze_fpu.s 3 # Test to ensure that all FPU instructions can be parsed by the
  /external/oprofile/events/mips/20K/
events 9 event:0x3 counters:0 um:zero minimum:500 name:FP_INSNS_COMPLETED : Instructions completed in FPU datapath (computational event:instructions only)
16 event:0xa counters:0 um:zero minimum:500 name:FPU_EXCEPTIONS_TAKEN : Taken FPU exceptions
17 event:0xb counters:0 um:zero minimum:500 name:REPLAYS : Total number of LSU requested replays, Load-dependent speculative dispatch or FPU exception prediction replays.
  /external/oprofile/events/mips/25K/
events 8 event:0x2 counters:0,1 um:zero minimum:500 name:FP_INSNS_ISSUED : FPU instructions issued
18 # FPU:
20 event:0xa counters:0,1 um:zero minimum:500 name:INSN_FP_DATAPATH_COMPLETED : Instructions completed in FPU datapath (computational instructions only)
21 event:0xb counters:0,1 um:zero minimum:500 name:FP_EXCEPTIONS_TAKEN : Taken FPU exceptions
22 event:0xc counters:0,1 um:zero minimum:500 name:FP_EXCEPTION_PREDICTED : Predicted FPU exceptions
71 event:0x21 counters:0,1 um:zero minimum:500 name:REPLAYS_LSU_LOAD_DEP_FPU : LSU requested replays, load-dependent speculative dispatch, FPU exception prediction
  /external/oprofile/events/x86-64/family11h/
events 24 event:0x00 counters:0,1,2,3 um:fpu_ops minimum:500 name:DISPATCHED_FPU_OPS : Dispatched FPU ops
25 event:0x01 counters:0,1,2,3 um:zero minimum:500 name:CYCLES_NO_FPU_OPS_RETIRED : Cycles in which the FPU is empty
26 event:0x02 counters:0,1,2,3 um:zero minimum:500 name:DISPATCHED_FPU_OPS_FAST_FLAG : Dispatched FPU ops that use the fast flag interface
104 event:0xd7 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_FPU_FULL : Dispatch stall when FPU is full
108 event:0xdb counters:0,1,2,3 um:fpu_exceptions minimum:1 name:FPU_EXCEPTIONS : FPU exceptions
  /external/oprofile/events/x86-64/hammer/
events 22 event:0x00 counters:0,1,2,3 um:fpu_ops minimum:500 name:DISPATCHED_FPU_OPS : Dispatched FPU ops
23 event:0x01 counters:0,1,2,3 um:zero minimum:500 name:CYCLES_NO_FPU_OPS_RETIRED : Cycles with no FPU ops retired
24 event:0x02 counters:0,1,2,3 um:zero minimum:500 name:DISPATCHED_FPU_OPS_FAST_FLAG : Dispatched FPU ops that use the fast flag interface
99 event:0xd7 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_FPU_FULL : Dispatch stall when FPU is full
103 event:0xdb counters:0,1,2,3 um:fpu_exceptions minimum:1 name:FPU_EXCEPTIONS : FPU exceptions
  /external/v8/test/cctest/
test-assembler-mips.cc 287 if (CpuFeatures::IsSupported(FPU)) {
288 CpuFeatures::Scope scope(FPU);
360 if (CpuFeatures::IsSupported(FPU)) {
361 CpuFeatures::Scope scope(FPU);
421 if (CpuFeatures::IsSupported(FPU)) {
422 CpuFeatures::Scope scope(FPU);
569 if (CpuFeatures::IsSupported(FPU)) {
570 CpuFeatures::Scope scope(FPU);
782 if (CpuFeatures::IsSupported(FPU) && kArchVariant == kMips32r2) {
783 CpuFeatures::Scope scope(FPU);
    [all...]
  /dalvik/vm/arch/arm/
CallOldABI.S 158 @ we have and how to return it. However, unless we have an FPU,
  /external/v8/src/
v8globals.h 442 FPU = 1}; // MIPS
  /external/oprofile/events/mips/24K/
events 96 event:0x40e counters:1 um:zero minimum:500 name:FPU_INSNS : 14-1 FPU instructions completed (not including loads/stores)
122 event:0x429 counters:1 um:zero minimum:500 name:FPU_STALLS : 41-1 FPU stall cycles
  /external/oprofile/events/mips/34K/
events 104 event:0x40e counters:1 um:zero minimum:500 name:FPU_INSNS : 14-1 FPU instructions completed (not including loads/stores)
134 event:0x429 counters:1 um:zero minimum:500 name:FPU_STALLS : 41-1 FPU stall cycles
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /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/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/clang/lib/Driver/
Tools.cpp 556 StringRef FPU = A->getValue();
558 // Set the target features based on the FPU.
559 if (FPU == "fpa" || FPU == "fpe2" || FPU == "fpe3" || FPU == "maverick") {
560 // Disable any default FPU support.
567 } else if (FPU == "vfp3-d16" || FPU == "vfpv3-d16") {
574 } else if (FPU == "vfp")
    [all...]

Completed in 231 milliseconds

1 2