Lines Matching defs:Opcode
164 Opcode opcode() const final { return LInstruction::k##type; } \
195 enum Opcode {
203 virtual Opcode opcode() const = 0;
207 bool Is##type() const { return opcode() == k##type; }
212 // an opcode.
1469 Opcode opcode() const override { return LInstruction::kArithmeticD; }
1495 Opcode opcode() const override { return LInstruction::kArithmeticT; }