Home | History | Annotate | Download | only in assembler

Lines Matching refs:Signed

72         Signed,
892 // For branches, signed <, >, <= and >= are denoted as l, g, le, and ge
898 // treated as a signed 32bit value, is less than or equal to 5.
976 if (cond == Signed) {
1127 // * jo operations branch if the (signed) arithmetic
1132 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
1159 if (cond == Signed) {
1185 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
1210 if (cond == Signed) {
1237 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
1264 if (cond == Signed) {
1290 ASSERT((cond == Signed) || (cond == Zero) || (cond == NonZero));
1291 if (cond == Signed) {
1413 } else if (cond == Signed) {