Home | History | Annotate | Download | only in ia32

Lines Matching defs:Opcode

151   Opcode opcode() const final { return LInstruction::k##type; } \
182 enum Opcode {
190 virtual Opcode opcode() const = 0;
194 bool Is##type() const { return opcode() == k##type; }
199 // an opcode.
1388 Opcode opcode() const override { return LInstruction::kArithmeticD; }
1414 Opcode opcode() const override { return LInstruction::kArithmeticT; }