Home | History | Annotate | Download | only in config

Lines Matching full:u0xffffffff

35 #define U0xffffffff ((((unsigned long) 1 << 16) << 16) - 1)
1005 hwcaps = hwcap_seen & U0xffffffff;
1028 val = ((val & U0xffffffff) ^ sign) - sign;
1127 || the_insn.exp.X_add_number > (offsetT) U0xffffffff))
1134 || the_insn.exp.X_add_number > (offsetT) U0xffffffff))
1193 || the_insn.exp.X_add_number > (offsetT) U0xffffffff))
1234 #define SIGNEXT32(x) ((((x) & U0xffffffff) ^ U0x80000000) - U0x80000000)