Home
last modified time | relevance | path

Searched refs:LMathFround (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/mips/
Dlithium-mips.h830 class LMathFround final : public LTemplateInstruction<1, 1, 0> {
832 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-mips.cc1125 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-mips.cc3349 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h857 class LMathFround final : public LTemplateInstruction<1, 1, 0> {
859 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-x64.cc1125 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-x64.cc3416 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h852 class LMathFround final : public LTemplateInstruction<1, 1, 0> {
854 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-x87.cc1143 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h791 class LMathFround final : public LTemplateInstruction<1, 1, 0> {
793 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-s390.cc1007 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h853 class LMathFround final : public LTemplateInstruction<1, 1, 0> {
855 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-arm.cc1090 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-arm.cc3369 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h860 class LMathFround final : public LTemplateInstruction<1, 1, 0> {
862 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-ia32.cc1138 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-ia32.cc3220 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h848 class LMathFround final : public LTemplateInstruction<1, 1, 0> {
850 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-mips64.cc1125 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-mips64.cc3556 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h853 class LMathFround final : public LTemplateInstruction<1, 1, 0> {
855 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-ppc.cc1113 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-ppc.cc3620 void LCodeGen::DoMathFround(LMathFround* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1794 class LMathFround final : public LUnaryMathOperation<0> {
1796 explicit LMathFround(LOperand* value) : LUnaryMathOperation<0>(value) {} in LMathFround() function
Dlithium-arm64.cc2411 LMathFround* result = new (zone()) LMathFround(input); in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc3784 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()

12