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

/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Dmaverick.c32 #define NEG64(i) ( (i) >> 63 ) macro
270 v = ((NEG64 (a) && POS64 (b) && POS64 (res))
271 || (POS64 (a) && NEG64 (b) && NEG64 (res)));
273 c = (NEG64 (a) && POS64 (b))
274 || (NEG64 (a) && POS64 (res))
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Dmaverick.c35 #define NEG64(i) ( (i) >> 63 ) macro
273 v = ((NEG64 (a) && POS64 (b) && POS64 (res))
274 || (POS64 (a) && NEG64 (b) && NEG64 (res)));
276 c = (NEG64 (a) && POS64 (b))
277 || (NEG64 (a) && POS64 (res))

Completed in 201 milliseconds