Searched refs:LInteger32ToDouble (Results 1 - 21 of 21) sorted by relevance

/external/v8/src/arm/
H A Dlithium-arm.h2025 class LInteger32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> {
2027 explicit LInteger32ToDouble(LOperand* value) { function in class:v8::internal::FINAL
H A Dlithium-arm.cc1991 return DefineAsRegister(new(zone()) LInteger32ToDouble(Use(val)));
H A Dlithium-codegen-arm.cc4630 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.h2040 class LInteger32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> {
2042 explicit LInteger32ToDouble(LOperand* value) { function in class:v8::internal::FINAL
H A Dlithium-ia32.cc1986 return DefineAsRegister(new(zone()) LInteger32ToDouble(Use(val)));
H A Dlithium-codegen-ia32.cc4452 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) {
/external/v8/src/mips/
H A Dlithium-mips.h1989 class LInteger32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> {
1991 explicit LInteger32ToDouble(LOperand* value) { function in class:v8::internal::FINAL
H A Dlithium-mips.cc1940 return DefineAsRegister(new(zone()) LInteger32ToDouble(Use(val)));
H A Dlithium-codegen-mips.cc4587 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) {
/external/v8/src/mips64/
H A Dlithium-mips64.h1989 class LInteger32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> {
1991 explicit LInteger32ToDouble(LOperand* value) { function in class:v8::internal::FINAL
H A Dlithium-mips64.cc1938 return DefineAsRegister(new(zone()) LInteger32ToDouble(Use(val)));
H A Dlithium-codegen-mips64.cc4651 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) {
/external/v8/src/x64/
H A Dlithium-x64.h2025 class LInteger32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> {
2027 explicit LInteger32ToDouble(LOperand* value) { function in class:v8::internal::FINAL
H A Dlithium-x64.cc1948 return DefineAsRegister(new(zone()) LInteger32ToDouble(value));
H A Dlithium-codegen-x64.cc4647 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) {
/external/v8/src/x87/
H A Dlithium-x87.h2050 class LInteger32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> {
2052 explicit LInteger32ToDouble(LOperand* value) { function in class:v8::internal::FINAL
H A Dlithium-x87.cc1988 return DefineAsRegister(new(zone()) LInteger32ToDouble(Use(val)));
H A Dlithium-codegen-x87.cc4895 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) {
/external/v8/src/arm64/
H A Dlithium-arm64.h1532 class LInteger32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> {
1534 explicit LInteger32ToDouble(LOperand* value) { function in class:v8::internal::FINAL
H A Dlithium-arm64.cc1185 new(zone()) LInteger32ToDouble(UseRegisterAtStart(val)));
H A Dlithium-codegen-arm64.cc3171 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) {

Completed in 936 milliseconds