Searched defs:LConstructDouble (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h2512 class LConstructDouble FINAL : public LTemplateInstruction<1, 2, 0> {
2514 LConstructDouble(LOperand* hi, LOperand* lo) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h2518 class LConstructDouble FINAL : public LTemplateInstruction<1, 2, 0> {
2520 LConstructDouble(LOperand* hi, LOperand* lo) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h2472 class LConstructDouble FINAL : public LTemplateInstruction<1, 2, 0> {
2474 LConstructDouble(LOperand* hi, LOperand* lo) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h2456 class LConstructDouble FINAL : public LTemplateInstruction<1, 2, 0> {
2458 LConstructDouble(LOperand* hi, LOperand* lo) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h2499 class LConstructDouble FINAL : public LTemplateInstruction<1, 2, 0> {
2501 LConstructDouble(LOperand* hi, LOperand* lo) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h2534 class LConstructDouble FINAL : public LTemplateInstruction<1, 2, 0> {
2536 LConstructDouble(LOperand* hi, LOperand* lo) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h1070 class LConstructDouble FINAL : public LTemplateInstruction<1, 2, 0> {
1072 LConstructDouble(LOperand* hi, LOperand* lo) { function in class:v8::internal::FINAL

Completed in 104 milliseconds