Lines Matching defs:Opcode
147 Opcode opcode() const final { return LInstruction::k##type; } \
173 enum Opcode {
180 virtual Opcode opcode() const = 0;
184 bool Is##type() const { return opcode() == k##type; }
189 // an opcode.
1251 Opcode opcode() const override { return LInstruction::kArithmeticD; }
1274 Opcode opcode() const override { return LInstruction::kArithmeticT; }