Home
last modified time | relevance | path

Searched refs:LMathRound (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/ia32/
Dlithium-ia32.h877 class LMathRound FINAL : public LTemplateInstruction<1, 1, 1> {
879 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
Dlithium-ia32.cc1194 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
Dlithium-codegen-ia32.cc3680 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
/external/v8/src/x87/
Dlithium-x87.h895 class LMathRound FINAL : public LTemplateInstruction<1, 1, 0> {
897 explicit LMathRound(LOperand* value) { in LMathRound() function
Dlithium-x87.cc1203 LInstruction* result = DefineAsRegister(new (zone()) LMathRound(input)); in DoMathRound()
Dlithium-codegen-x87.cc3941 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
/external/v8/src/x64/
Dlithium-x64.h875 class LMathRound FINAL : public LTemplateInstruction<1, 1, 1> {
877 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
Dlithium-x64.cc1174 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
Dlithium-codegen-x64.cc3775 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
/external/v8/src/mips64/
Dlithium-mips64.h867 class LMathRound FINAL : public LTemplateInstruction<1, 1, 1> {
869 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
Dlithium-mips64.cc1224 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
Dlithium-codegen-mips64.cc3759 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
/external/v8/src/mips/
Dlithium-mips.h868 class LMathRound FINAL : public LTemplateInstruction<1, 1, 1> {
870 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
Dlithium-mips.cc1224 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
Dlithium-codegen-mips.cc3730 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
/external/v8/src/arm/
Dlithium-arm.h889 class LMathRound FINAL : public LTemplateInstruction<1, 1, 1> {
891 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
Dlithium-arm.cc1154 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
Dlithium-codegen-arm.cc3811 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()