Searched refs:LUint32ToDouble (Results 1 - 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h1736 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1738 explicit LUint32ToDouble(LOperand* value) { function in class:v8::internal::final
H A Dlithium-arm.cc1867 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val)));
H A Dlithium-codegen-arm.cc4249 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h2619 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
2621 explicit LUint32ToDouble(LOperand* value) { function in class:v8::internal::final
H A Dlithium-arm64.cc1113 new(zone()) LUint32ToDouble(UseRegisterAtStart(val)));
H A Dlithium-codegen-arm64.cc5458 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h1759 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1761 explicit LUint32ToDouble(LOperand* value) { function in class:v8::internal::final
H A Dlithium-ia32.cc1868 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val)));
H A Dlithium-codegen-ia32.cc4048 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1699 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1701 explicit LUint32ToDouble(LOperand* value) { function in class:v8::internal::final
H A Dlithium-mips.cc1814 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val)));
H A Dlithium-codegen-mips.cc4223 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h1761 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1763 explicit LUint32ToDouble(LOperand* value) { function in class:v8::internal::final
H A Dlithium-mips64.cc1817 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val)));
H A Dlithium-codegen-mips64.cc4458 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1699 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1701 explicit LUint32ToDouble(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-ppc.cc1844 return DefineAsRegister(new (zone()) LUint32ToDouble(UseRegister(val)));
H A Dlithium-codegen-ppc.cc4533 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h1583 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1585 explicit LUint32ToDouble(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-s390.cc1689 return DefineAsRegister(new (zone()) LUint32ToDouble(UseRegister(val)));
H A Dlithium-codegen-s390.cc4478 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1750 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1752 explicit LUint32ToDouble(LOperand* value) { function in class:v8::internal::final
H A Dlithium-x64.cc1854 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val)));
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1749 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 1> {
1751 explicit LUint32ToDouble(LOperand* value) { function in class:v8::internal::final
H A Dlithium-x87.cc1867 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val)));

Completed in 322 milliseconds

12