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

/external/v8/src/x64/
H A Dlithium-gap-resolver-x64.cc178 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(destinatio
[all...]
H A Dlithium-codegen-x64.h84 Operand ToOperand(LOperand* op) const;
H A Dlithium-codegen-x64.cc344 Operand LCodeGen::ToOperand(LOperand* op) const { function in class:v8::internal::LCodeGen
983 __ imull(left, ToOperand(right));
1002 __ orl(kScratchRegister, ToOperand(right));
1039 __ andl(ToRegister(left), ToOperand(right));
1042 __ orl(ToRegister(left), ToOperand(right));
1045 __ xorl(ToRegister(left), ToOperand(right));
1138 __ subl(ToRegister(left), ToOperand(right));
1298 __ addl(ToRegister(left), ToOperand(right));
1565 __ cmpl(ToOperand(right), Immediate(value));
1573 __ cmpl(ToRegister(left), ToOperand(righ
[all...]
/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc287 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(destinatio
[all...]
H A Dlithium-codegen-ia32.cc336 Operand LCodeGen::ToOperand(LOperand* op) const { function in class:v8::internal::LCodeGen
500 __ mov(esi, ToOperand(context));
932 __ test(right_reg, ToOperand(right));
941 __ test(right_reg, ToOperand(right));
1019 __ imul(left, ToOperand(right));
1037 __ or_(ToRegister(instr->TempAt(0)), ToOperand(right));
1070 __ and_(ToRegister(left), ToOperand(right));
1073 __ or_(ToRegister(left), ToOperand(right));
1076 __ xor_(ToRegister(left), ToOperand(right));
1148 __ sub(ToOperand(lef
[all...]
H A Dlithium-codegen-ia32.h77 Operand ToOperand(LOperand* op) const;
/external/v8/src/arm/
H A Dlithium-codegen-arm.h91 Operand ToOperand(LOperand* op);
H A Dlithium-codegen-arm.cc415 Operand LCodeGen::ToOperand(LOperand* op) { function in class:v8::internal::LCodeGen
424 Abort("ToOperand Unsupported double immediate.");
431 Abort("ToOperand IsDoubleRegister unimplemented");
1258 right = ToOperand(right_op);
1357 __ sub(ToRegister(result), ToRegister(left), ToOperand(right), set_cond);
1510 __ add(ToRegister(result), ToRegister(left), ToOperand(right), set_cond);
/external/v8/src/mips/
H A Dlithium-codegen-mips.h91 Operand ToOperand(LOperand* op);
H A Dlithium-codegen-mips.cc383 Operand LCodeGen::ToOperand(LOperand* op) { function in class:v8::internal::LCodeGen
392 Abort("ToOperand Unsupported double immediate.");
399 Abort("ToOperand IsDoubleRegister unimplemented");
1063 right = ToOperand(right_op);
1160 __ Subu(ToRegister(result), ToRegister(left), ToOperand(right));
1329 __ Addu(ToRegister(result), ToRegister(left), ToOperand(right));

Completed in 95 milliseconds