HomeSort by relevance Sort by last modified time
    Searched defs:FeatureBits (Results 1 - 14 of 14) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSubtargetInfo.h 39 uint64_t FeatureBits; // Feature bits for current CPU + FS
57 return FeatureBits;
  /external/llvm/include/llvm/MC/
MCSubtargetInfo.h 46 FeatureBitset FeatureBits; // Feature bits for current CPU + FS
73 return FeatureBits;
79 FeatureBits = FeatureBits_;
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.hpp 39 enum FeatureBits
  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.hpp 43 enum FeatureBits
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCSubtargetInfo.h 52 FeatureBitset FeatureBits; // Feature bits for current CPU + FS
71 const FeatureBitset& getFeatureBits() const { return FeatureBits; }
73 FeatureBits = FeatureBits_;
77 return FeatureBits[Feature];
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockTests.cpp 43 enum FeatureBits
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutTests.cpp 48 enum FeatureBits
    [all...]
  /external/capstone/arch/ARM/
ARMDisassembler.c     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp 59 enum FeatureBits
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 597 const FeatureBitset &FeatureBits = getSubtargetInfo().getFeatureBits();
620 if (MI.getOperand(0).getImm() == 0x10 && (FeatureBits[ARM::FeatureRAS]) != 0)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 580 const FeatureBitset &FeatureBits = getSubtargetInfo().getFeatureBits();
603 if (MI.getOperand(0).getImm() == 0x10 && (FeatureBits[ARM::FeatureRAS]) != 0)
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 333 // Selects a new architecture by updating the FeatureBits with the necessary
357 FeatureBitset FeatureBits = STI.getFeatureBits();
358 FeatureBits &= ~MipsAssemblerOptions::AllArchRelatedMask;
359 STI.setFeatureBits(FeatureBits);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 404 // Selects a new architecture by updating the FeatureBits with the necessary
428 FeatureBitset FeatureBits = STI.getFeatureBits();
429 FeatureBits &= ~MipsAssemblerOptions::AllArchRelatedMask;
430 STI.setFeatureBits(FeatureBits);
    [all...]

Completed in 737 milliseconds