Home
last modified time | relevance | path

Searched refs:SSE4_2 (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcpu-features.h17 SSE4_2, enumerator
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.cc862 } else if (CpuFeatures::IsSupported(SSE4_2)) { in I64x2GtS()
863 CpuFeatureScope sse_scope(this, SSE4_2); in I64x2GtS()
898 } else if (CpuFeatures::IsSupported(SSE4_2)) { in I64x2GeS()
899 CpuFeatureScope sse_scope(this, SSE4_2); in I64x2GeS()
Dmacro-assembler-shared-ia32-x64.h215 AvxHelper<Dst, Arg, Args...>{this, base::Optional<CpuFeature>(SSE4_2)} \
/third_party/node/deps/v8/src/codegen/x64/
Dassembler-x64.cc95 if (cpu.has_sse42()) SetSupported(SSE4_2); 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()
150 CpuFeatures::IsSupported(SSE4_1), CpuFeatures::IsSupported(SSE4_2), in PrintFeatures()
356 if (CpuFeatures::IsSupported(SSE4_2)) { in Assembler()
4276 DCHECK(IsEnabled(SSE4_2)); in sse4_2_instr()
4288 DCHECK(IsEnabled(SSE4_2)); in sse4_2_instr()
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.cc141 if (cpu.has_sse42()) SetSupported(SSE4_2); 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()
327 if (CpuFeatures::IsSupported(SSE4_2)) { in Assembler()
2577 DCHECK(IsEnabled(SSE4_2)); in pcmpgtq()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc3201 } else if (CpuFeatures::IsSupported(SSE4_2)) { in VisitI64x2GtS()
3216 } else if (CpuFeatures::IsSupported(SSE4_2)) { in VisitI64x2GeS()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc3998 } else if (CpuFeatures::IsSupported(SSE4_2)) { in VisitI64x2GtS()
4013 } else if (CpuFeatures::IsSupported(SSE4_2)) { in VisitI64x2GeS()
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h2745 if (CpuFeatures::IsSupported(AVX) || CpuFeatures::IsSupported(SSE4_2)) { in emit_i64x2_gt_s()
2766 } else if (CpuFeatures::IsSupported(SSE4_2)) { in emit_i64x2_ge_s()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h3145 if (CpuFeatures::IsSupported(AVX) || CpuFeatures::IsSupported(SSE4_2)) { in emit_i64x2_gt_s()
3167 } else if (CpuFeatures::IsSupported(SSE4_2)) { in emit_i64x2_ge_s()