Lines Matching defs:Opcode
192 virtual Opcode opcode() const { return LInstruction::k##type; } \
224 enum Opcode {
232 virtual Opcode opcode() const = 0;
236 bool Is##type() const { return opcode() == k##type; }
241 // an opcode.
1462 virtual Opcode opcode() const { return LInstruction::kArithmeticD; }
1487 virtual Opcode opcode() const { return LInstruction::kArithmeticT; }