HomeSort by relevance Sort by last modified time
    Searched refs:ToOperand (Results 1 - 10 of 10) sorted by null

  /external/v8/src/x64/
lithium-gap-resolver-x64.cc 178 Operand dst = cgen_->ToOperand(destination);
183 Operand src = cgen_->ToOperand(source);
189 Operand dst = cgen_->ToOperand(destination);
205 Operand dst = cgen_->ToOperand(destination);
222 __ movsd(cgen_->ToOperand(destination), src);
225 Operand src = cgen_->ToOperand(source);
231 __ movsd(cgen_->ToOperand(destination), xmm0);
259 cgen_->ToOperand(source->IsRegister() ? destination : source);
267 Operand src = cgen_->ToOperand(source);
268 Operand dst = cgen_->ToOperand(destination)
    [all...]
lithium-codegen-x64.h 84 Operand ToOperand(LOperand* op) const;
lithium-codegen-x64.cc 344 Operand LCodeGen::ToOperand(LOperand* op) const {
983 __ imull(left, ToOperand(right));
1002 __ orl(kScratchRegister, ToOperand(right));
    [all...]
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.cc 287 Operand dst = cgen_->ToOperand(destination);
292 Operand src = cgen_->ToOperand(source);
300 Operand dst = cgen_->ToOperand(destination);
316 Operand dst = cgen_->ToOperand(destination);
333 Operand dst = cgen_->ToOperand(destination);
339 Operand src = cgen_->ToOperand(source);
345 Operand dst = cgen_->ToOperand(destination);
381 cgen_->ToOperand(source->IsRegister() ? destination : source);
397 Operand src = cgen_->ToOperand(source);
398 Operand dst = cgen_->ToOperand(destination)
    [all...]
lithium-codegen-ia32.cc 336 Operand LCodeGen::ToOperand(LOperand* op) const {
500 __ mov(esi, ToOperand(context));
932 __ test(right_reg, ToOperand(right));
941 __ test(right_reg, ToOperand(right));
1019 __ imul(left, ToOperand(right));
    [all...]
lithium-codegen-ia32.h 77 Operand ToOperand(LOperand* op) const;
  /external/v8/src/arm/
lithium-codegen-arm.h 91 Operand ToOperand(LOperand* op);
lithium-codegen-arm.cc 415 Operand LCodeGen::ToOperand(LOperand* op) {
424 Abort("ToOperand Unsupported double immediate.");
431 Abort("ToOperand IsDoubleRegister unimplemented");
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.h 91 Operand ToOperand(LOperand* op);
lithium-codegen-mips.cc 383 Operand LCodeGen::ToOperand(LOperand* op) {
392 Abort("ToOperand Unsupported double immediate.");
399 Abort("ToOperand IsDoubleRegister unimplemented");
    [all...]

Completed in 64 milliseconds