Lines Matching defs:Opcode
160 Opcode opcode() const final { return LInstruction::k##type; } \
190 enum Opcode {
198 virtual Opcode opcode() const = 0;
202 bool Is##type() const { return opcode() == k##type; }
207 // an opcode.
698 Opcode opcode() const override { return LInstruction::kArithmeticD; }
724 Opcode opcode() const override { return LInstruction::kArithmeticT; }