/external/elfutils/tests/ |
D | run-addrcfi.sh | 68 FPU-control reg37 (%fctrl): undefined 69 FPU-control reg38 (%fstat): undefined 70 FPU-control reg39 (%mxcsr): undefined 115 FPU-control reg37 (%fctrl): undefined 116 FPU-control reg38 (%fstat): undefined 117 FPU-control reg39 (%mxcsr): undefined 334 FPU reg32 (f0): undefined 335 FPU reg33 (f1): undefined 336 FPU reg34 (f2): undefined 337 FPU reg35 (f3): undefined [all …]
|
/external/llvm/test/MC/Mips/ |
D | update-module-level-options.s | 6 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers 10 # CHECK-NOT: :[[@LINE-1]]:{{[0-9]+}}: error: -mno-odd-spreg prohibits the use of odd FPU registers 14 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
|
D | set-oddspreg-nooddspreg-error.s | 6 # CHECK-NOT: :[[@LINE-1]]:{{[0-9]+}}: error: -mno-odd-spreg prohibits the use of odd FPU registers 10 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
|
D | nooddspreg-error.s | 9 # CHECK-ERROR: :[[@LINE-1]]:15: error: -mno-odd-spreg prohibits the use of odd FPU registers 10 # CHECK-ERROR: :[[@LINE-2]]:25: error: -mno-odd-spreg prohibits the use of odd FPU registers
|
D | module-hardfloat.s | 12 # CHECK-OBJ: FP ABI: Hard float (32-bit CPU, Any FPU) (0x5)
|
D | mips_abi_flags_xx_set.s | 34 # CHECK-OBJ-NEXT: FP ABI: Hard float (32-bit CPU, Any FPU) (0x5)
|
D | mips_abi_flags_xx.s | 42 # CHECK-OBJ-NEXT: FP ABI: Hard float (32-bit CPU, Any FPU) (0x5)
|
/external/llvm/test/CodeGen/ARM/ |
D | build-attributes.ll | 55 …e=armv7-linux-gnueabi -mattr=-neon,+vfp3,+fp16 | FileCheck %s --check-prefix=GENERIC-FPU-VFPV3-FP16 56 …inux-gnueabi -mattr=-neon,+vfp3,+d16,+fp16 | FileCheck %s --check-prefix=GENERIC-FPU-VFPV3-D16-FP16 57 …linux-gnueabi -mattr=-neon,+vfp3,+fp-only-sp,+d16 | FileCheck %s --check-prefix=GENERIC-FPU-VFPV3XD 58 …bi -mattr=-neon,+vfp3,+fp-only-sp,+d16,+fp16 | FileCheck %s --check-prefix=GENERIC-FPU-VFPV3XD-FP16 59 …-mtriple=armv7-linux-gnueabi -mattr=+neon,+fp16 | FileCheck %s --check-prefix=GENERIC-FPU-NEON-FP16 177 ;; The default choice made by llc is for a V6 CPU without an FPU. 180 ;; FPU support! 196 ;; Despite the V6 CPU having no FPU by default, we chose to flush to 211 ;; The default choice made by llc is for a V6M CPU without an FPU. 214 ;; FPU support! [all …]
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 86 void emitFPU(unsigned FPU) override; 206 void ARMTargetAsmStreamer::emitFPU(unsigned FPU) { in emitFPU() argument 207 OS << "\t.fpu\t" << ARM::getFPUName(FPU) << "\n"; in emitFPU() 277 unsigned FPU; member in __anond09109f60111::ARMTargetELFStreamer 381 void emitFPU(unsigned FPU) override; 393 : ARMTargetStreamer(S), CurrentVendor("aeabi"), FPU(ARM::FK_INVALID), in ARMTargetELFStreamer() 778 FPU = Value; in emitFPU() 781 switch (FPU) { in emitFPUDefaultAttributes() 907 report_fatal_error("Unknown FPU: " + Twine(FPU)); in emitFPUDefaultAttributes() 944 if (FPU != ARM::FK_INVALID) in finishAttributeSection() [all …]
|
D | ARMTargetStreamer.cpp | 68 void ARMTargetStreamer::emitFPU(unsigned FPU) {} in emitFPU() argument
|
/external/llvm/lib/Support/ |
D | TargetParser.cpp | 382 static StringRef getFPUSynonym(StringRef FPU) { in getFPUSynonym() argument 383 return StringSwitch<StringRef>(FPU) in getFPUSynonym() 396 .Default(FPU); in getFPUSynonym() 479 unsigned llvm::ARM::parseFPU(StringRef FPU) { in parseFPU() argument 480 StringRef Syn = getFPUSynonym(FPU); in parseFPU()
|
/external/llvm/lib/Target/Mips/ |
D | MipsRegisterInfo.td | 50 // Mips 32-bit FPU Registers 53 // Mips 64-bit (aliased) FPU Registers 155 /// Mips Single point precision FPU Registers 163 /// Mips Double point precision FPU Registers (aliased 170 /// Mips Double point precision FPU Registers in MFP64 mode. 176 /// MSA and FPU cannot both be present unless the FPU has 64-bit registers 393 // MIPS32r6/MIPS64r6 store FPU condition codes in normal FGR registers.
|
/external/llvm/test/MC/ARM/ |
D | directive-fpu-diagnostics.s | 8 @ CHECK: error: Unknown FPU name
|
D | directive-fpu-softvfp.s | 3 @ Check softvfp as the FPU name.
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCScheduleP8.td | 28 // 10 insns per cycle (2-LU, 2-LSU, 2-FXU, 2-FPU, 1-CRU, 1-BRU). 42 // The Floating-Point Unit (FPU) and Vector Media Extension (VMX) units 45 // FPU, so keep in mind that FPU==VSU. 387 // to 10 insns per cycle (2-LU, 2-LSU, 2-FXU, 2-FPU, 1-CRU, 1-BRU).
|
D | PPCScheduleE500mc.td | 26 // 6 pipelined execution units: SFX0, SFX1, BU, FPU, LSU, CFX. 37 def E500_FPU_0 : FuncUnit; // FPU pipeline
|
D | PPCScheduleE5500.td | 27 // 6 pipelined execution units: SFX0, SFX1, BU, FPU, LSU, CFX. 40 def E5500_FPU_0 : FuncUnit; // FPU pipeline
|
/external/llvm/include/llvm/Support/ |
D | TargetParser.h | 133 unsigned parseFPU(StringRef FPU);
|
/external/llvm/lib/Target/X86/ |
D | X86ScheduleBtVer2.td | 21 let LoadLatency = 5; // FPU latency (worse case cf Integer 3 cycle latency) 38 def JFPU0 : ProcResource<1>; // Vector/FPU Pipe0: VALU0/VIMUL/FPA 39 def JFPU1 : ProcResource<1>; // Vector/FPU Pipe1: VALU1/STC/FPM
|
/external/llvm/test/CodeGen/X86/ |
D | vec_fneg.ll | 25 ; If we're bitcasting an integer to an FP vector, we should avoid the FPU/vector unit entirely.
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 4216 unsigned FPU : 5; member in __anond4862fe70111::ARMTargetInfo 4570 FPU = 0; in handleTargetFeatures() 4587 FPU |= VFP2FPU; in handleTargetFeatures() 4590 FPU |= VFP3FPU; in handleTargetFeatures() 4593 FPU |= VFP4FPU; in handleTargetFeatures() 4596 FPU |= FPARMV8; in handleTargetFeatures() 4599 FPU |= NeonFPU; in handleTargetFeatures() 4642 if (!(FPU & NeonFPU) && FPMath == FP_Neon) { in handleTargetFeatures() 4667 .Case("neon", (FPU & NeonFPU) && !SoftFloat) in hasFeature() 4819 if (FPUModeIsVFP((FPUMode) FPU)) { in getTargetDefines() [all …]
|
/external/clang/docs/ |
D | CrossCompilation.rst | 100 Finally, the ABI option is something that will pick default CPU/FPU, 104 CPU, FPU, ABI 108 be compiling to. For every architecture, a default set of CPU/FPU/ABI
|
/external/llvm/test/CodeGen/SPARC/ |
D | spill.ll | 37 ;; For float/double tests, a call is a suitable clobber as *all* FPU
|
/external/llvm/test/CodeGen/Mips/ |
D | no-odd-spreg.ll | 58 ; INVALID: -mattr=+nooddspreg is not currently permitted for a 32-bit FPU register file (FR=0 mode).
|
/external/v8/test/webkit/ |
D | webkit.status | 67 # Too slow for mips big-endian boards on bots (no FPU).
|