Searched refs:SBIT (Results 1 – 9 of 9) sorted by relevance
111 #define SBIT(OP) ((OP)&0xF) macro
429 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]); in print_instruction()
54 #define SBIT (1L << 27) macro
236 ASSIGNS ((state->Cpsr & SBIT) != 0); in ARMul_CPSRAltered()237 state->Cpsr &= ~SBIT; in ARMul_CPSRAltered()
985 #define SBIT(x) (1ULL << ((x)-1)) in valcast() macro989 if (!ISUNSIGNED(t) && (SBIT(sz) & r)) in valcast()
1063 #define SBIT(x) (1ULL << ((x)-1)) in valcast() macro1067 if (!ISUNSIGNED(t) && (SBIT(sz) & r)) in valcast()
117 #define SBIT(x) ((x)&sbit) macro