Home | History | Annotate | Download | only in ppc

Lines Matching defs:Opcode

164   Opcode opcode() const final { return LInstruction::k##type; } \
192 enum Opcode {
199 virtual Opcode opcode() const = 0;
203 bool Is##type() const { return opcode() == k##type; }
208 // an opcode.
1417 Opcode opcode() const override { return LInstruction::kArithmeticD; }
1441 Opcode opcode() const override { return LInstruction::kArithmeticT; }