Searched refs:LMathRound (Results 1 – 18 of 18) sorted by relevance
/external/v8/src/ia32/ |
D | lithium-ia32.h | 877 class LMathRound FINAL : public LTemplateInstruction<1, 1, 1> { 879 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
|
D | lithium-ia32.cc | 1194 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
|
D | lithium-codegen-ia32.cc | 3680 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 895 class LMathRound FINAL : public LTemplateInstruction<1, 1, 0> { 897 explicit LMathRound(LOperand* value) { in LMathRound() function
|
D | lithium-x87.cc | 1203 LInstruction* result = DefineAsRegister(new (zone()) LMathRound(input)); in DoMathRound()
|
D | lithium-codegen-x87.cc | 3941 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 875 class LMathRound FINAL : public LTemplateInstruction<1, 1, 1> { 877 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
|
D | lithium-x64.cc | 1174 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
|
D | lithium-codegen-x64.cc | 3775 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 867 class LMathRound FINAL : public LTemplateInstruction<1, 1, 1> { 869 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
|
D | lithium-mips64.cc | 1224 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
|
D | lithium-codegen-mips64.cc | 3759 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 868 class LMathRound FINAL : public LTemplateInstruction<1, 1, 1> { 870 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
|
D | lithium-mips.cc | 1224 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
|
D | lithium-codegen-mips.cc | 3730 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 889 class LMathRound FINAL : public LTemplateInstruction<1, 1, 1> { 891 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
|
D | lithium-arm.cc | 1154 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
|
D | lithium-codegen-arm.cc | 3811 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
|