Searched refs:LModI (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc1452 LModI* mod = new(zone()) LModI(UseRegisterAtStart(left),
1460 LModI* mod = new(zone()) LModI(UseRegisterAtStart(left),
1464 LModI* mod = new(zone()) LModI(UseRegister(left),
1477 LModI* mod = new(zone()) LModI(UseRegister(left),
H A Dlithium-arm.h612 class LModI: public LTemplateInstruction<1, 2, 2> { class in namespace:v8::internal
614 LModI(LOperand* left, function in class:v8::internal::LModI
H A Dlithium-codegen-arm.cc1106 void LCodeGen::DoModI(LModI* instr) {
/external/v8/src/x64/
H A Dlithium-x64.cc1321 LModI* mod =
1322 new(zone()) LModI(value, UseOrConstant(instr->right()), NULL);
1330 LModI* mod = new(zone()) LModI(value, divisor, temp);
H A Dlithium-x64.h544 class LModI: public LTemplateInstruction<1, 2, 1> { class in namespace:v8::internal
546 LModI(LOperand* left, LOperand* right, LOperand* temp) { function in class:v8::internal::LModI
H A Dlithium-codegen-x64.cc772 void LCodeGen::DoModI(LModI* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc1532 LModI* mod = new(zone()) LModI(UseRegisterAtStart(left),
1541 LModI* mod = new(zone()) LModI(UseRegister(left),
1548 LModI* mod = new(zone()) LModI(UseFixed(left, eax),
H A Dlithium-ia32.h624 class LModI: public LTemplateInstruction<1, 2, 1> { class in namespace:v8::internal
626 LModI(LOperand* left, LOperand* right, LOperand* temp) { function in class:v8::internal::LModI
H A Dlithium-codegen-ia32.cc1297 void LCodeGen::DoModI(LModI* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc1428 LModI* mod = new(zone()) LModI(UseRegisterAtStart(left),
1436 LModI* mod = new(zone()) LModI(UseRegisterAtStart(left),
1440 LModI* mod = new(zone()) LModI(UseRegister(left),
H A Dlithium-mips.h608 class LModI: public LTemplateInstruction<1, 2, 3> { class in namespace:v8::internal
611 LModI(LOperand* left, function in class:v8::internal::LModI
621 LModI(LOperand* left, function in class:v8::internal::LModI
H A Dlithium-codegen-mips.cc1089 void LCodeGen::DoModI(LModI* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc1437 LModI* mod = new(zone()) LModI(UseRegisterAtStart(left),
1446 LModI* mod = new(zone()) LModI(UseRegister(left),
1453 LModI* mod = new(zone()) LModI(UseFixed(left, rax),
H A Dlithium-x64.h611 class LModI: public LTemplateInstruction<1, 2, 1> { class in namespace:v8::internal
613 LModI(LOperand* left, LOperand* right, LOperand* temp) { function in class:v8::internal::LModI
H A Dlithium-codegen-x64.cc987 void LCodeGen::DoModI(LModI* instr) {
/external/v8/src/arm/
H A Dlithium-arm.cc1327 LModI* mod;
1331 mod = new(zone()) LModI(value, UseOrConstant(instr->right()));
1335 mod = new(zone()) LModI(dividend,
H A Dlithium-arm.h543 class LModI: public LTemplateInstruction<1, 2, 3> { class in namespace:v8::internal
546 LModI(LOperand* left, function in class:v8::internal::LModI
556 LModI(LOperand* left, function in class:v8::internal::LModI
H A Dlithium-codegen-arm.cc900 void LCodeGen::DoModI(LModI* instr) {
/external/v8/src/mips/
H A Dlithium-mips.cc1328 LModI* mod;
1332 mod = new(zone()) LModI(value, UseOrConstant(instr->right()));
1336 mod = new(zone()) LModI(dividend,
H A Dlithium-mips.h542 class LModI: public LTemplateInstruction<1, 2, 3> { class in namespace:v8::internal
545 LModI(LOperand* left, function in class:v8::internal::LModI
555 LModI(LOperand* left, function in class:v8::internal::LModI
H A Dlithium-codegen-mips.cc863 void LCodeGen::DoModI(LModI* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.cc1366 LModI* mod =
1367 new(zone()) LModI(value, UseOrConstant(instr->right()), NULL);
1375 LModI* mod = new(zone()) LModI(value, divisor, temp);
H A Dlithium-ia32.h534 class LModI: public LTemplateInstruction<1, 2, 1> { class in namespace:v8::internal
536 LModI(LOperand* left, LOperand* right, LOperand* temp) { function in class:v8::internal::LModI
H A Dlithium-codegen-ia32.cc808 void LCodeGen::DoModI(LModI* instr) {

Completed in 272 milliseconds