Home | History | Annotate | Download | only in mips

Lines Matching defs:Opcode

190   virtual Opcode opcode() const { return LInstruction::k##type; } \
222 enum Opcode {
230 virtual Opcode opcode() const = 0;
234 bool Is##type() const { return opcode() == k##type; }
239 // an opcode.
1455 virtual Opcode opcode() const { return LInstruction::kArithmeticD; }
1476 virtual Opcode opcode() const { return LInstruction::kArithmeticT; }