Lines Matching defs:SPSR_BIT
617 #define SPSR_BIT (1 << 22)
6230 psr_field = SPSR_BIT;
10093 br = (15<<16) | (inst.operands[1].imm & SPSR_BIT);
13214 inst.instruction |= (br & SPSR_BIT) >> 2;
13218 int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
13233 constraint ((flags & ~SPSR_BIT) != (PSR_c|PSR_f),
13236 inst.instruction |= (flags & SPSR_BIT) >> 2;
13261 int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
13282 inst.instruction |= (flags & SPSR_BIT) >> 2;
23647 REGDEF(spsr_##bank, 768|(base<<16)|SPSR_BIT, t), \
23650 REGDEF(SPSR_##bank, 768|(base<<16)|SPSR_BIT, t)
23701 REGDEF(SPSR_fiq,512|(14<<16)|SPSR_BIT,RNB), REGDEF(spsr_fiq,512|(14<<16)|SPSR_BIT,RNB),
23710 REGDEF(spsr_hyp,768|(14<<16)|SPSR_BIT,RNB),
23711 REGDEF(SPSR_hyp,768|(14<<16)|SPSR_BIT,RNB),