Home | History | Annotate | Download | only in config

Lines Matching defs:SPSR_BIT

617 #define SPSR_BIT   (1 << 22)
6229 psr_field = SPSR_BIT;
10096 br = (15<<16) | (inst.operands[1].imm & SPSR_BIT);
13217 inst.instruction |= (br & SPSR_BIT) >> 2;
13221 int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
13236 constraint ((flags & ~SPSR_BIT) != (PSR_c|PSR_f),
13239 inst.instruction |= (flags & SPSR_BIT) >> 2;
13264 int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
13285 inst.instruction |= (flags & SPSR_BIT) >> 2;
23650 REGDEF(spsr_##bank, 768|(base<<16)|SPSR_BIT, t), \
23653 REGDEF(SPSR_##bank, 768|(base<<16)|SPSR_BIT, t)
23704 REGDEF(SPSR_fiq,512|(14<<16)|SPSR_BIT,RNB), REGDEF(spsr_fiq,512|(14<<16)|SPSR_BIT,RNB),
23713 REGDEF(spsr_hyp,768|(14<<16)|SPSR_BIT,RNB),
23714 REGDEF(SPSR_hyp,768|(14<<16)|SPSR_BIT,RNB),