Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dmacro-assembler-x64.cc798 CpuFeatureScope scope(this, AVX); in Cvtss2sd()
808 CpuFeatureScope scope(this, AVX); in Cvtss2sd()
818 CpuFeatureScope scope(this, AVX); in Cvtsd2ss()
828 CpuFeatureScope scope(this, AVX); in Cvtsd2ss()
838 CpuFeatureScope scope(this, AVX); in Cvtlsi2sd()
850 CpuFeatureScope scope(this, AVX); in Cvtlsi2sd()
862 CpuFeatureScope scope(this, AVX); in Cvtlsi2ss()
874 CpuFeatureScope scope(this, AVX); in Cvtlsi2ss()
886 CpuFeatureScope scope(this, AVX); in Cvtqsi2ss()
898 CpuFeatureScope scope(this, AVX); in Cvtqsi2ss()
[all …]
Dmacro-assembler-x64.h958 CpuFeatureScope scope(this, AVX); \
/external/v8/src/arm/
Ddeoptimizer-arm.cc124 CpuFeatureScope scope(masm(), VFP32DREGS, in Generate()
125 CpuFeatureScope::kDontCheckSupported); in Generate()
315 CpuFeatureScope scope(masm(), ARMv7); in GeneratePrologue()
Dmacro-assembler-arm.cc167 CpuFeatureScope scope(this, ARMv7); in CallDeoptimizer()
299 CpuFeatureScope scope(this, ARMv7); in Mls()
319 CpuFeatureScope scope(this, ARMv7); in And()
338 CpuFeatureScope scope(this, ARMv7); in Ubfx()
359 CpuFeatureScope scope(this, ARMv7); in Sbfx()
383 CpuFeatureScope scope(this, ARMv7); in Bfi()
396 CpuFeatureScope scope(this, ARMv7); in Bfc()
2435 CpuFeatureScope scope(this, VFPv3); in SmiToDouble()
2592 CpuFeatureScope scope(this, ARMv7); in GetLeastBitsFromSmi()
3127 CpuFeatureScope scope(this, VFP32DREGS, CpuFeatureScope::kDontCheckSupported); in SaveFPRegs()
[all …]
Dcodegen-arm.cc42 CpuFeatureScope scope(&masm, NEON); in CreateMemCopyUint8Function()
197 CpuFeatureScope scope(&masm, NEON); in CreateMemCopyUint16Uint8Function()
Dassembler-arm.cc953 CpuFeatureScope scope(patcher.masm(), ARMv7); in target_at_put()
958 CpuFeatureScope scope(patcher.masm(), ARMv7); in target_at_put()
1232 CpuFeatureScope scope(this, ARMv7); in move_32_bit_immediate()
1259 CpuFeatureScope scope(this, ARMv7); in move_32_bit_immediate()
2726 CpuFeatureScope scope(this, VFPv3); in vmov()
2756 CpuFeatureScope scope(this, VFPv3); in vmov()
2768 CpuFeatureScope scope(this, ARMv7); in vmov()
2811 CpuFeatureScope scope(this, ARMv7); in vmov()
5186 CpuFeatureScope scope(this, ARMv7); in PatchConstantPoolAccessInstruction()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc899 CpuFeatureScope scope(masm(), ARMv7); in AssembleArchInstruction()
923 CpuFeatureScope scope(masm(), SUDIV); in AssembleArchInstruction()
929 CpuFeatureScope scope(masm(), SUDIV); in AssembleArchInstruction()
957 CpuFeatureScope scope(masm(), ARMv7); in AssembleArchInstruction()
963 CpuFeatureScope scope(masm(), ARMv7); in AssembleArchInstruction()
970 CpuFeatureScope scope(masm(), ARMv7); in AssembleArchInstruction()
1013 CpuFeatureScope scope(masm(), ARMv7); in AssembleArchInstruction()
1225 CpuFeatureScope scope(masm(), ARMv8); in AssembleArchInstruction()
1230 CpuFeatureScope scope(masm(), ARMv8); in AssembleArchInstruction()
1235 CpuFeatureScope scope(masm(), ARMv8); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1371 CpuFeatureScope sse_scope(masm(), SSE4_1); in AssembleArchInstruction()
1549 CpuFeatureScope sse_scope(masm(), SSE4_1); in AssembleArchInstruction()
1626 CpuFeatureScope avx_scope(masm(), AVX); in AssembleArchInstruction()
1632 CpuFeatureScope avx_scope(masm(), AVX); in AssembleArchInstruction()
1638 CpuFeatureScope avx_scope(masm(), AVX); in AssembleArchInstruction()
1644 CpuFeatureScope avx_scope(masm(), AVX); in AssembleArchInstruction()
1653 CpuFeatureScope avx_scope(masm(), AVX); in AssembleArchInstruction()
1659 CpuFeatureScope avx_scope(masm(), AVX); in AssembleArchInstruction()
1665 CpuFeatureScope avx_scope(masm(), AVX); in AssembleArchInstruction()
1671 CpuFeatureScope avx_scope(masm(), AVX); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc448 CpuFeatureScope avx_scope(masm(), AVX); \
1272 CpuFeatureScope sse_scope(masm(), SSE4_1); in AssembleArchInstruction()
1329 CpuFeatureScope sahf_scope(masm(), SAHF); in AssembleArchInstruction()
1479 CpuFeatureScope sse_scope(masm(), SSE4_1); in AssembleArchInstruction()
1748 CpuFeatureScope avx_scope(masm(), AVX); in AssembleArchInstruction()
1772 CpuFeatureScope avx_scope(masm(), AVX); in AssembleArchInstruction()
1797 CpuFeatureScope avx_scope(masm(), AVX); in AssembleArchInstruction()
1811 CpuFeatureScope avx_scope(masm(), AVX); in AssembleArchInstruction()
1825 CpuFeatureScope avx_scope(masm(), AVX); in AssembleArchInstruction()
1839 CpuFeatureScope avx_scope(masm(), AVX); in AssembleArchInstruction()
[all …]
/external/v8/src/
Dassembler.h193 class CpuFeatureScope BASE_EMBEDDED {
201 CpuFeatureScope(AssemblerBase* assembler, CpuFeature f,
203 ~CpuFeatureScope();
209 CpuFeatureScope(AssemblerBase* assembler, CpuFeature f,
Dassembler.cc218 CpuFeatureScope::CpuFeatureScope(AssemblerBase* assembler, CpuFeature f, in CpuFeatureScope() function in v8::internal::CpuFeatureScope
226 CpuFeatureScope::~CpuFeatureScope() { in ~CpuFeatureScope()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc318 CpuFeatureScope scope(this, SSE3); in TruncateHeapNumberToI()
2251 CpuFeatureScope scope(this, SSE4_1); in Move()
2275 CpuFeatureScope sse_scope(this, SSE4_1); in Pextrd()
2287 CpuFeatureScope sse_scope(this, SSE4_1); in Pinsrd()
2305 CpuFeatureScope scope(this, LZCNT); in Lzcnt()
2320 CpuFeatureScope scope(this, BMI1); in Tzcnt()
2334 CpuFeatureScope scope(this, POPCNT); in Popcnt()
Dcode-stubs-ia32.cc158 CpuFeatureScope scope(masm, SSE3); in Generate()
185 CpuFeatureScope scope(masm, SSE3); in Generate()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc1487 CpuFeatureScope scope2(masm(), SSE4_1); in DoConstantD()
1707 CpuFeatureScope scope(masm(), AVX); in DoArithmeticD()
1716 CpuFeatureScope scope(masm(), AVX); in DoArithmeticD()
1725 CpuFeatureScope scope(masm(), AVX); in DoArithmeticD()
1734 CpuFeatureScope scope(masm(), AVX); in DoArithmeticD()
3075 CpuFeatureScope scope(masm(), SSE4_1); in DoMathFloorD()
3085 CpuFeatureScope scope(masm(), SSE4_1); in DoMathFloorI()
3147 CpuFeatureScope scope(masm(), SSE4_1); in DoMathRoundD()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc1851 CpuFeatureScope scope(masm(), AVX); in DoArithmeticD()
1860 CpuFeatureScope scope(masm(), AVX); in DoArithmeticD()
1869 CpuFeatureScope scope(masm(), AVX); in DoArithmeticD()
1878 CpuFeatureScope scope(masm(), AVX); in DoArithmeticD()
3280 CpuFeatureScope scope(masm(), SSE4_1); in DoMathFloorD()
3290 CpuFeatureScope scope(masm(), SSE4_1); in DoMathFloorI()
3346 CpuFeatureScope scope(masm(), SSE4_1); in DoMathRoundD()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc1029 CpuFeatureScope scope(masm(), SUDIV); in DoModI()
1246 CpuFeatureScope scope(masm(), SUDIV); in DoDivI()
1422 CpuFeatureScope scope(masm(), SUDIV); in DoFlooringDivI()