Home | History | Annotate | Download | only in x64

Lines Matching defs:LDrop

1567 class LDrop final : public LTemplateInstruction<0, 0, 0> {
1569 explicit LDrop(int count) : count_(count) { }