Searched refs:SIGNEXT32 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-sparc.c1161 #define SIGNEXT32(x) ((((x) & U0xffffffff) ^ U0x80000000) - U0x80000000)
1162 lower32 = SIGNEXT32 (the_insn.exp.X_add_number);
1163 upper32 = SIGNEXT32 (BSR (the_insn.exp.X_add_number, 32));
1164 #undef SIGNEXT32
1153 #define SIGNEXT32 macro
1156 #undef SIGNEXT32 macro

Completed in 98 milliseconds