Searched refs:LMathRound (Results 1 - 15 of 15) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h838 class LMathRound final : public LTemplateInstruction<1, 1, 1> {
840 LMathRound(LOperand* value, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-arm.cc1083 LMathRound* result = new(zone()) LMathRound(input, temp);
H A Dlithium-codegen-arm.cc3329 void LCodeGen::DoMathRound(LMathRound* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h815 class LMathRound final : public LTemplateInstruction<1, 1, 1> {
817 LMathRound(LOperand* value, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-mips.cc1162 LMathRound* result = new(zone()) LMathRound(input, temp);
H A Dlithium-codegen-mips.cc3268 void LCodeGen::DoMathRound(LMathRound* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h833 class LMathRound final : public LTemplateInstruction<1, 1, 1> {
835 LMathRound(LOperand* value, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-mips64.cc1162 LMathRound* result = new(zone()) LMathRound(input, temp);
H A Dlithium-codegen-mips64.cc3471 void LCodeGen::DoMathRound(LMathRound* instr) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h776 class LMathRound final : public LTemplateInstruction<1, 1, 1> {
778 LMathRound(LOperand* value, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-s390.cc1003 LMathRound* result = new (zone()) LMathRound(input, temp);
H A Dlithium-codegen-s390.cc3487 void LCodeGen::DoMathRound(LMathRound* instr) {
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h839 class LMathRound final : public LTemplateInstruction<1, 1, 0> {
841 explicit LMathRound(LOperand* value) { function in class:v8::internal::final
H A Dlithium-x87.cc1136 LInstruction* result = DefineAsRegister(new (zone()) LMathRound(input));
H A Dlithium-codegen-x87.cc3397 void LCodeGen::DoMathRound(LMathRound* instr) {

Completed in 226 milliseconds