Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dmdmx.c78 #define OB_CLAMP(x) ((uint8_t)((x) > OB_MAX ? OB_MAX : (x))) macro
187 return OB_CLAMP(t); in AddOB()
242 return OB_CLAMP(t); in MulOB()
1188 result = OB_CLAMP(t); in RNAUOB()
1213 result = OB_CLAMP(t); in RNEUOB()
1229 result = OB_CLAMP(t); in RZUOB()