• Home
  • Raw
  • Download

Lines Matching refs:ToOperand

38     return ToOperand(instr_->InputAt(index), extra);  in InputOperand()
45 Operand OutputOperand() { return ToOperand(instr_->Output()); } in OutputOperand()
47 Operand ToOperand(InstructionOperand* op, int extra = 0) { in ToOperand() function in v8::internal::compiler::IA32OperandConverter
4373 Operand dst = g.ToOperand(destination); in AssembleMove()
4393 Operand src = g.ToOperand(source); in AssembleMove()
4413 Operand src = g.ToOperand(source); in AssembleMove()
4414 Operand dst = g.ToOperand(destination); in AssembleMove()
4459 Operand dst = g.ToOperand(destination); in AssembleMove()
4476 Operand dst1 = g.ToOperand(destination, kPointerSize); in AssembleMove()
4516 Operand dst = g.ToOperand(destination); in AssembleSwap()
4519 dst = g.ToOperand(destination); in AssembleSwap()
4524 Operand dst = g.ToOperand(destination); in AssembleSwap()
4546 Operand dst1 = g.ToOperand(destination); in AssembleSwap()
4549 Operand src1 = g.ToOperand(source); in AssembleSwap()
4551 Operand dst2 = g.ToOperand(destination); in AssembleSwap()
4554 Operand src2 = g.ToOperand(source); in AssembleSwap()
4558 Operand src0 = g.ToOperand(source); in AssembleSwap()
4559 Operand dst0 = g.ToOperand(destination); in AssembleSwap()
4571 __ push(g.ToOperand(source, kPointerSize)); in AssembleSwap()
4572 __ pop(g.ToOperand(destination, kPointerSize)); in AssembleSwap()
4579 __ push(g.ToOperand(source, kPointerSize)); in AssembleSwap()
4580 __ pop(g.ToOperand(destination, kPointerSize)); in AssembleSwap()
4581 __ push(g.ToOperand(source, 2 * kPointerSize)); in AssembleSwap()
4582 __ pop(g.ToOperand(destination, 2 * kPointerSize)); in AssembleSwap()
4583 __ push(g.ToOperand(source, 3 * kPointerSize)); in AssembleSwap()
4584 __ pop(g.ToOperand(destination, 3 * kPointerSize)); in AssembleSwap()