Home
last modified time | relevance | path

Searched refs:FeatureBits (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSubtargetInfo.cpp31 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures); in InitMCProcessorInfo()
39 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures); in setDefaultFeatures()
55 FeatureBits.flip(FB); in ToggleFeature()
56 return FeatureBits; in ToggleFeature()
60 FeatureBits ^= FB; in ToggleFeature()
61 return FeatureBits; in ToggleFeature()
65 SubtargetFeatures::ToggleFeature(FeatureBits, FS, ProcFeatures); in ToggleFeature()
66 return FeatureBits; in ToggleFeature()
70 SubtargetFeatures::ApplyFeatureFlag(FeatureBits, FS, ProcFeatures); in ApplyFeatureFlag()
71 return FeatureBits; in ApplyFeatureFlag()
[all …]
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp28 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures); in InitMCProcessorInfo()
36 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures); in setDefaultFeatures()
54 FeatureBits.flip(FB); in ToggleFeature()
55 return FeatureBits; in ToggleFeature()
59 FeatureBits ^= FB; in ToggleFeature()
60 return FeatureBits; in ToggleFeature()
66 SubtargetFeatures::ToggleFeature(FeatureBits, FS, ProcFeatures); in ToggleFeature()
67 return FeatureBits; in ToggleFeature()
71 SubtargetFeatures::ApplyFeatureFlag(FeatureBits, FS, ProcFeatures); in ApplyFeatureFlag()
72 return FeatureBits; in ApplyFeatureFlag()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSubtargetInfo.cpp40 FeatureBits = Features.getFeatureBits(CPU, ProcDesc, NumProcs, in InitMCSubtargetInfo()
49 FeatureBits = Features.getFeatureBits(CPU, ProcDesc, NumProcs, in ReInitMCSubtargetInfo()
51 return FeatureBits; in ReInitMCSubtargetInfo()
57 FeatureBits ^= FB; in ToggleFeature()
58 return FeatureBits; in ToggleFeature()
65 FeatureBits = Features.ToggleFeature(FeatureBits, FS, in ToggleFeature()
67 return FeatureBits; in ToggleFeature()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h52 FeatureBitset FeatureBits; // Feature bits for current CPU + FS variable
71 const FeatureBitset& getFeatureBits() const { return FeatureBits; } in getFeatureBits()
73 FeatureBits = FeatureBits_; in setFeatureBits()
77 return FeatureBits[Feature]; in hasFeature()
/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h46 FeatureBitset FeatureBits; // Feature bits for current CPU + FS variable
73 return FeatureBits; in getFeatureBits()
79 FeatureBits = FeatureBits_; in setFeatureBits()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSubtargetInfo.h39 uint64_t FeatureBits; // Feature bits for current CPU + FS variable
57 return FeatureBits; in getFeatureBits()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktRandomUniformBlockCase.hpp39 enum FeatureBits enum
/external/deqp/modules/glshared/
DglsRandomUniformBlockCase.hpp43 enum FeatureBits enum
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp128 const FeatureBitset &FeatureBits) : in AMDGPUSubtarget() argument
130 SubtargetFeatureBits(FeatureBits), in AMDGPUSubtarget()
DAMDGPUSubtarget.h81 AMDGPUSubtarget(const Triple &TT, const FeatureBitset &FeatureBits);
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp597 const FeatureBitset &FeatureBits = getSubtargetInfo().getFeatureBits(); in AddThumbPredicate() local
620 if (MI.getOperand(0).getImm() == 0x10 && (FeatureBits[ARM::FeatureRAS]) != 0) in AddThumbPredicate()
1960 const FeatureBitset &FeatureBits = Dis->getSubtargetInfo().getFeatureBits(); in DecodeHINTInstruction() local
1971 if (imm8 == 0x10 && pred != 0xe && ((FeatureBits[ARM::FeatureRAS]) != 0)) in DecodeHINTInstruction()
2173 const FeatureBitset &FeatureBits = Dis->getSubtargetInfo().getFeatureBits(); in DecodeSETPANInstruction() local
2175 if (!FeatureBits[ARM::HasV8_1aOps] || in DecodeSETPANInstruction()
2176 !FeatureBits[ARM::HasV8Ops]) in DecodeSETPANInstruction()
4126 const FeatureBitset &FeatureBits = in DecodeMSRMask() local
4129 if (FeatureBits[ARM::FeatureMClass]) { in DecodeMSRMask()
4149 if (!(FeatureBits[ARM::HasV7Ops])) in DecodeMSRMask()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp580 const FeatureBitset &FeatureBits = getSubtargetInfo().getFeatureBits(); in AddThumbPredicate() local
603 if (MI.getOperand(0).getImm() == 0x10 && (FeatureBits[ARM::FeatureRAS]) != 0) in AddThumbPredicate()
1959 const FeatureBitset &FeatureBits = Dis->getSubtargetInfo().getFeatureBits(); in DecodeHINTInstruction() local
1970 if (imm8 == 0x10 && pred != 0xe && ((FeatureBits[ARM::FeatureRAS]) != 0)) in DecodeHINTInstruction()
2172 const FeatureBitset &FeatureBits = Dis->getSubtargetInfo().getFeatureBits(); in DecodeSETPANInstruction() local
2174 if (!FeatureBits[ARM::HasV8_1aOps] || in DecodeSETPANInstruction()
2175 !FeatureBits[ARM::HasV8Ops]) in DecodeSETPANInstruction()
4127 const FeatureBitset &FeatureBits = in DecodeMSRMask() local
4130 if (FeatureBits[ARM::FeatureMClass]) { in DecodeMSRMask()
4150 if (!(FeatureBits[ARM::HasV7Ops])) in DecodeMSRMask()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp804 const FeatureBitset &FeatureBits = STI.getFeatureBits(); in printMSRMaskOperand() local
805 if (FeatureBits[ARM::FeatureMClass]) { in printMSRMaskOperand()
811 if (Opcode == ARM::t2MSR_M && FeatureBits[ARM::FeatureDSP]) { in printMSRMaskOperand()
821 if (Opcode == ARM::t2MSR_M && FeatureBits [ARM::HasV7Ops]) { in printMSRMaskOperand()
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp781 const FeatureBitset &FeatureBits = STI.getFeatureBits(); in printMSRMaskOperand() local
783 if (FeatureBits[ARM::FeatureMClass]) { in printMSRMaskOperand()
788 if (Opcode == ARM::t2MSR_M && FeatureBits[ARM::FeatureDSP]) { in printMSRMaskOperand()
820 if (Opcode == ARM::t2MSR_M && FeatureBits [ARM::HasV7Ops]) { in printMSRMaskOperand()
/external/capstone/arch/ARM/
DARMDisassembler.c4056 uint64_t FeatureBits = ARM_getFeatureBits(Inst->csh->mode); in DecodeMSRMask() local
4057 if (FeatureBits & ARM_FeatureMClass) { in DecodeMSRMask()
4077 if (!(FeatureBits & ARM_HasV7Ops)) in DecodeMSRMask()
4091 if ((FeatureBits & ARM_HasV7Ops) && MCInst_getOpcode(Inst) == ARM_t2MSR_M) { in DecodeMSRMask()
4094 (!(FeatureBits & ARM_FeatureDSPThumb2) && Mask == 1)) in DecodeMSRMask()
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockTests.cpp43 enum FeatureBits enum
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp48 enum FeatureBits enum
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp357 FeatureBitset FeatureBits = STI.getFeatureBits(); in selectArch() local
358 FeatureBits &= ~MipsAssemblerOptions::AllArchRelatedMask; in selectArch()
359 STI.setFeatureBits(FeatureBits); in selectArch()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp59 enum FeatureBits enum
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp428 FeatureBitset FeatureBits = STI.getFeatureBits(); in selectArch() local
429 FeatureBits &= ~MipsAssemblerOptions::AllArchRelatedMask; in selectArch()
430 STI.setFeatureBits(FeatureBits); in selectArch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp3849 const FeatureBitset &FeatureBits = Subtarget->getFeatureBits(); in getMClassRegisterMask() local
3850 if (!TheReg || !TheReg->hasRequiredFeatures(FeatureBits)) in getMClassRegisterMask()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86GenAsmMatcher.inc14 unsigned ComputeAvailableFeatures(uint64_t FeatureBits) const;