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

  /external/llvm/include/llvm/Target/
TargetOptions.h 24 Default, // Target-specific (either soft of hard depending on triple, etc).
26 Hard // Hard float.
103 /// on the command line. This setting may either be Default, Soft, or Hard.
107 /// Hard presumes that the normal FP ABI is used.
  /build/core/combo/arch/arm/
armv5te.mk 11 # Note: Hard coding the 'tune' value here is probably not ideal,
armv7-a.mk 13 # Note: Hard coding the 'tune' value here is probably not ideal,
armv7-a-neon.mk 15 # Note: Hard coding the 'tune' value here is probably not ideal,
armv4t.mk 20 # Note: Hard coding the 'tune' value here is probably not ideal,
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 94 // default to hard float ABI
96 FloatABIType = FloatABI::Hard;
  /external/llvm/lib/Target/
TargetMachine.cpp 113 clEnumValN(FloatABI::Hard, "hard",
114 "Hard float ABI (uses FP registers)"),
203 // to Soft or Hard.
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 159 DEVICE_TYPE_HDD: 'Hard Disk Device',
  /external/grub/util/
mkbimage 408 And for El Torito Hard Disk emulation:
410 mkisofs -b <image> -hard-disk-boot -c boot.catalog -o raw.iso <dir>
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 68 // Hard to export to Java:
  /frameworks/compile/slang/
slang_backend.cpp 133 llvm::FloatABIType = llvm::FloatABI::Hard;
  /external/clang/lib/CodeGen/
BackendUtil.cpp 224 else if (CodeGenOpts.FloatABI == "hard")
225 llvm::FloatABIType = llvm::FloatABI::Hard;
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 762 // Hard float. Use both S and D registers and conform to AAPCS-VFP.
763 if (Subtarget->isAAPCS_ABI() && FloatABIType == FloatABI::Hard) {
    [all...]
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 73 // - Current code can not boot and emulate a hard-disk
115 // - Emulate a Hard-disk (currently only diskette can be emulated) see "FIXME ElTorito Harddisk"
    [all...]

Completed in 1363 milliseconds