Searched refs:SPSR_BIT (Results 1 – 4 of 4) sorted by relevance
344 #define SPSR_BIT (1 << 22) macro3580 psr_field = SPSR_BIT; in parse_psr()5242 inst.instruction |= (inst.operands[1].imm & SPSR_BIT); in do_mrs()7500 flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_mrs()7513 constraint ((flags & ~SPSR_BIT) != (PSR_c|PSR_f), in do_t_mrs()7518 inst.instruction |= (flags & SPSR_BIT) >> 2; in do_t_mrs()7543 inst.instruction |= (flags & SPSR_BIT) >> 2; in do_t_msr()7544 inst.instruction |= (flags & ~SPSR_BIT) >> 8; in do_t_msr()
389 #define SPSR_BIT (1 << 22) macro3541 inst.instruction |= SPSR_BIT;4083 inst.instruction |= SPSR_BIT;
6171 * config/tc-arm.c (do_mrs): Allow SPSR_BIT to be set correctly.