Home
last modified time | relevance | path

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

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tms34/
H A D34010ops.c66 #define SET_C_BIT_LO(val,bit) state.st |= ((val) << (30 - (bit))) & STBIT_C macro
136 SET_C_BIT_LO(b->y, 15); \
171 SET_C_BIT_LO(res, 15); \
951 SET_C_BIT_LO(res, 0); \
972 SET_C_BIT_LO(res, 0); \
2053 SET_C_BIT_LO(b->y, 15); \
/dports/emulators/fs-uae/fs-uae-3.1.35/src/mame/tm34010/
H A D34010ops.c55 #define SET_C_BIT_LO(val,bit) m_st |= ((val) << (30 - (bit))) & STBIT_C macro
125 SET_C_BIT_LO(b->y, 15); \
160 SET_C_BIT_LO(res, 15); \
940 SET_C_BIT_LO(res, 0); \
961 SET_C_BIT_LO(res, 0); \
2034 SET_C_BIT_LO(b->y, 15); \
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms34010/
H A D34010ops.hxx55 #define SET_C_BIT_LO(val,bit) m_st |= ((val) << (30 - (bit))) & STBIT_C macro
120 SET_C_BIT_LO(b->y, 15); \
155 SET_C_BIT_LO(res, 15); \
935 SET_C_BIT_LO(res, 0); \
956 SET_C_BIT_LO(res, 0); \
2029 SET_C_BIT_LO(b->y, 15); \
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms34010/
H A D34010ops.hxx55 #define SET_C_BIT_LO(val,bit) m_st |= ((val) << (30 - (bit))) & STBIT_C macro
120 SET_C_BIT_LO(b->y, 15); \
155 SET_C_BIT_LO(res, 15); \
935 SET_C_BIT_LO(res, 0); \
956 SET_C_BIT_LO(res, 0); \
2029 SET_C_BIT_LO(b->y, 15); \