Home | History | Annotate | Download | only in x64

Lines Matching defs:Opcode

161   Opcode opcode() const final { return LInstruction::k##type; } \
192 enum Opcode {
200 virtual Opcode opcode() const = 0;
204 bool Is##type() const { return opcode() == k##type; }
209 // an opcode.
1443 Opcode opcode() const override { return LInstruction::kArithmeticD; }
1469 Opcode opcode() const override { return LInstruction::kArithmeticT; }