Lines Matching refs:InputOperand
37 Operand InputOperand(int index) { return ToOperand(instr_->InputAt(index)); } in InputOperand() function in v8::internal::compiler::FINAL
39 Operand InputOperand64(int index) { return InputOperand(index); } in InputOperand64()
123 int64_t imm = i.InputOperand##width(1).immediate().value(); \
176 __ Add(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()
187 __ And(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()
242 __ Orn(i.OutputRegister(), xzr, i.InputOperand(0)); in AssembleArchInstruction()
248 __ Neg(i.OutputRegister(), i.InputOperand(0)); in AssembleArchInstruction()
254 __ Orr(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()
260 __ Eor(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()
266 __ Sub(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()
329 __ Cmp(i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()
335 __ Cmn(i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()
341 __ Tst(i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()