Home | History | Annotate | Download | only in x87

Lines Matching defs:LDrop

1834 class LDrop FINAL : public LTemplateInstruction<0, 0, 0> {
1836 explicit LDrop(int count) : count_(count) { }