Searched defs:ToOperand (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/interpreter/
H A Dbytecode-register.h60 int32_t ToOperand() const { return kRegisterFileStartOffset - index_; } function in class:v8::internal::interpreter::final
/external/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc89 return ToOperand(instr_->InputAt(index));
194 Operand ToOperand(InstructionOperand* op) { function in class:v8::internal::compiler::final
/external/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc34 return ToOperand(instr_->InputAt(index), extra);
41 Operand OutputOperand() { return ToOperand(instr_->Output()); }
43 Operand ToOperand(InstructionOperand* op, int extra = 0) { function in class:v8::internal::compiler::IA32OperandConverter
63 return ToOperand(op, kPointerSize);
2435 Operand dst = g.ToOperand(destination);
2439 Operand src = g.ToOperand(source);
2444 Operand dst = g.ToOperand(destination);
2457 Operand dst = g.ToOperand(destination);
2470 Operand dst = g.ToOperand(destination);
2480 Operand dst = g.ToOperand(destinatio
[all...]
/external/v8/src/compiler/x64/
H A Dcode-generator-x64.cc36 return ToOperand(instr_->InputAt(index), extra);
39 Operand OutputOperand() { return ToOperand(instr_->Output()); }
53 Operand ToOperand(InstructionOperand* op, int extra = 0) { function in class:v8::internal::compiler::X64OperandConverter
2620 __ movq(g.ToOperand(destination), src);
2624 Operand src = g.ToOperand(source);
2632 Operand dst = g.ToOperand(destination);
2695 __ movq(g.ToOperand(destination), kScratchRegister);
2704 Operand dst = g.ToOperand(destination);
2715 __ movq(g.ToOperand(destination), kScratchRegister);
2725 Operand dst = g.ToOperand(destinatio
[all...]
/external/v8/src/compiler/x87/
H A Dcode-generator-x87.cc31 return ToOperand(instr_->InputAt(index), extra);
38 Operand OutputOperand() { return ToOperand(instr_->Output()); }
40 Operand ToOperand(InstructionOperand* op, int extra = 0) { function in class:v8::internal::compiler::X87OperandConverter
57 return ToOperand(op, kPointerSize);
2552 Operand dst = g.ToOperand(destination);
2556 Operand src = g.ToOperand(source);
2561 Operand dst = g.ToOperand(destination);
2574 Operand dst = g.ToOperand(destination);
2587 Operand dst = g.ToOperand(destination);
2601 Operand dst = g.ToOperand(destinatio
[all...]
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc512 Operand LCodeGen::ToOperand(LOperand* op) { function in class:v8::internal::LCodeGen
1566 right = ToOperand(right_op);
1690 __ sub(ToRegister(result), ToRegister(left), ToOperand(right), set_cond);
1711 __ rsb(ToRegister(result), ToRegister(left), ToOperand(right), set_cond);
1852 __ add(ToRegister(result), ToRegister(left), ToOperand(right), set_cond);
1869 ? ToOperand(right)
3772 Operand index = ToOperand(instr->index());
3778 Operand length = ToOperand(instr->length());
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc1055 Operand LCodeGen::ToOperand(LOperand* op) { function in class:v8::internal::LCodeGen
1387 Operand right = ToOperand(instr->right());
1715 Operand right = ToOperand(instr->right());
3823 Operand right = ToOperand(instr->right());
5196 Operand right = ToOperand(instr->right());
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc528 Operand LCodeGen::ToOperand(LOperand* op) { function in class:v8::internal::LCodeGen
1460 right = ToOperand(right_op);
1586 __ Subu(ToRegister(result), ToRegister(left), ToOperand(right));
1597 __ SubBranchNoOvf(ToRegister(result), ToRegister(left), ToOperand(right),
1726 __ Addu(ToRegister(result), ToRegister(left), ToOperand(right));
1737 __ AddBranchNoOvf(ToRegister(result), ToRegister(left), ToOperand(right),
3732 operand = ToOperand(instr->index());
3737 operand = ToOperand(instr->length());
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc513 Operand LCodeGen::ToOperand(LOperand* op) { function in class:v8::internal::LCodeGen
1557 right = ToOperand(right_op);
1673 __ Dsubu(ToRegister(result), ToRegister(left), ToOperand(right));
1678 __ DsubBranchNoOvf(ToRegister(result), ToRegister(left), ToOperand(right),
1694 __ Subu(ToRegister(result), ToRegister(left), ToOperand(right));
1699 __ SubBranchNoOvf(ToRegister(result), ToRegister(left), ToOperand(right),
1822 __ Daddu(ToRegister(result), ToRegister(left), ToOperand(right));
1834 __ Daddu(ToRegister(result), ToRegister(left), ToOperand(right));
1839 __ DaddBranchNoOvf(ToRegister(result), ToRegister(left), ToOperand(right),
1855 __ Addu(ToRegister(result), ToRegister(left), ToOperand(righ
[all...]
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc500 Operand LCodeGen::ToOperand(LOperand* op) { function in class:v8::internal::LCodeGen
1548 right = ToOperand(right_op);
1706 __ Add(result, left, -(ToOperand(right).immediate()), r0);
1721 __ AddAndCheckForOverflow(result, left, -(ToOperand(right).immediate()),
1740 Operand right_operand = ToOperand(right);
1886 __ Add(result, left, ToOperand(right).immediate(), r0);
1898 __ AddAndCheckForOverflow(result, left, ToOperand(right).immediate(),
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc474 Operand LCodeGen::ToOperand(LOperand* op) { function in class:v8::internal::LCodeGen
1511 __ AndP(result, left, Operand(ToOperand(right_op)));
1514 __ OrP(result, left, Operand(ToOperand(right_op)));
1517 __ XorP(result, left, Operand(ToOperand(right_op)));
1703 __ SubP(ToRegister(result), ToRegister(left), ToOperand(right));
1707 __ Load(scratch0(), ToOperand(right));
1710 __ Sub32(ToRegister(result), ToRegister(left), ToOperand(right));
1874 __ AddP(ToRegister(result), ToRegister(left), ToOperand(right));
1876 __ Add32(ToRegister(result), ToRegister(left), ToOperand(right));
2311 __ CmpLogical32(ToRegister(left), ToOperand(righ
[all...]

Completed in 226 milliseconds