Lines Matching defs:Opcode
165 Opcode opcode() const final { return LInstruction::k##type; } \
196 enum Opcode {
204 virtual Opcode opcode() const = 0;
208 bool Is##type() const { return opcode() == k##type; }
213 // an opcode.
1452 Opcode opcode() const override { return LInstruction::kArithmeticD; }
1478 Opcode opcode() const override { return LInstruction::kArithmeticT; }