Searched refs:TempDoubleRegister (Results 1 - 14 of 14) sorted by relevance

/external/v8/src/compiler/
H A Dinstruction-selector-impl.h200 InstructionOperand TempDoubleRegister() { function in class:v8::internal::compiler::OperandGenerator
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc574 LUnallocated* LChunkBuilder::TempDoubleRegister() { function in class:v8::internal::LChunkBuilder
1082 LOperand* temp = TempDoubleRegister();
1250 CpuFeatures::IsSupported(SUDIV) ? NULL : TempDoubleRegister();
1323 CpuFeatures::IsSupported(SUDIV) ? NULL : TempDoubleRegister();
1386 CpuFeatures::IsSupported(SUDIV) ? NULL : TempDoubleRegister();
1388 CpuFeatures::IsSupported(SUDIV) ? NULL : TempDoubleRegister();
1811 LOperand* temp2 = TempDoubleRegister();
1941 new(zone()) LClampTToUint8(reg, TempDoubleRegister());
H A Dlithium-arm.h2441 MUST_USE_RESULT LUnallocated* TempDoubleRegister();
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc581 LUnallocated* LChunkBuilder::TempDoubleRegister() { function in class:v8::internal::LChunkBuilder
1117 LOperand* temp = TempDoubleRegister();
1161 LOperand* temp = TempDoubleRegister();
1758 LOperand* temp2 = TempDoubleRegister();
1882 TempDoubleRegister()));
1888 new(zone()) LClampTToUint8(reg, TempDoubleRegister());
H A Dlithium-mips.h2398 MUST_USE_RESULT LUnallocated* TempDoubleRegister();
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc581 LUnallocated* LChunkBuilder::TempDoubleRegister() { function in class:v8::internal::LChunkBuilder
1117 LOperand* temp = TempDoubleRegister();
1161 LOperand* temp = TempDoubleRegister();
1764 LOperand* temp2 = TempDoubleRegister();
1885 TempDoubleRegister()));
1891 new(zone()) LClampTToUint8(reg, TempDoubleRegister());
H A Dlithium-mips64.h2444 MUST_USE_RESULT LUnallocated* TempDoubleRegister();
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc471 LUnallocated* LChunkBuilder::TempDoubleRegister() { function in class:v8::internal::LChunkBuilder
1062 ? NULL : TempDoubleRegister();
1189 TempDoubleRegister())));
2399 LOperand* temp = TempDoubleRegister();
H A Dlithium-arm64.h2762 MUST_USE_RESULT LUnallocated* TempDoubleRegister();
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc586 LUnallocated* LChunkBuilder::TempDoubleRegister() { function in class:v8::internal::LChunkBuilder
1101 LOperand* temp = TempDoubleRegister();
1788 LOperand* temp2 = TempDoubleRegister();
1918 new (zone()) LClampTToUint8(reg, TempDoubleRegister());
H A Dlithium-ppc.h2367 MUST_USE_RESULT LUnallocated* TempDoubleRegister();
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc526 LUnallocated* LChunkBuilder::TempDoubleRegister() { function in class:v8::internal::LChunkBuilder
1002 LOperand* temp = TempDoubleRegister();
1614 LOperand* temp2 = TempDoubleRegister();
1737 new (zone()) LClampTToUint8(reg, TempDoubleRegister());
H A Dlithium-s390.h2199 MUST_USE_RESULT LUnallocated* TempDoubleRegister();
/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc317 InstructionOperand left_double_operand = g.TempDoubleRegister();
318 InstructionOperand right_double_operand = g.TempDoubleRegister();
319 InstructionOperand result_double_operand = g.TempDoubleRegister();

Completed in 9693 milliseconds