Home | History | Annotate | Download | only in config

Lines Matching full:u0x80000000

36 #define U0x80000000 ((((unsigned long) 1 << 16) << 15))
1133 && (the_insn.exp.X_add_number < -(offsetT) U0x80000000
1192 && (the_insn.exp.X_add_number < -(offsetT) U0x80000000
1234 #define SIGNEXT32(x) ((((x) & U0xffffffff) ^ U0x80000000) - U0x80000000)