Home | History | Annotate | Download | only in x64

Lines Matching full:opcode

186   virtual Opcode opcode() const { return LInstruction::k##type; } \
217 enum Opcode {
225 virtual Opcode opcode() const = 0;
229 bool Is##type() const { return opcode() == k##type; }
234 // an opcode.
1087 virtual Opcode opcode() const { return LInstruction::kArithmeticD; }
1104 virtual Opcode opcode() const { return LInstruction::kArithmeticT; }