Home | History | Annotate | Download | only in mips

Lines Matching defs:Opcode

146   Opcode opcode() const final { return LInstruction::k##type; } \
177 enum Opcode {
185 virtual Opcode opcode() const = 0;
189 bool Is##type() const { return opcode() == k##type; }
194 // an opcode.
1343 Opcode opcode() const override { return LInstruction::kArithmeticD; }
1369 Opcode opcode() const final { return LInstruction::kArithmeticT; }