/dalvik/vm/mterp/x86-atom/ |
OP_LONG_TO_DOUBLE.S | 35 fildll (rFP, rINST, 4) # FPU<- vB 36 fstpl (rFP, %ecx, 4) # vA<- FPU; (double) vB
|
OP_LONG_TO_FLOAT.S | 35 fildll (rFP, rINST, 4) # FPU<- vB 36 fstps (rFP, %ecx, 4) # vA<- FPU; (float) vB
|
/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 | 53 if (!cpu_features->IsSupported(FPU) || Serializer::enabled()) {
|
assembler-mips.cc | 53 // If the compiler is allowed to use fpu then we can use fpu too in our 56 // For the simulator=mips build, use FPU when FLAG_enable_fpu is enabled. 58 supported_ |= 1u << FPU; 66 if (OS::MipsCpuHasFeature(FPU)) { 67 // This implementation also sets the FPU flags if 68 // runtime detection of FPU returns true. 69 supported_ |= 1u << FPU; 70 found_by_runtime_probing_ |= 1u << FPU; 655 ASSERT(isolate()->cpu_features()->IsEnabled(FPU)); [all...] |
assembler-mips.h | 267 // FPU (coprocessor 1) control registers. 353 if (f == FPU && !FLAG_enable_fpu) return false; [all...] |
macro-assembler-mips.cc | 842 if (!Isolate::Current()->cpu_features()->IsSupported(FPU)) { 851 if (Isolate::Current()->cpu_features()->IsSupported(FPU)) { 852 CpuFeatures::Scope scope(FPU); 853 // MIPS FPU instructions implementing double precision to integer [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 (Isolate::Current()->cpu_features()->IsSupported(FPU)) { 288 CpuFeatures::Scope scope(FPU); 360 if (Isolate::Current()->cpu_features()->IsSupported(FPU)) { 361 CpuFeatures::Scope scope(FPU); 421 if (Isolate::Current()->cpu_features()->IsSupported(FPU)) { 422 CpuFeatures::Scope scope(FPU); 569 if (Isolate::Current()->cpu_features()->IsSupported(FPU)) { 570 CpuFeatures::Scope scope(FPU); 777 if (Isolate::Current()->cpu_features()->IsSupported(FPU)) { 778 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 | 472 FPU = 1}; // MIPS
|
platform-linux.cc | 103 // have FPU instructions. If gcc can assume it then so can we. 104 return 1u << FPU; 187 // Simple detection of FPU at runtime for Linux. 199 case FPU: 200 search_string = "FPU";
|
/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/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 | 633 llvm::StringRef FPU = A->getValue(Args); 635 // Set the target features based on the FPU. 636 if (FPU == "fpa" || FPU == "fpe2" || FPU == "fpe3" || FPU == "maverick") { 637 // Disable any default FPU support. 644 } else if (FPU == "vfp") { 647 } else if (FPU == "vfp3") { 650 } else if (FPU == "neon") [all...] |
/dalvik/vm/mterp/out/ |
InterpAsm-x86-atom.S | [all...] |