HomeSort by relevance Sort by last modified time
    Searched defs:hasD16 (Results 1 - 4 of 4) 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; }
  /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; }
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 293 bool hasD16() const {
    [all...]

Completed in 239 milliseconds