Home | History | Annotate | Download | only in arm64

Lines Matching defs:Opcode

176   Opcode opcode() const final { return LInstruction::k##type; } \
206 enum Opcode {
214 virtual Opcode opcode() const = 0;
218 bool Is##type() const { return opcode() == k##type; }
223 // an opcode.
689 Opcode opcode() const override { return LInstruction::kArithmeticD; }
715 Opcode opcode() const override { return LInstruction::kArithmeticT; }