Home | History | Annotate | Download | only in arm

Lines Matching full:is_unsigned

1523 Condition LCodeGen::TokenToCondition(Token::Value op, bool is_unsigned) {
1531 cond = is_unsigned ? lo : lt;
1534 cond = is_unsigned ? hi : gt;
1537 cond = is_unsigned ? ls : le;
1540 cond = is_unsigned ? hs : ge;