Lines Matching defs:Opcode
193 virtual Opcode opcode() const { return LInstruction::k##type; } \
225 enum Opcode {
233 virtual Opcode opcode() const = 0;
237 bool Is##type() const { return opcode() == k##type; }
242 // an opcode.
1477 virtual Opcode opcode() const { return LInstruction::kArithmeticD; }
1498 virtual Opcode opcode() const { return LInstruction::kArithmeticT; }