Home
last modified time | relevance | path

Searched defs:BTST (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/asmx/asmx-1.8.2_2/
H A D68k.asm208 BTST D2,ea ; 0538 1234 define
210 BTST D2,D1 ; 0501 define
218 BTST D2,D1 ; 0501 define
/dports/chinese/celvis/celvis/
H A Drecycle.c25 #define BTST(bitno, byte) ((byte) & (1 << (bitno))) macro
/dports/net/dgd/dgd-1.4.23/src/
H A Ddgd.h41 # define BTST(map, bit) (map[BOFF(bit)] & BBIT(bit)) macro
/dports/mail/cyrus2courier/cyrus2courier-1.4/src/
H A Dstr.h52 #define BTST(_f, _m) (((_f)&(_m))==(_m)) macro
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/mgt/
H A Dmgt_param_bits.c46 enum bit_do {BSET, BCLR, BTST}; enumerator
/dports/audio/mikmod/mikmod-3.2.8/src/
H A Dmutilities.h135 #define BTST(v, m) ((v) & (m) ? 1 : 0) macro
H A Drcfile.c44 #define BTST(v, m) ((v) & (m) ? 1 : 0) macro
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/
H A Drx-parse.h68 BTST = 284, enumerator
202 #define BTST 284 macro
H A Drx-parse.c103 BTST = 284, enumerator
237 #define BTST 284 macro
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/
H A Drx-parse.h68 BTST = 284, enumerator
202 #define BTST 284 macro
H A Drx-parse.c103 BTST = 284, enumerator
237 #define BTST 284 macro
/dports/devel/binutils/binutils-2.37/gas/config/
H A Drx-parse.h85 BTST = 291, enumerator
249 #define BTST 291 macro
H A Drx-parse.c275 BTST = 291, enumerator
439 #define BTST 291 macro
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Drx-parse.h85 BTST = 291, enumerator
249 #define BTST 291 macro
H A Drx-parse.c275 BTST = 291, enumerator
439 #define BTST 291 macro
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Drx-parse.h85 BTST = 291, enumerator
249 #define BTST 291 macro
H A Drx-parse.c275 BTST = 291, enumerator
439 #define BTST 291 macro
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/q68/
H A Dq68-core.c858 enum {BTST = 0, BCHG = 1, BCLR = 2, BSET = 3} op = opcode>>6 & 3; in op_bit() enumerator
H A Dq68-jit.c2092 enum {BTST = 0, BCHG = 1, BCLR = 2, BSET = 3} op = opcode>>6 & 3; in op_bit() enumerator
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sc68/desa68/
H A Ddesa68.c85 #define BTST(V,N) ( (V) & ( 1u << (N) ) ) /* bit test */ macro
/dports/misc/gpsim/gpsim-0.31.0/src/dspic/
H A Ddspic-instructions.cc918 BTST::BTST (Processor *new_cpu, unsigned int new_opcode, unsigned int addr) in BTST() function in dspic_instructions::BTST
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/hw_cpu/m68k/
H A Dm68k.cpp1384 INLINE void M68K::BTST(HAM<T, TAM> &targ, unsigned wb) in BTST() function in M68K
/dports/emulators/mednafen/mednafen/src/hw_cpu/m68k/
H A Dm68k.cpp1407 INLINE void M68K::BTST(HAM<T, TAM> &targ, unsigned wb) in BTST() function in Mednafen::M68K
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-paraLLEl/lightning/lib/
H A Djit_sparc-cpu.c205 # define BTST(rs1, rs2) ANDcc(rs1, rs2, 0) macro
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lightning/lib/
H A Djit_sparc-cpu.c205 # define BTST(rs1, rs2) ANDcc(rs1, rs2, 0) macro

12