Lines Matching refs:instr_
28 Operand InputOperand(int index) { return ToOperand(instr_->InputAt(index)); }
31 return ToImmediate(instr_->InputAt(index));
34 Operand OutputOperand() { return ToOperand(instr_->Output()); }
36 Operand TempOperand(int index) { return ToOperand(instr_->TempAt(index)); }
78 switch (AddressingModeField::decode(instr_->opcode())) {