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

/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector-impl.h111 InstructionOperand* TempDoubleRegister() { function in class:v8::internal::compiler::OperandGenerator
/external/chromium_org/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc622 InstructionOperand* left_double_operand = g.TempDoubleRegister();
623 InstructionOperand* right_double_operand = g.TempDoubleRegister();
624 InstructionOperand* result_double_operand = g.TempDoubleRegister();
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc625 LUnallocated* LChunkBuilder::TempDoubleRegister() { function in class:v8::internal::LChunkBuilder
1153 LOperand* temp = TempDoubleRegister();
1201 LOperand* double_temp = TempDoubleRegister();
1328 CpuFeatures::IsSupported(SUDIV) ? NULL : TempDoubleRegister();
1401 CpuFeatures::IsSupported(SUDIV) ? NULL : TempDoubleRegister();
1456 CpuFeatures::IsSupported(SUDIV) ? NULL : TempDoubleRegister();
1458 CpuFeatures::IsSupported(SUDIV) ? NULL : TempDoubleRegister();
1933 LOperand* temp2 = TempDoubleRegister();
2054 new(zone()) LClampTToUint8(reg, TempDoubleRegister());
H A Dlithium-arm.h2846 MUST_USE_RESULT LUnallocated* TempDoubleRegister();
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc632 LUnallocated* LChunkBuilder::TempDoubleRegister() { function in class:v8::internal::LChunkBuilder
1170 LOperand* double_temp = TempDoubleRegister();
1179 LOperand* temp = TempDoubleRegister();
1223 LOperand* temp = TempDoubleRegister();
1882 LOperand* temp2 = TempDoubleRegister();
1997 TempDoubleRegister()));
2003 new(zone()) LClampTToUint8(reg, TempDoubleRegister());
H A Dlithium-mips.h2804 MUST_USE_RESULT LUnallocated* TempDoubleRegister();
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.cc632 LUnallocated* LChunkBuilder::TempDoubleRegister() { function in class:v8::internal::LChunkBuilder
1170 LOperand* double_temp = TempDoubleRegister();
1179 LOperand* temp = TempDoubleRegister();
1223 LOperand* temp = TempDoubleRegister();
1883 LOperand* temp2 = TempDoubleRegister();
1995 TempDoubleRegister()));
2001 new(zone()) LClampTToUint8(reg, TempDoubleRegister());
H A Dlithium-mips64.h2788 MUST_USE_RESULT LUnallocated* TempDoubleRegister();
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc517 LUnallocated* LChunkBuilder::TempDoubleRegister() { function in class:v8::internal::LChunkBuilder
1131 ? NULL : TempDoubleRegister();
1249 TempDoubleRegister())));
2604 LOperand* double_temp1 = TempDoubleRegister();
2641 LOperand* temp = TempDoubleRegister();
H A Dlithium-arm64.h3170 MUST_USE_RESULT LUnallocated* TempDoubleRegister();

Completed in 192 milliseconds