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

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h691 class LDivI final : public LTemplateInstruction<1, 2, 1> {
693 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-arm.cc1320 DefineAsRegister(new(zone()) LDivI(dividend, divisor, temp));
H A Dlithium-codegen-arm.cc1251 void LCodeGen::DoDivI(LDivI* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h708 class LDivI final : public LTemplateInstruction<1, 2, 1> {
710 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-ia32.cc1357 LInstruction* result = DefineFixed(new(zone()) LDivI(
H A Dlithium-codegen-ia32.cc1194 void LCodeGen::DoDivI(LDivI* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h685 class LDivI final : public LTemplateInstruction<1, 2, 1> {
687 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-mips.cc1327 DefineAsRegister(new(zone()) LDivI(dividend, divisor, temp));
H A Dlithium-codegen-mips.cc1153 void LCodeGen::DoDivI(LDivI* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h688 class LDivI final : public LTemplateInstruction<1, 2, 1> {
690 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-mips64.cc1328 DefineAsRegister(new(zone()) LDivI(dividend, divisor, temp));
H A Dlithium-codegen-mips64.cc1143 void LCodeGen::DoDivI(LDivI* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h673 class LDivI final : public LTemplateInstruction<1, 2, 0> {
675 LDivI(LOperand* dividend, LOperand* divisor) { function in class:v8::internal::final
H A Dlithium-ppc.cc1327 DefineAsRegister(new (zone()) LDivI(dividend, divisor));
H A Dlithium-codegen-ppc.cc1131 void LCodeGen::DoDivI(LDivI* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h707 class LDivI final : public LTemplateInstruction<1, 2, 1> {
709 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-x64.cc1344 LInstruction* result = DefineFixed(new(zone()) LDivI(
H A Dlithium-codegen-x64.cc1267 void LCodeGen::DoDivI(LDivI* instr) {
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h724 class LDivI final : public LTemplateInstruction<1, 2, 1> {
726 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-x87.cc1367 LInstruction* result = DefineFixed(new(zone()) LDivI(
H A Dlithium-codegen-x87.cc1495 void LCodeGen::DoDivI(LDivI* instr) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1310 class LDivI final : public LTemplateInstruction<1, 2, 1> {
1312 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-arm64.cc1433 DefineAsRegister(new(zone()) LDivI(dividend, divisor, temp));
H A Dlithium-codegen-arm64.cc2610 void LCodeGen::DoDivI(LDivI* instr) {

Completed in 527 milliseconds