Searched refs:I_BIT (Results 1 – 3 of 3) sorted by relevance
210 #define I_BIT 0x0800 macro967 mode |= I_BIT; /* Found a valid index spec. */ in parse_memop()1000 if (mode & I_BIT) in parse_memop()1035 case A_BIT | I_BIT: in parse_memop()1040 case I_BIT: in parse_memop()1044 case D_BIT | A_BIT | I_BIT: in parse_memop()1045 case D_BIT | I_BIT: in parse_memop()
3335 #define I_BIT 22 macro3340 #define IMMEDIATE_BIT_SET (given & (1 << I_BIT))
424 (W_BIT, I_BIT, U_BIT, P_BIT): New macros.