Searched refs:IsSupported (Results 1 – 25 of 92) sorted by relevance
1234
82 if (CpuFeatures::IsSupported(AVX)) { in Movhps()95 if (CpuFeatures::IsSupported(AVX)) { in Movlps()108 if (CpuFeatures::IsSupported(AVX)) { in Pblendvb()121 if (CpuFeatures::IsSupported(AVX)) { in Shufps()141 if (CpuFeatures::IsSupported(AVX)) { in F64x2ExtractLane()154 if (CpuFeatures::IsSupported(AVX)) { in F64x2ReplaceLane()180 if (CpuFeatures::IsSupported(AVX)) { in F32x4Min()209 if (CpuFeatures::IsSupported(AVX)) { in F32x4Max()239 if (CpuFeatures::IsSupported(AVX)) { in F64x2Min()277 if (CpuFeatures::IsSupported(AVX)) { in F64x2Max()[all …]
73 if (CpuFeatures::IsSupported(AVX)) { in Pshufb()109 if (CpuFeatures::IsSupported(AVX)) { in emit()113 DCHECK(CpuFeatures::IsSupported(*feature)); in emit()128 if (CpuFeatures::IsSupported(AVX)) { in emit()133 DCHECK(CpuFeatures::IsSupported(*feature)); in emit()148 if (CpuFeatures::IsSupported(AVX)) { in emit()152 DCHECK(CpuFeatures::IsSupported(*feature)); in emit()499 if (CpuFeatures::IsSupported(AVX)) {509 DCHECK(CpuFeatures::IsSupported(*feature));569 if (CpuFeatures::IsSupported(AVX)) { in Pextrd()[all …]
17 if (!ChromeFunctionRegistry::IsSupported(name)) in Get()24 if (!ChromeFunctionRegistry::IsSupported(name)) in IsGenerated()
875 if (CpuFeatures::IsSupported(AVX)) { in CallRecordWriteStub()884 if (CpuFeatures::IsSupported(AVX)) { in CallRecordWriteStub()893 if (CpuFeatures::IsSupported(AVX)) { in CallRecordWriteStub()903 if (CpuFeatures::IsSupported(AVX)) { in CallRecordWriteStub()912 if (CpuFeatures::IsSupported(AVX)) { in CallRecordWriteStub()921 if (CpuFeatures::IsSupported(AVX)) { in CallRecordWriteStub()930 if (CpuFeatures::IsSupported(AVX)) { in CallRecordWriteStub()939 if (CpuFeatures::IsSupported(AVX)) { in CallRecordWriteStub()949 if (CpuFeatures::IsSupported(AVX)) { in CallRecordWriteStub()959 if (CpuFeatures::IsSupported(AVX)) { in CallRecordWriteStub()[all …]
80 if (IsSupported(SSE4_1)) return true; in SupportsWasmSimd128()81 if (FLAG_wasm_simd_ssse3_codegen && IsSupported(SSSE3)) return true; in SupportsWasmSimd128()122 if (!FLAG_enable_ssse3 || !IsSupported(SSE3)) SetUnsupported(SSSE3); in ProbeImpl()123 if (!FLAG_enable_sse4_1 || !IsSupported(SSSE3)) SetUnsupported(SSE4_1); in ProbeImpl()124 if (!FLAG_enable_sse4_2 || !IsSupported(SSE4_1)) SetUnsupported(SSE4_2); in ProbeImpl()125 if (!FLAG_enable_avx || !IsSupported(SSE4_2)) SetUnsupported(AVX); in ProbeImpl()126 if (!FLAG_enable_avx2 || !IsSupported(AVX)) SetUnsupported(AVX2); in ProbeImpl()127 if (!FLAG_enable_fma3 || !IsSupported(AVX)) SetUnsupported(FMA3); in ProbeImpl()137 CpuFeatures::supports_cetss_ = IsSupported(CETSS); in ProbeImpl()149 CpuFeatures::IsSupported(SSE3), CpuFeatures::IsSupported(SSSE3), in PrintFeatures()[all …]
164 return CpuFeatures::IsSupported(VECTOR_ENHANCE_FACILITY_1); in SupportsWasmSimd128()274 PrintF("FPU=%d\n", CpuFeatures::IsSupported(FPU)); in PrintFeatures()275 PrintF("FPU_EXT=%d\n", CpuFeatures::IsSupported(FLOATING_POINT_EXT)); in PrintFeatures()276 PrintF("GENERAL_INSTR=%d\n", CpuFeatures::IsSupported(GENERAL_INSTR_EXT)); in PrintFeatures()277 PrintF("DISTINCT_OPS=%d\n", CpuFeatures::IsSupported(DISTINCT_OPS)); in PrintFeatures()278 PrintF("VECTOR_FACILITY=%d\n", CpuFeatures::IsSupported(VECTOR_FACILITY)); in PrintFeatures()280 CpuFeatures::IsSupported(VECTOR_ENHANCE_FACILITY_1)); in PrintFeatures()282 CpuFeatures::IsSupported(VECTOR_ENHANCE_FACILITY_2)); in PrintFeatures()283 PrintF("MISC_INSTR_EXT2=%d\n", CpuFeatures::IsSupported(MISC_INSTR_EXT2)); in PrintFeatures()
59 if (CpuFeatures::IsSupported(VECTOR_ENHANCE_FACILITY_1)) { in DoubleMax()105 if (CpuFeatures::IsSupported(VECTOR_ENHANCE_FACILITY_1)) { in DoubleMin()156 if (CpuFeatures::IsSupported(VECTOR_ENHANCE_FACILITY_1)) { in FloatMax()201 if (CpuFeatures::IsSupported(VECTOR_ENHANCE_FACILITY_1)) { in FloatMin()1133 if (CpuFeatures::IsSupported(FLOATING_POINT_EXT)) { in CallRecordWriteStub()2777 if (CpuFeatures::IsSupported(DISTINCT_OPS) && is_int16(opnd.immediate())) { in CallRecordWriteStub()2793 if (CpuFeatures::IsSupported(DISTINCT_OPS) && is_int16(opnd.immediate())) { in CallRecordWriteStub()2813 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in CallRecordWriteStub()2830 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in CallRecordWriteStub()2861 DCHECK(CpuFeatures::IsSupported(GENERAL_INSTR_EXT)); in CallRecordWriteStub()[all …]
328 if (selector->IsSupported(AVX)) { in VisitRROFloat()343 if (selector->IsSupported(AVX)) { in VisitFloatUnop()356 if (selector->IsSupported(AVX)) { in VisitRRSimd()375 if (selector->IsSupported(AVX)) { in VisitRROSimd()386 InstructionOperand dst = selector->IsSupported(AVX) in VisitRRRSimd()414 if (selector->IsSupported(AVX)) { in VisitRRISimd()448 InstructionOperand output = CpuFeatures::IsSupported(AVX) in VisitI8x16Shift()506 InstructionOperand outputs[] = {IsSupported(AVX) ? g.DefineAsRegister(node) in VisitLoadLane()1474 } else if (IsSupported(INTEL_ATOM) || in EmitPrepareArguments()2439 if (IsSupported(AVX)) { in VisitF64x2Min()[all …]
45 virtual HRESULT STDMETHODCALLTYPE IsSupported(139 HRESULT ( STDMETHODCALLTYPE *IsSupported )(251 ( (This)->lpVtbl -> IsSupported(This,Api) )
23 if (!CpuFeatures::IsSupported(name)) return false; \1300 if (!CpuFeatures::IsSupported(POPCNT)) return false; in emit_i32_popcnt()1466 if (!CpuFeatures::IsSupported(POPCNT)) return false; in emit_i64_popcnt()1482 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_add()1495 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_sub()1510 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_mul()1523 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_div()1669 if (CpuFeatures::IsSupported(AVX)) { in emit_f64_add()1682 if (CpuFeatures::IsSupported(AVX)) { in emit_f64_sub()1697 if (CpuFeatures::IsSupported(AVX)) { in emit_f64_mul()[all …]
1707 if (selector->IsSupported(AVX)) { in VisitFloatBinop()1723 if (selector->IsSupported(AVX)) { in VisitFloatUnop()1975 } else if (IsSupported(INTEL_ATOM) || in EmitPrepareArguments()2450 selector->IsSupported(AVX) ? kAVXFloat32Cmp : kSSEFloat32Cmp; in VisitFloat32Compare()2460 selector->IsSupported(AVX) ? kAVXFloat64Cmp : kSSEFloat64Cmp; in VisitFloat64Compare()2592 IsSupported(AVX) ? kAVXFloat64Cmp : kSSEFloat64Cmp; in VisitWordCompareZero()2820 IsSupported(AVX) ? kAVXFloat64Cmp : kSSEFloat64Cmp; in VisitFloat64LessThan()3282 IsSupported(AVX) ? g.DefineAsRegister(node) : g.DefineSameAsFirst(node); in VisitF64x2ReplaceLane()3308 InstructionOperand dst = IsSupported(AVX) ? g.DefineAsRegister(node) \3326 IsSupported(AVX) ? g.UseRegister(node) : g.DefineSameAsFirst(node); \ in SIMD_SHIFT_OPCODES()[all …]
167 return capLevelData.IsSupported; in d3d12_video_encode_max_supported_level_for_profile()199 !capOutputResolutionData.IsSupported) { in d3d12_video_encode_max_supported_resolution()231 if (capPictureControlData.IsSupported) { in d3d12_video_encode_supported_references_per_frame_structures()284 } else if (capDataSubregionLayout.IsSupported) { in d3d12_video_encode_supported_slice_structures()302 } else if (capDataSubregionLayout.IsSupported) { in d3d12_video_encode_supported_slice_structures()
22 if (!CpuFeatures::IsSupported(name)) return false; \1547 if (!CpuFeatures::IsSupported(POPCNT)) return false; in emit_i32_popcnt()1799 if (CpuFeatures::IsSupported(LZCNT)) { in emit_i64_clz()1832 if (CpuFeatures::IsSupported(BMI1)) { in emit_i64_ctz()1859 if (!CpuFeatures::IsSupported(POPCNT)) return false; in emit_i64_popcnt()1878 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_add()1891 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_sub()1906 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_mul()1919 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_div()2072 if (CpuFeatures::IsSupported(AVX)) { in emit_f64_add()[all …]
105 bool AtlasPathRenderer::IsSupported(GrRecordingContext* rContext) { in IsSupported() function in skgpu::v1::AtlasPathRenderer119 TessellationPathRenderer::IsSupported(caps); in IsSupported()123 return IsSupported(rContext) in Make()129 SkASSERT(IsSupported(dContext)); in AtlasPathRenderer()
24 static bool IsSupported(const GrCaps&);
29 static bool IsSupported(GrRecordingContext*);
127 if (IsSupported(SSE4_1)) return true; in SupportsWasmSimd128()128 if (FLAG_wasm_simd_ssse3_codegen && IsSupported(SSSE3)) return true; in SupportsWasmSimd128()166 if (!FLAG_enable_ssse3 || !IsSupported(SSE3)) SetUnsupported(SSSE3); in ProbeImpl()167 if (!FLAG_enable_sse4_1 || !IsSupported(SSSE3)) SetUnsupported(SSE4_1); in ProbeImpl()168 if (!FLAG_enable_sse4_2 || !IsSupported(SSE4_1)) SetUnsupported(SSE4_2); in ProbeImpl()169 if (!FLAG_enable_avx || !IsSupported(SSE4_2)) SetUnsupported(AVX); in ProbeImpl()170 if (!FLAG_enable_avx2 || !IsSupported(AVX)) SetUnsupported(AVX2); in ProbeImpl()171 if (!FLAG_enable_fma3 || !IsSupported(AVX)) SetUnsupported(FMA3); in ProbeImpl()186 CpuFeatures::IsSupported(SSE3), CpuFeatures::IsSupported(SSSE3), in PrintFeatures()187 CpuFeatures::IsSupported(SSE4_1), CpuFeatures::IsSupported(AVX), in PrintFeatures()[all …]
21 static bool IsSupported(const std::string& name);
18 if (CpuFeatures::IsSupported(INSTR_AND_DATA_CACHE_COHERENCY)) { in FlushICache()
1813 if (CpuFeatures::IsSupported(PPC_7_PLUS)) { in CallRecordWriteStub()1861 if (CpuFeatures::IsSupported(PPC_7_PLUS)) { in CallRecordWriteStub()2462 if (CpuFeatures::IsSupported(PPC_8_PLUS)) { in CallRecordWriteStub()2488 if (CpuFeatures::IsSupported(PPC_8_PLUS)) { in CallRecordWriteStub()2513 if (CpuFeatures::IsSupported(PPC_8_PLUS)) { in CallRecordWriteStub()2540 if (CpuFeatures::IsSupported(PPC_8_PLUS)) { in CallRecordWriteStub()2563 if (CpuFeatures::IsSupported(PPC_8_PLUS)) { in CallRecordWriteStub()2582 if (CpuFeatures::IsSupported(PPC_8_PLUS)) { in CallRecordWriteStub()2601 if (CpuFeatures::IsSupported(PPC_8_PLUS)) { in CallRecordWriteStub()2619 if (CpuFeatures::IsSupported(PPC_8_PLUS)) { in CallRecordWriteStub()[all …]
14 bool IntrinsicsHelper::IsSupported(Runtime::FunctionId function_id) { in IsSupported() function in v8::internal::interpreter::IntrinsicsHelper
47 V8_EXPORT_PRIVATE static bool IsSupported(Runtime::FunctionId function_id);
53 return CpuFeatures::IsSupported(VFP32DREGS) ? 32 : 16; in SupportedRegisterCount()247 } else if (CpuFeatures::IsSupported(ARMv7) && IsMovW(Memory<int32_t>(pc))) { in target_address_at()290 } else if (CpuFeatures::IsSupported(ARMv7) && IsMovW(Memory<int32_t>(pc))) { in set_target_address_at()
75 CpuFeatures::IsSupported(VFP32DREGS) in get_num_allocatable_double_registers()115 CpuFeatures::IsSupported(VFP32DREGS) ? kAllocatableDoubleCodes in get_allocatable_double_codes()
193 return raw_assembler()->machine()->Float64RoundUp().IsSupported(); in IsFloat64RoundUpSupported()197 return raw_assembler()->machine()->Float64RoundDown().IsSupported(); in IsFloat64RoundDownSupported()201 return raw_assembler()->machine()->Float64RoundTiesEven().IsSupported(); in IsFloat64RoundTiesEvenSupported()205 return raw_assembler()->machine()->Float64RoundTruncate().IsSupported(); in IsFloat64RoundTruncateSupported()209 return raw_assembler()->machine()->Int32AbsWithOverflow().IsSupported(); in IsInt32AbsWithOverflowSupported()213 return raw_assembler()->machine()->Int64AbsWithOverflow().IsSupported(); in IsInt64AbsWithOverflowSupported()222 return raw_assembler()->machine()->Word32Popcnt().IsSupported(); in IsWord32PopcntSupported()226 return raw_assembler()->machine()->Word64Popcnt().IsSupported(); in IsWord64PopcntSupported()230 return raw_assembler()->machine()->Word32Ctz().IsSupported(); in IsWord32CtzSupported()234 return raw_assembler()->machine()->Word64Ctz().IsSupported(); in IsWord64CtzSupported()