Home | History | Annotate | Download | only in mips

Lines Matching defs:LDrop

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