Home | History | Annotate | Download | only in s390

Lines Matching defs:LBranch

1138 class LBranch final : public LControlInstruction<1, 0> {
1140 explicit LBranch(LOperand* value) { inputs_[0] = value; }