/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 860 class LMathFround final : public LTemplateInstruction<1, 1, 0> { 862 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-x87.cc | 1158 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-x87.cc | 3558 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 856 class LMathFround final : public LTemplateInstruction<1, 1, 0> { 858 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-mips64.cc | 1143 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-mips64.cc | 3618 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 861 class LMathFround final : public LTemplateInstruction<1, 1, 0> { 863 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-arm.cc | 1108 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 799 class LMathFround final : public LTemplateInstruction<1, 1, 0> { 801 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-s390.cc | 1021 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-s390.cc | 3593 void LCodeGen::DoMathFround(LMathFround* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 865 class LMathFround final : public LTemplateInstruction<1, 1, 0> { 867 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-x64.cc | 1142 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 838 class LMathFround final : public LTemplateInstruction<1, 1, 0> { 840 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-mips.cc | 1143 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-mips.cc | 3415 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 861 class LMathFround final : public LTemplateInstruction<1, 1, 0> { 863 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-ppc.cc | 1131 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-ppc.cc | 3699 void LCodeGen::DoMathFround(LMathFround* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 868 class LMathFround final : public LTemplateInstruction<1, 1, 0> { 870 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-ia32.cc | 1153 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-ia32.cc | 3313 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1904 class LMathFround final : public LUnaryMathOperation<0> { 1906 explicit LMathFround(LOperand* value) : LUnaryMathOperation<0>(value) {} in LMathFround() function
|
D | lithium-arm64.cc | 2514 LMathFround* result = new (zone()) LMathFround(input); in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 3882 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|