Home | History | Annotate | Download | only in optimizing

Lines Matching refs:IsX

1814         Register rhs_reg = dst.IsX() ? rhs.reg().X() : rhs.reg().W();
2890 __ Tbnz(lhs, (lhs.IsX() ? kXRegSize : kWRegSize) - 1, non_fallthrough_target);
2894 __ Tbz(lhs, (lhs.IsX() ? kXRegSize : kWRegSize) - 1, non_fallthrough_target);
4693 output.IsX() ? source.X() : source.W(),
4696 __ Sbfx(output, output.IsX() ? source.X() : source.W(), 0, min_size * kBitsPerByte);