Lines Matching defs:Opcode
148 Opcode opcode() const final { return LInstruction::k##type; } \
179 enum Opcode {
187 virtual Opcode opcode() const = 0;
191 bool Is##type() const { return opcode() == k##type; }
196 // an opcode.
1380 Opcode opcode() const override { return LInstruction::kArithmeticD; }
1406 Opcode opcode() const override { return LInstruction::kArithmeticT; }