Home
last modified time | relevance | path

Searched refs:CpuFeatureScope (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc531 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); \
1664 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
1677 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
1683 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
1689 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
1695 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
1707 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
1721 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
1734 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
1748 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
[all …]
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc1759 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
1778 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
1784 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
1794 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
1803 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
1813 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
1822 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
1832 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
1841 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
1849 CpuFeatureScope msa_scope(tasm(), MIPS_SIMD); in AssembleArchInstruction()
[all …]
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.cc83 CpuFeatureScope scope(this, AVX); in Movhps()
96 CpuFeatureScope scope(this, AVX); in Movlps()
109 CpuFeatureScope scope(this, AVX); in Pblendvb()
112 CpuFeatureScope scope(this, SSE4_1); in Pblendvb()
122 CpuFeatureScope avx_scope(this, AVX); in Shufps()
142 CpuFeatureScope avx_scope(this, AVX); in F64x2ExtractLane()
155 CpuFeatureScope scope(this, AVX); in F64x2ReplaceLane()
162 CpuFeatureScope scope(this, SSE4_1); in F64x2ReplaceLane()
181 CpuFeatureScope scope(this, AVX); in F32x4Min()
210 CpuFeatureScope scope(this, AVX); in F32x4Max()
[all …]
Dmacro-assembler-shared-ia32-x64.h74 CpuFeatureScope avx_scope(this, AVX); in Pshufb()
82 CpuFeatureScope sse_scope(this, SSSE3); in Pshufb()
110 CpuFeatureScope scope(assm, AVX); in emit()
114 CpuFeatureScope scope(assm, *feature); in emit()
129 CpuFeatureScope scope(assm, AVX); in emit()
134 CpuFeatureScope scope(assm, *feature); in emit()
149 CpuFeatureScope scope(assm, AVX); in emit()
153 CpuFeatureScope scope(assm, *feature); in emit()
500 CpuFeatureScope scope(assm, AVX);
510 CpuFeatureScope scope(assm, *feature);
[all …]
/third_party/node/deps/v8/src/codegen/x64/
Dmacro-assembler-x64.cc876 CpuFeatureScope avx_scope(this, AVX); in CallRecordWriteStub()
885 CpuFeatureScope avx_scope(this, AVX); in CallRecordWriteStub()
894 CpuFeatureScope avx_scope(this, AVX); in CallRecordWriteStub()
897 CpuFeatureScope sse_scope(this, SSE4_1); in CallRecordWriteStub()
904 CpuFeatureScope scope(this, AVX); in CallRecordWriteStub()
913 CpuFeatureScope scope(this, AVX); in CallRecordWriteStub()
922 CpuFeatureScope scope(this, AVX); in CallRecordWriteStub()
931 CpuFeatureScope scope(this, AVX); in CallRecordWriteStub()
940 CpuFeatureScope scope(this, AVX); in CallRecordWriteStub()
950 CpuFeatureScope scope(this, AVX); in CallRecordWriteStub()
[all …]
/third_party/node/deps/v8/src/codegen/
Dassembler.h447 class V8_EXPORT_PRIVATE V8_NODISCARD CpuFeatureScope {
455 CpuFeatureScope(AssemblerBase* assembler, CpuFeature f,
457 ~CpuFeatureScope();
463 CpuFeatureScope(AssemblerBase* assembler, CpuFeature f,
465 ~CpuFeatureScope() { in ~CpuFeatureScope()
Dassembler.cc210 CpuFeatureScope::CpuFeatureScope(AssemblerBase* assembler, CpuFeature f, in CpuFeatureScope() function in v8::internal::CpuFeatureScope
218 CpuFeatureScope::~CpuFeatureScope() { in ~CpuFeatureScope()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc489 CpuFeatureScope avx_scope(tasm(), AVX); \
499 CpuFeatureScope avx_scope(tasm(), AVX); \
503 CpuFeatureScope sse_scope(tasm(), SSELevel); \
546 CpuFeatureScope avx_scope(tasm(), AVX); \
550 CpuFeatureScope sse_scope(tasm(), CPU_FEATURE); \
555 CpuFeatureScope avx_scope(tasm(), AVX); \
559 CpuFeatureScope sse_scope(tasm(), CPU_FEATURE); \
1277 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2109 CpuFeatureScope avx_scope(tasm(), AVX); in AssembleArchInstruction()
2114 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
[all …]
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h24 CpuFeatureScope feature(this, name);
1301 CpuFeatureScope scope(this, POPCNT); in emit_i32_popcnt()
1467 CpuFeatureScope scope(this, POPCNT); in emit_i64_popcnt()
1483 CpuFeatureScope scope(this, AVX); in emit_f32_add()
1496 CpuFeatureScope scope(this, AVX); in emit_f32_sub()
1511 CpuFeatureScope scope(this, AVX); in emit_f32_mul()
1524 CpuFeatureScope scope(this, AVX); in emit_f32_div()
1670 CpuFeatureScope scope(this, AVX); in emit_f64_add()
1683 CpuFeatureScope scope(this, AVX); in emit_f64_sub()
1698 CpuFeatureScope scope(this, AVX); in emit_f64_mul()
[all …]
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h23 CpuFeatureScope feature(this, name);
1548 CpuFeatureScope scope(this, POPCNT); in emit_i32_popcnt()
1800 CpuFeatureScope scope(this, LZCNT); in emit_i64_clz()
1833 CpuFeatureScope scope(this, BMI1); in emit_i64_ctz()
1860 CpuFeatureScope scope(this, POPCNT); in emit_i64_popcnt()
1879 CpuFeatureScope scope(this, AVX); in emit_f32_add()
1892 CpuFeatureScope scope(this, AVX); in emit_f32_sub()
1907 CpuFeatureScope scope(this, AVX); in emit_f32_mul()
1920 CpuFeatureScope scope(this, AVX); in emit_f32_div()
2073 CpuFeatureScope scope(this, AVX); in emit_f64_add()
[all …]
/third_party/node/deps/v8/src/codegen/arm/
Dmacro-assembler-arm.cc545 CpuFeatureScope scope(this, ARMv7); in Mls()
565 CpuFeatureScope scope(this, ARMv7); in And()
585 CpuFeatureScope scope(this, ARMv7); in Ubfx()
605 CpuFeatureScope scope(this, ARMv7); in Sbfx()
617 CpuFeatureScope scope(this, ARMv7); in Bfc()
2252 CpuFeatureScope scope(this, VFP32DREGS, CpuFeatureScope::kDontCheckSupported); in CallRecordWriteStub()
2261 CpuFeatureScope scope(this, VFP32DREGS, CpuFeatureScope::kDontCheckSupported); in CallRecordWriteStub()
2270 CpuFeatureScope scope(this, VFP32DREGS, CpuFeatureScope::kDontCheckSupported); in CallRecordWriteStub()
2280 CpuFeatureScope scope(this, VFP32DREGS, CpuFeatureScope::kDontCheckSupported); in CallRecordWriteStub()
2295 CpuFeatureScope scope(this, ARMv8); in CallRecordWriteStub()
[all …]
Dassembler-arm.cc861 CpuFeatureScope scope(&patcher, ARMv7); in target_at_put()
866 CpuFeatureScope scope(&patcher, ARMv7); in target_at_put()
1194 CpuFeatureScope scope(this, ARMv7); in Move32BitImmediate()
2731 CpuFeatureScope scope(this, NEON); in vmov()
2749 CpuFeatureScope scope(this, NEON); in vmov()
2814 CpuFeatureScope scope(this, VFPv3); in vmov()
2837 CpuFeatureScope scope(this, VFPv3); in vmov()
2865 CpuFeatureScope scope(this, ARMv7); in vmov()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc1078 CpuFeatureScope scope(tasm(), ARMv7); in AssembleArchInstruction()
1102 CpuFeatureScope scope(tasm(), SUDIV); in AssembleArchInstruction()
1108 CpuFeatureScope scope(tasm(), SUDIV); in AssembleArchInstruction()
1136 CpuFeatureScope scope(tasm(), ARMv7); in AssembleArchInstruction()
1142 CpuFeatureScope scope(tasm(), ARMv7); in AssembleArchInstruction()
1149 CpuFeatureScope scope(tasm(), ARMv7); in AssembleArchInstruction()
1192 CpuFeatureScope scope(tasm(), ARMv7); in AssembleArchInstruction()
1407 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction()
1417 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction()
1422 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction()
[all …]
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h656 CpuFeatureScope scope(lasm, NEON);
668 CpuFeatureScope scope(lasm, NEON);
817 CpuFeatureScope scope(this, NEON); in Store()
823 CpuFeatureScope scope(this, NEON); in Store()
1628 CpuFeatureScope scope(this, SUDIV); in emit_i32_divs()
1656 CpuFeatureScope scope(this, SUDIV); in emit_i32_divu()
1671 CpuFeatureScope scope(this, SUDIV); in emit_i32_rems()
1692 CpuFeatureScope scope(this, SUDIV); in emit_i32_remu()
1876 CpuFeatureScope scope(this, ARMv8); in emit_f32_ceil()
1885 CpuFeatureScope scope(this, ARMv8); in emit_f32_floor()
[all …]
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc864 CpuFeatureScope avx_scope(tasm(), AVX); \
922 CpuFeatureScope avx_scope(tasm(), AVX); \
954 CpuFeatureScope avx_scope(tasm(), AVX); \
969 CpuFeatureScope avx_scope(tasm(), AVX); \
1000 CpuFeatureScope avx_scope(tasm(), AVX); \
1013 CpuFeatureScope avx_scope(tasm(), AVX); \
1794 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
1851 CpuFeatureScope sahf_scope(tasm(), SAHF); in AssembleArchInstruction()
1987 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction()
2250 CpuFeatureScope avx_scope(tasm(), AVX); in AssembleArchInstruction()
[all …]
/third_party/node/deps/v8/src/codegen/ia32/
Dmacro-assembler-ia32.cc1582 CpuFeatureScope scope(this, SSE4_1); in CallRecordWriteStub()
1639 CpuFeatureScope scope(this, LZCNT); in CallRecordWriteStub()
1653 CpuFeatureScope scope(this, BMI1); in CallRecordWriteStub()
1666 CpuFeatureScope scope(this, POPCNT); in CallRecordWriteStub()
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc2693 CpuFeatureScope msa_scope( in Generate_WasmCompileLazy()
2694 masm, MIPS_SIMD, CpuFeatureScope::CheckPolicy::kDontCheckSupported); in Generate_WasmCompileLazy()
2721 CpuFeatureScope msa_scope( in Generate_WasmCompileLazy()
2722 masm, MIPS_SIMD, CpuFeatureScope::CheckPolicy::kDontCheckSupported); in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/ia32/
Dbuiltins-ia32.cc3159 CpuFeatureScope scope(masm, SSE3); in Generate_DoubleToI()
3186 CpuFeatureScope scope(masm, SSE3); in Generate_DoubleToI()