Home
last modified time | relevance | path

Searched refs:SIGN32 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/sh/
Dinterp.c425 #define GET_DSP_GRD(n) ((n | 2) == 7 ? SEXT (DSP_GRD (n)) : SIGN32 (DSP_R (n)))
668 #define SIGN32(x) (SEXT32 (x) >> 31) macro
DChangeLog-2021944 (SIGN32): Fixed to only shift by 31.
1016 (SEXT32, SIGN32): New macros.