Home | History | Annotate | Download | only in x87

Lines Matching defs:Opcode

150   Opcode opcode() const final { return LInstruction::k##type; } \
181 enum Opcode {
189 virtual Opcode opcode() const = 0;
193 bool Is##type() const { return opcode() == k##type; }
198 // an opcode.
1378 Opcode opcode() const override { return LInstruction::kArithmeticD; }
1404 Opcode opcode() const override { return LInstruction::kArithmeticT; }