Home | History | Annotate | Download | only in ia32

Lines Matching full:opcode

181   virtual Opcode opcode() const { return LInstruction::k##type; } \
211 enum Opcode {
219 virtual Opcode opcode() const = 0;
223 bool Is##type() const { return opcode() == k##type; }
228 // an opcode.
1109 virtual Opcode opcode() const { return LInstruction::kArithmeticD; }
1130 virtual Opcode opcode() const { return LInstruction::kArithmeticT; }