Searched defs:SDISR_SET_BYTE (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Ddv-tx3904sio.c168 #define SDISR_SET_BYTE(c,o,b) ((c)->sdisr = SDISR_WR_MASK & (((c)->sdisr & ~LSMASK32((o)*8+7,(o)*8)) | ((b)<< (o)*8))) macro
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Ddv-tx3904sio.c171 #define SDISR_SET_BYTE(c,o,b) ((c)->sdisr = SDISR_WR_MASK & (((c)->sdisr & ~LSMASK32((o)*8+7,(o)*8)) | ((b)<< (o)*8))) macro

Completed in 120 milliseconds