Lines Matching refs:instr_
31 size_t OutputCount() { return instr_->OutputCount(); } in OutputCount()
34 return LocationOperand::cast(instr_->InputAt(index))->representation() == in Is64BitOperand()
39 return LocationOperand::cast(instr_->InputAt(index))->representation() == in Is32BitOperand()
44 switch (instr_->flags_condition()) { in CompareLogical()
57 Constant constant = ToConstant(instr_->InputAt(index)); in InputImmediate()
79 if (mode) *mode = AddressingModeField::decode(instr_->opcode()); in MemoryOperand()
80 switch (AddressingModeField::decode(instr_->opcode())) { in MemoryOperand()
117 InstructionOperand* op = instr_->InputAt(index); in InputStackSlot()
2803 : OutOfLineCode(gen), instr_(instr), gen_(gen) {} in AssembleArchTrap()
2806 S390OperandConverter i(gen_, instr_); in AssembleArchTrap()
2808 static_cast<TrapId>(i.InputInt32(instr_->InputCount() - 1)); in AssembleArchTrap()
2829 gen_->AssembleSourcePosition(instr_); in AssembleArchTrap()
2843 Instruction* instr_; in AssembleArchTrap() member in v8::internal::compiler::CodeGenerator::AssembleArchTrap::OutOfLineTrap