Home | History | Annotate | Download | only in x64

Lines Matching refs:instr_

32     return ToImmediate(instr_->InputAt(index));
36 return ToOperand(instr_->InputAt(index), extra);
39 Operand OutputOperand() { return ToOperand(instr_->Output()); }
81 AddressingMode mode = AddressingModeField::decode(instr_->opcode());
279 instr_(instr) {}
297 if (instr_->reference_map() != nullptr) {
298 gen_->RecordSafepoint(instr_->reference_map(), Safepoint::kSimple, 0,
308 Instruction* instr_;
2315 instr_(instr),
2319 X64OperandConverter i(gen_, instr_);
2322 static_cast<Builtins::Name>(i.InputInt32(instr_->InputCount() - 1));
2346 gen_->AssembleSourcePosition(instr_);
2360 Instruction* instr_;