Searched refs:ToOperand (Results 1 - 25 of 30) sorted by relevance

12

/external/v8/src/crankshaft/x64/
H A Dlithium-gap-resolver-x64.cc155 Operand dst = cgen_->ToOperand(destination);
160 Operand src = cgen_->ToOperand(source);
166 Operand dst = cgen_->ToOperand(destination);
201 Operand dst = cgen_->ToOperand(destination);
219 __ Movsd(cgen_->ToOperand(destination), src);
222 Operand src = cgen_->ToOperand(source);
228 __ Movsd(cgen_->ToOperand(destination), kScratchDoubleReg);
258 cgen_->ToOperand(source->IsRegister() ? destination : source);
266 Operand src = cgen_->ToOperand(source);
267 Operand dst = cgen_->ToOperand(destinatio
[all...]
H A Dlithium-codegen-x64.cc281 Operand src = ToOperand(instr->result());
502 Operand LCodeGen::ToOperand(LOperand* op) const {
651 __ movp(rsi, ToOperand(context));
1328 __ imulp(left, ToOperand(right));
1330 __ imull(left, ToOperand(right));
1368 __ orp(kScratchRegister, ToOperand(right));
1370 __ orl(kScratchRegister, ToOperand(right));
1419 __ andl(ToRegister(left), ToOperand(right));
1421 __ andp(ToRegister(left), ToOperand(right));
1426 __ orl(ToRegister(left), ToOperand(righ
[all...]
H A Dlithium-codegen-x64.h68 Operand ToOperand(LOperand* op) const;
/external/v8/src/crankshaft/x87/
H A Dlithium-gap-resolver-x87.cc270 Operand dst = cgen_->ToOperand(destination);
275 Operand src = cgen_->ToOperand(source);
283 Operand dst = cgen_->ToOperand(destination);
311 Operand dst = cgen_->ToOperand(destination);
327 Operand dst = cgen_->ToOperand(destination);
341 Operand src0 = cgen_->ToOperand(source);
343 Operand dst0 = cgen_->ToOperand(destination);
350 Operand src = cgen_->ToOperand(source);
385 cgen_->ToOperand(source->IsRegister() ? destination : source);
401 Operand src = cgen_->ToOperand(sourc
[all...]
H A Dlithium-codegen-x87.cc735 Operand LCodeGen::ToOperand(LOperand* op) const {
900 __ mov(esi, ToOperand(context));
1597 __ imul(left, ToOperand(right));
1618 __ or_(ToRegister(instr->temp()), ToOperand(right));
1657 __ and_(ToRegister(left), ToOperand(right));
1660 __ or_(ToRegister(left), ToOperand(right));
1663 __ xor_(ToRegister(left), ToOperand(right));
1755 __ sub(ToOperand(left),
1758 __ sub(ToRegister(left), ToOperand(right));
1903 __ add(ToOperand(lef
[all...]
H A Dlithium-codegen-x87.h59 Operand ToOperand(LOperand* op) const;
/external/v8/src/crankshaft/ia32/
H A Dlithium-gap-resolver-ia32.cc269 Operand dst = cgen_->ToOperand(destination);
274 Operand src = cgen_->ToOperand(source);
282 Operand dst = cgen_->ToOperand(destination);
314 Operand dst = cgen_->ToOperand(destination);
333 Operand dst = cgen_->ToOperand(destination);
339 Operand src = cgen_->ToOperand(source);
345 Operand dst = cgen_->ToOperand(destination);
382 cgen_->ToOperand(source->IsRegister() ? destination : source);
398 Operand src = cgen_->ToOperand(source);
399 Operand dst = cgen_->ToOperand(destinatio
[all...]
H A Dlithium-codegen-ia32.cc467 Operand LCodeGen::ToOperand(LOperand* op) const {
630 __ mov(esi, ToOperand(context));
1296 __ imul(left, ToOperand(right));
1317 __ or_(ToRegister(instr->temp()), ToOperand(right));
1356 __ and_(ToRegister(left), ToOperand(right));
1359 __ or_(ToRegister(left), ToOperand(right));
1362 __ xor_(ToRegister(left), ToOperand(right));
1454 __ sub(ToOperand(left),
1457 __ sub(ToRegister(left), ToOperand(right));
1626 __ add(ToOperand(lef
[all...]
H A Dlithium-codegen-ia32.h56 Operand ToOperand(LOperand* op) const;
/external/v8/src/interpreter/
H A Dbytecode-register-optimizer.cc267 uint32_t operand = static_cast<uint32_t>(output.ToOperand());
271 uint32_t operand = static_cast<uint32_t>(input.ToOperand());
275 uint32_t operand0 = static_cast<uint32_t>(input.ToOperand());
276 uint32_t operand1 = static_cast<uint32_t>(output.ToOperand());
H A Dbytecode-register.cc97 int32_t operand = ToOperand();
H A Dbytecode-register.h60 int32_t ToOperand() const { return kRegisterFileStartOffset - index_; } function in class:v8::internal::interpreter::final
H A Dbytecode-array-builder.cc1181 return static_cast<uint32_t>(reg.ToOperand());
1187 return static_cast<uint32_t>(reg.ToOperand());
1195 return static_cast<uint32_t>(reg_list.first_register().ToOperand());
1203 return static_cast<uint32_t>(reg_list.first_register().ToOperand());
H A Dinterpreter-assembler.cc208 IntPtrConstant(reg.ToOperand() << kPointerSizeLog2));
217 return LoadAndUntagSmi(GetInterpretedFramePointer(), reg.ToOperand()
224 IntPtrConstant(reg.ToOperand() << kPointerSizeLog2), value);
235 int offset = reg.ToOperand() << kPointerSizeLog2;
1378 Node* reg_index = IntPtrSub(IntPtrConstant(Register(0).ToOperand()), index);
1413 Node* reg_index = IntPtrSub(IntPtrConstant(Register(0).ToOperand()), index);
/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/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/crankshaft/s390/
H A Dlithium-codegen-s390.h75 Operand ToOperand(LOperand* op);
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...]
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.h76 Operand ToOperand(LOperand* op);
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.h76 Operand ToOperand(LOperand* op);
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.h76 Operand ToOperand(LOperand* op);
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.h77 Operand ToOperand(LOperand* op);
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.h76 Operand ToOperand(LOperand* op);

Completed in 1213 milliseconds

12