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

12

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h745 class LMulI final : public LTemplateInstruction<1, 2, 0> {
747 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-arm.cc1452 LMulI* mul = new(zone()) LMulI(left_op, right_op);
H A Dlithium-codegen-arm.cc1447 void LCodeGen::DoMulI(LMulI* instr) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1877 class LMulI final : public LTemplateInstruction<1, 2, 0> {
1879 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-arm64.cc1772 // LMulI/S can handle all cases, but it requires that a register is
1778 : DefineAsRegister(new(zone()) LMulI(left, right));
H A Dlithium-codegen-arm64.cc4039 void LCodeGen::DoMulI(LMulI* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h772 class LMulI final : public LTemplateInstruction<1, 2, 1> {
774 LMulI(LOperand* left, LOperand* right, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-ia32.cc1474 LMulI* mul = new(zone()) LMulI(left, right, temp);
H A Dlithium-codegen-ia32.cc1240 void LCodeGen::DoMulI(LMulI* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h738 class LMulI final : public LTemplateInstruction<1, 2, 0> {
740 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-mips.cc1444 LMulI* mul = new(zone()) LMulI(left_op, right_op);
H A Dlithium-codegen-mips.cc1336 void LCodeGen::DoMulI(LMulI* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h756 class LMulI final : public LTemplateInstruction<1, 2, 0> {
758 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-mips64.cc1448 : DefineAsRegister(new (zone()) LMulI(left_op, right_op));
H A Dlithium-codegen-mips64.cc1441 void LCodeGen::DoMulI(LMulI* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h727 class LMulI final : public LTemplateInstruction<1, 2, 0> {
729 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-ppc.cc1466 LMulI* mul = new (zone()) LMulI(left_op, right_op);
H A Dlithium-codegen-ppc.cc1379 void LCodeGen::DoMulI(LMulI* instr) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h693 class LMulI final : public LTemplateInstruction<1, 2, 0> {
695 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-s390.cc1337 LMulI* mul = new (zone()) LMulI(left_op, right_op);
H A Dlithium-codegen-s390.cc1331 void LCodeGen::DoMulI(LMulI* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h771 class LMulI final : public LTemplateInstruction<1, 2, 0> {
773 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-x64.cc1467 LMulI* mul = new(zone()) LMulI(left, right);
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h786 class LMulI final : public LTemplateInstruction<1, 2, 1> {
788 LMulI(LOperand* left, LOperand* right, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-x87.cc1481 LMulI* mul = new(zone()) LMulI(left, right, temp);

Completed in 311 milliseconds

12