Home
last modified time | relevance | path

Searched defs:BIT_P (Results 1 – 3 of 3) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_dsf/
H A Darm7i.c660 #define BIT_P (cpu->kod & (1 << 22)) in R_PSR() macro
936 #define BIT_P (cpu->kod & (1 << 24)) in R_SDT() macro
1069 #define BIT_P (cpu->kod & (1 << 24)) macro
1257 #define BIT_P (cpu->kod & (1 << 24)) in R_HSDT() macro
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/addons/
H A Dslot2_piano.cpp101 #define BIT_P(N,v) ((v)?(1<<(N)):0) in piano_setKey() macro
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/z80.src/
H A Dregsz80.h101 BIT_P= 0x04, // parity/overflow, 1=even, 0=odd parity. arith:1=overflow enumerator