/external/v8/src/codegen/s390/ |
D | assembler-s390.cc | 163 supported_ |= CpuFeaturesImpliedByCompiler(); in ProbeImpl() 201 supported_ |= (1u << DISTINCT_OPS); in ProbeImpl() 205 supported_ |= (1u << GENERAL_INSTR_EXT); in ProbeImpl() 209 supported_ |= (1u << FLOATING_POINT_EXT); in ProbeImpl() 214 supported_ |= (1u << VECTOR_FACILITY); in ProbeImpl() 219 supported_ |= (1u << VECTOR_ENHANCE_FACILITY_1); in ProbeImpl() 224 supported_ |= (1u << VECTOR_ENHANCE_FACILITY_2); in ProbeImpl() 228 supported_ |= (1u << MISC_INSTR_EXT2); in ProbeImpl() 233 supported_ |= (1u << DISTINCT_OPS); in ProbeImpl() 235 supported_ |= (1u << GENERAL_INSTR_EXT); in ProbeImpl() [all …]
|
/external/v8/src/codegen/ |
D | cpu-features.h | 95 return supported_; in SupportedFeatures() 99 return (supported_ & (1u << f)) != 0; in IsSupported() 128 static unsigned supported_; variable
|
D | assembler.cc | 184 unsigned CpuFeatures::supported_ = 0; member in v8::internal::CpuFeatures
|
D | external-reference.cc | 746 return ExternalReference(&CpuFeatures::supported_); in cpu_features()
|
/external/v8/src/codegen/ppc/ |
D | assembler-ppc.cc | 58 supported_ |= CpuFeaturesImpliedByCompiler(); in ProbeImpl() 71 supported_ |= (1u << MODULO); in ProbeImpl() 75 supported_ |= (1u << FPR_GPR_MOV); in ProbeImpl() 81 supported_ |= (1u << LWSYNC); in ProbeImpl() 85 supported_ |= (1u << ISELECT); in ProbeImpl() 86 supported_ |= (1u << VSX); in ProbeImpl() 91 supported_ |= (1u << FPU); in ProbeImpl() 98 supported_ |= (1u << FPU); in ProbeImpl() 101 supported_ |= (1u << FPU); in ProbeImpl() 102 supported_ |= (1u << LWSYNC); in ProbeImpl() [all …]
|
/external/v8/src/compiler/ |
D | machine-operator.h | 28 : supported_(supported), op_(op) {} in OptionalOperator() 30 bool IsSupported() const { return supported_; } in IsSupported() 33 DCHECK(supported_); in op() 41 bool supported_;
|
/external/v8/src/codegen/ia32/ |
D | assembler-ia32.cc | 135 if (cpu.has_sse41() && FLAG_enable_sse4_1) supported_ |= 1u << SSE4_1; in ProbeImpl() 136 if (cpu.has_ssse3() && FLAG_enable_ssse3) supported_ |= 1u << SSSE3; in ProbeImpl() 137 if (cpu.has_sse3() && FLAG_enable_sse3) supported_ |= 1u << SSE3; in ProbeImpl() 140 supported_ |= 1u << AVX; in ProbeImpl() 144 supported_ |= 1u << FMA3; in ProbeImpl() 146 if (cpu.has_bmi1() && FLAG_enable_bmi1) supported_ |= 1u << BMI1; in ProbeImpl() 147 if (cpu.has_bmi2() && FLAG_enable_bmi2) supported_ |= 1u << BMI2; in ProbeImpl() 148 if (cpu.has_lzcnt() && FLAG_enable_lzcnt) supported_ |= 1u << LZCNT; in ProbeImpl() 149 if (cpu.has_popcnt() && FLAG_enable_popcnt) supported_ |= 1u << POPCNT; in ProbeImpl() 151 if (cpu.is_atom()) supported_ |= 1u << ATOM; in ProbeImpl() [all …]
|
/external/v8/src/codegen/x64/ |
D | assembler-x64.cc | 81 if (cpu.has_sse42() && FLAG_enable_sse4_2) supported_ |= 1u << SSE4_2; in ProbeImpl() 83 supported_ |= 1u << SSE4_1; in ProbeImpl() 84 supported_ |= 1u << SSSE3; in ProbeImpl() 86 if (cpu.has_ssse3() && FLAG_enable_ssse3) supported_ |= 1u << SSSE3; in ProbeImpl() 87 if (cpu.has_sse3() && FLAG_enable_sse3) supported_ |= 1u << SSE3; in ProbeImpl() 89 if (cpu.has_sahf() && FLAG_enable_sahf) supported_ |= 1u << SAHF; in ProbeImpl() 92 supported_ |= 1u << AVX; in ProbeImpl() 96 supported_ |= 1u << FMA3; in ProbeImpl() 98 if (cpu.has_bmi1() && FLAG_enable_bmi1) supported_ |= 1u << BMI1; in ProbeImpl() 99 if (cpu.has_bmi2() && FLAG_enable_bmi2) supported_ |= 1u << BMI2; in ProbeImpl() [all …]
|
/external/v8/src/codegen/mips/ |
D | assembler-mips.cc | 71 supported_ |= CpuFeaturesImpliedByCompiler(); in ProbeImpl() 80 supported_ |= 1u << FPU; in ProbeImpl() 83 supported_ |= 1u << FP64FPU; in ProbeImpl() 85 supported_ |= 1u << MIPS_SIMD; in ProbeImpl() 89 supported_ |= 1u << FP64FPU; in ProbeImpl() 94 if (cpu.has_fpu()) supported_ |= 1u << FPU; in ProbeImpl() 96 if (cpu.is_fp64_mode()) supported_ |= 1u << FP64FPU; in ProbeImpl() 98 supported_ |= 1u << FP64FPU; in ProbeImpl() 101 supported_ |= 1u << MIPS_SIMD; in ProbeImpl() 103 if (cpu.has_msa()) supported_ |= 1u << MIPS_SIMD; in ProbeImpl() [all …]
|
/external/honggfuzz/docs/ |
D | Android.md | 122 _`2`) Due to bionic incompatibilities, only APIs >= 21 are supported_
|
/external/deqp/modules/egl/ |
D | teglGetFrameTimestampsTests.cpp | 162 TimestampInfo(bool required_, bool supported_, size_t supportedIndex_) in TimestampInfo() 164 , supported(supported_) in TimestampInfo()
|
/external/v8/src/codegen/mips64/ |
D | assembler-mips64.cc | 70 supported_ |= CpuFeaturesImpliedByCompiler(); in ProbeImpl() 79 supported_ |= 1u << FPU; in ProbeImpl() 81 supported_ |= 1u << MIPS_SIMD; in ProbeImpl() 86 if (cpu.has_fpu()) supported_ |= 1u << FPU; in ProbeImpl() 88 supported_ |= 1u << MIPS_SIMD; in ProbeImpl() 90 if (cpu.has_msa()) supported_ |= 1u << MIPS_SIMD; in ProbeImpl()
|
/external/v8/src/codegen/arm64/ |
D | assembler-arm64.cc | 81 supported_ |= CpuFeaturesFromCompiler(); in ProbeImpl() 90 supported_ |= SimulatorFeaturesFromCommandLine(); in ProbeImpl() 101 supported_ |= CpuFeaturesFromCompiler(); in ProbeImpl() 102 supported_ |= runtime; in ProbeImpl()
|
/external/v8/src/codegen/arm/ |
D | assembler-arm.cc | 206 supported_ |= command_line & CpuFeaturesFromCompiler(); in ProbeImpl() 212 supported_ |= command_line; in ProbeImpl() 235 supported_ |= command_line & CpuFeaturesFromCompiler(); in ProbeImpl() 236 supported_ |= command_line & runtime; in ProbeImpl()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 27352 DescriptorSetLayoutSupport( vk::Bool32 supported_ = 0 ) in DescriptorSetLayoutSupport() 27353 : supported( supported_ ) in DescriptorSetLayoutSupport()
|
/external/angle/third_party/vulkan-headers/src/include/vulkan/ |
D | vulkan.hpp | 31189 …VULKAN_HPP_CONSTEXPR DescriptorSetLayoutSupport( VULKAN_HPP_NAMESPACE::Bool32 supported_ = {} ) VU… in DescriptorSetLayoutSupport() 31190 : supported( supported_ )
|