Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dtic54x.h111 #define SBIT(OP) ((OP)&0xF) macro
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dtic54x.h111 #define SBIT(OP) ((OP)&0xF) macro
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dtic54x-dis.c429 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]); in print_instruction()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dtic54x-dis.c429 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]); in print_instruction()
/netbsd/src/external/gpl3/gdb/dist/sim/arm/
Darmemu.h54 #define SBIT (1L << 27) macro
Darmsupp.c236 ASSIGNS ((state->Cpsr & SBIT) != 0); in ARMul_CPSRAltered()
237 state->Cpsr &= ~SBIT; in ARMul_CPSRAltered()
/netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
Dtrees.c985 #define SBIT(x) (1ULL << ((x)-1)) in valcast() macro
989 if (!ISUNSIGNED(t) && (SBIT(sz) & r)) in valcast()
/netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/
Dtrees.c1063 #define SBIT(x) (1ULL << ((x)-1)) in valcast() macro
1067 if (!ISUNSIGNED(t) && (SBIT(sz) & r)) in valcast()
/netbsd/src/external/gpl3/gdb/dist/sim/sh/
Dinterp.c117 #define SBIT(x) ((x)&sbit) macro