Lines Matching defs:Opcode
150 Opcode opcode() const final { return LInstruction::k##type; } \
178 enum Opcode {
185 virtual Opcode opcode() const = 0;
189 bool Is##type() const { return opcode() == k##type; }
194 // an opcode.
1361 Opcode opcode() const override { return LInstruction::kArithmeticD; }
1385 Opcode opcode() const override { return LInstruction::kArithmeticT; }