/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 842 class LMathRound final : public LTemplateInstruction<1, 1, 1> { 844 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
|
D | lithium-ia32.cc | 1184 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
|
D | lithium-codegen-ia32.cc | 3448 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 858 class LMathRound final : public LTemplateInstruction<1, 1, 0> { 860 explicit LMathRound(LOperand* value) { in LMathRound() function
|
D | lithium-x87.cc | 1192 LInstruction* result = DefineAsRegister(new (zone()) LMathRound(input)); in DoMathRound()
|
D | lithium-codegen-x87.cc | 3693 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 833 class LMathRound final : public LTemplateInstruction<1, 1, 1> { 835 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
|
D | lithium-mips.cc | 1214 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
|
D | lithium-codegen-mips.cc | 3428 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 839 class LMathRound final : public LTemplateInstruction<1, 1, 1> { 841 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
|
D | lithium-x64.cc | 1166 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
|
D | lithium-codegen-x64.cc | 3529 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 857 class LMathRound final : public LTemplateInstruction<1, 1, 1> { 859 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
|
D | lithium-arm.cc | 1144 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
|
D | lithium-codegen-arm.cc | 3481 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 851 class LMathRound final : public LTemplateInstruction<1, 1, 1> { 853 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
|
D | lithium-mips64.cc | 1214 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
|
D | lithium-codegen-mips64.cc | 3630 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 831 class LMathRound final : public LTemplateInstruction<1, 1, 1> { 833 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
|
D | lithium-ppc.cc | 1153 LMathRound* result = new (zone()) LMathRound(input, temp); in DoMathRound()
|
D | lithium-codegen-ppc.cc | 3691 void LCodeGen::DoMathRound(LMathRound* instr) { in DoShiftI()
|