Home | History | Annotate | Download | only in x87

Lines Matching defs:Opcode

166   Opcode opcode() const final { return LInstruction::k##type; } \
197 enum Opcode {
205 virtual Opcode opcode() const = 0;
209 bool Is##type() const { return opcode() == k##type; }
214 // an opcode.
1460 Opcode opcode() const override { return LInstruction::kArithmeticD; }
1486 Opcode opcode() const override { return LInstruction::kArithmeticT; }