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

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h764 class LMulI final : public LTemplateInstruction<1, 2, 0> {
766 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-arm.cc1520 LMulI* mul = new(zone()) LMulI(left_op, right_op);
H A Dlithium-codegen-arm.cc1489 void LCodeGen::DoMulI(LMulI* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h789 class LMulI final : public LTemplateInstruction<1, 2, 1> {
791 LMulI(LOperand* left, LOperand* right, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-ia32.cc1532 LMulI* mul = new(zone()) LMulI(left, right, temp);
H A Dlithium-codegen-ia32.cc1385 void LCodeGen::DoMulI(LMulI* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h756 class LMulI final : public LTemplateInstruction<1, 2, 0> {
758 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-mips.cc1512 LMulI* mul = new(zone()) LMulI(left_op, right_op);
H A Dlithium-codegen-mips.cc1356 void LCodeGen::DoMulI(LMulI* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h774 class LMulI final : public LTemplateInstruction<1, 2, 0> {
776 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-mips64.cc1516 : DefineAsRegister(new (zone()) LMulI(left_op, right_op));
H A Dlithium-codegen-mips64.cc1458 void LCodeGen::DoMulI(LMulI* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h742 class LMulI final : public LTemplateInstruction<1, 2, 0> {
744 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-ppc.cc1520 LMulI* mul = new (zone()) LMulI(left_op, right_op);
H A Dlithium-codegen-ppc.cc1397 void LCodeGen::DoMulI(LMulI* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h788 class LMulI final : public LTemplateInstruction<1, 2, 0> {
790 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-x64.cc1515 LMulI* mul = new(zone()) LMulI(left, right);
H A Dlithium-codegen-x64.cc1316 void LCodeGen::DoMulI(LMulI* instr) {
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h805 class LMulI final : public LTemplateInstruction<1, 2, 1> {
807 LMulI(LOperand* left, LOperand* right, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-x87.cc1542 LMulI* mul = new(zone()) LMulI(left, right, temp);
H A Dlithium-codegen-x87.cc1686 void LCodeGen::DoMulI(LMulI* instr) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h2092 class LMulI final : public LTemplateInstruction<1, 2, 0> {
2094 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-arm64.cc1935 // LMulI/S can handle all cases, but it requires that a register is
1941 : DefineAsRegister(new(zone()) LMulI(left, right));
H A Dlithium-codegen-arm64.cc4146 void LCodeGen::DoMulI(LMulI* instr) {

Completed in 398 milliseconds