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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 105 /// HasD16 - True if subtarget is limited to 16 double precision
107 bool HasD16;
219 bool hasD16() const { return HasD16; }
ARMBaseRegisterInfo.cpp 118 if (!STI.hasVFP3() || STI.hasD16()) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 159 /// HasD16 - True if subtarget is limited to 16 double precision
161 bool HasD16 = false;
480 bool hasD16() const { return HasD16; }
ARMAsmPrinter.cpp 709 ATS.emitFPU(STI.hasD16()
713 ATS.emitFPU(STI.hasD16()
717 ATS.emitFPU(STI.hasD16()
    [all...]
ARMBaseRegisterInfo.cpp 178 if (!STI.hasVFP3() || STI.hasD16()) {
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 293 bool hasD16() const {
    [all...]

Completed in 143 milliseconds