Lines Matching defs:Opcode
147 Opcode opcode() const final { return LInstruction::k##type; } \
178 enum Opcode {
186 virtual Opcode opcode() const = 0;
190 bool Is##type() const { return opcode() == k##type; }
195 // an opcode.
1381 Opcode opcode() const override { return LInstruction::kArithmeticD; }
1407 Opcode opcode() const override { return LInstruction::kArithmeticT; }