Searched refs:LMathFloorOfDiv (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h651 class LMathFloorOfDiv: public LTemplateInstruction<1, 2, 1> { class in namespace:v8::internal
653 LMathFloorOfDiv(LOperand* left, function in class:v8::internal::LMathFloorOfDiv
H A Dlithium-arm.cc1440 new(zone()) LMathFloorOfDiv(dividend, divisor, remainder)));
H A Dlithium-codegen-arm.cc1504 void LCodeGen::DoMathFloorOfDiv(LMathFloorOfDiv* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h659 class LMathFloorOfDiv: public LTemplateInstruction<1, 2, 1> { class in namespace:v8::internal
661 LMathFloorOfDiv(LOperand* left, function in class:v8::internal::LMathFloorOfDiv
H A Dlithium-ia32.cc1504 new(zone()) LMathFloorOfDiv(dividend, divisor, NULL)));
1510 new(zone()) LMathFloorOfDiv(dividend, divisor, NULL));
1517 new(zone()) LMathFloorOfDiv(dividend, divisor, temp), edx);
H A Dlithium-codegen-ia32.cc1522 void LCodeGen::DoMathFloorOfDiv(LMathFloorOfDiv* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h659 class LMathFloorOfDiv: public LTemplateInstruction<1, 2, 1> { class in namespace:v8::internal
661 LMathFloorOfDiv(LOperand* left, function in class:v8::internal::LMathFloorOfDiv
H A Dlithium-mips.cc1416 new(zone()) LMathFloorOfDiv(dividend, divisor, remainder)));
H A Dlithium-codegen-mips.cc1335 void LCodeGen::DoMathFloorOfDiv(LMathFloorOfDiv* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h647 class LMathFloorOfDiv: public LTemplateInstruction<1, 2, 1> { class in namespace:v8::internal
649 LMathFloorOfDiv(LOperand* left, function in class:v8::internal::LMathFloorOfDiv
H A Dlithium-x64.cc1412 new(zone()) LMathFloorOfDiv(dividend, divisor, NULL)));
1416 new(zone()) LMathFloorOfDiv(dividend, divisor, NULL));
1423 new(zone()) LMathFloorOfDiv(dividend, divisor, temp));
H A Dlithium-codegen-x64.cc1103 void LCodeGen::DoMathFloorOfDiv(LMathFloorOfDiv* instr) {

Completed in 283 milliseconds