Lines Matching defs:Opcode
149 Opcode opcode() const final { return LInstruction::k##type; } \
180 enum Opcode {
188 virtual Opcode opcode() const = 0;
192 bool Is##type() const { return opcode() == k##type; }
197 // an opcode.
1405 Opcode opcode() const override { return LInstruction::kArithmeticD; }
1431 Opcode opcode() const final { return LInstruction::kArithmeticT; }