Searched refs:LDoubleToI (Results 1 - 24 of 24) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h1813 class LDoubleToI final : public LTemplateInstruction<1, 1, 0> {
1815 explicit LDoubleToI(LOperand* value) { function in class:v8::internal::final
H A Dlithium-arm.cc1834 LInstruction* result = DefineAsRegister(new(zone()) LDoubleToI(value));
H A Dlithium-codegen-arm.cc4620 void LCodeGen::DoDoubleToI(LDoubleToI* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h1815 class LDoubleToI final : public LTemplateInstruction<1, 1, 1> {
1817 LDoubleToI(LOperand* value, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-ia32.cc1839 DefineAsRegister(new(zone()) LDoubleToI(value, temp));
H A Dlithium-codegen-ia32.cc4401 void LCodeGen::DoDoubleToI(LDoubleToI* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1776 class LDoubleToI final : public LTemplateInstruction<1, 1, 0> {
1778 explicit LDoubleToI(LOperand* value) { function in class:v8::internal::final
H A Dlithium-mips.cc1781 LInstruction* result = DefineAsRegister(new(zone()) LDoubleToI(value));
H A Dlithium-codegen-mips.cc4601 void LCodeGen::DoDoubleToI(LDoubleToI* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h1822 class LDoubleToI final : public LTemplateInstruction<1, 1, 0> {
1824 explicit LDoubleToI(LOperand* value) { function in class:v8::internal::final
H A Dlithium-mips64.cc1788 LInstruction* result = DefineAsRegister(new(zone()) LDoubleToI(value));
H A Dlithium-codegen-mips64.cc4794 void LCodeGen::DoDoubleToI(LDoubleToI* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1772 class LDoubleToI final : public LTemplateInstruction<1, 1, 0> {
1774 explicit LDoubleToI(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-ppc.cc1811 LInstruction* result = DefineAsRegister(new (zone()) LDoubleToI(value));
H A Dlithium-codegen-ppc.cc4918 void LCodeGen::DoDoubleToI(LDoubleToI* instr) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h1636 class LDoubleToI final : public LTemplateInstruction<1, 1, 0> {
1638 explicit LDoubleToI(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-s390.cc1637 LInstruction* result = DefineAsRegister(new (zone()) LDoubleToI(value));
H A Dlithium-codegen-s390.cc4840 void LCodeGen::DoDoubleToI(LDoubleToI* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1810 class LDoubleToI final : public LTemplateInstruction<1, 1, 0> {
1812 explicit LDoubleToI(LOperand* value) { function in class:v8::internal::final
H A Dlithium-x64.cc1822 LInstruction* result = DefineAsRegister(new(zone()) LDoubleToI(value));
H A Dlithium-codegen-x64.cc4675 void LCodeGen::DoDoubleToI(LDoubleToI* instr) {
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1805 class LDoubleToI final : public LTemplateInstruction<1, 1, 0> {
1807 explicit LDoubleToI(LOperand* value) { function in class:v8::internal::final
H A Dlithium-x87.cc1836 LInstruction* result = DefineAsRegister(new(zone()) LDoubleToI(value));
H A Dlithium-codegen-x87.cc4802 void LCodeGen::DoDoubleToI(LDoubleToI* instr) {

Completed in 403 milliseconds