Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/x87/
Dlithium-x87.h860 class LMathFround final : public LTemplateInstruction<1, 1, 0> {
862 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-x87.cc1158 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-x87.cc3558 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h856 class LMathFround final : public LTemplateInstruction<1, 1, 0> {
858 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-mips64.cc1143 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-mips64.cc3618 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h861 class LMathFround final : public LTemplateInstruction<1, 1, 0> {
863 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-arm.cc1108 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h799 class LMathFround final : public LTemplateInstruction<1, 1, 0> {
801 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-s390.cc1021 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-s390.cc3593 void LCodeGen::DoMathFround(LMathFround* instr) { in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h865 class LMathFround final : public LTemplateInstruction<1, 1, 0> {
867 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-x64.cc1142 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h838 class LMathFround final : public LTemplateInstruction<1, 1, 0> {
840 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-mips.cc1143 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-mips.cc3415 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h861 class LMathFround final : public LTemplateInstruction<1, 1, 0> {
863 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-ppc.cc1131 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-ppc.cc3699 void LCodeGen::DoMathFround(LMathFround* instr) { in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h868 class LMathFround final : public LTemplateInstruction<1, 1, 0> {
870 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-ia32.cc1153 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-ia32.cc3313 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1904 class LMathFround final : public LUnaryMathOperation<0> {
1906 explicit LMathFround(LOperand* value) : LUnaryMathOperation<0>(value) {} in LMathFround() function
Dlithium-arm64.cc2514 LMathFround* result = new (zone()) LMathFround(input); in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc3882 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()

12