Home | History | Annotate | Download | only in mips

Lines Matching full:opcode

185   virtual Opcode opcode() const { return LInstruction::k##type; } \
215 enum Opcode {
223 virtual Opcode opcode() const = 0;
227 bool Is##type() const { return opcode() == k##type; }
232 // an opcode.
1088 virtual Opcode opcode() const { return LInstruction::kArithmeticD; }
1105 virtual Opcode opcode() const { return LInstruction::kArithmeticT; }