Home
last modified time | relevance | path

Searched refs:SPSR_BIT (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c480 #define SPSR_BIT (1 << 22) macro
5775 psr_field = SPSR_BIT; in parse_psr()
8871 br = (15<<16) | (inst.operands[1].imm & SPSR_BIT); in do_mrs()
11909 inst.instruction |= (br & SPSR_BIT) >> 2; in do_t_mrs()
11913 int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_mrs()
11927 constraint ((flags & ~SPSR_BIT) != (PSR_c|PSR_f), in do_t_mrs()
11930 inst.instruction |= (flags & SPSR_BIT) >> 2; in do_t_mrs()
11955 int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_msr()
11975 inst.instruction |= (flags & SPSR_BIT) >> 2; in do_t_msr()
17892 REGDEF(spsr_##bank, 768|(base<<16)|SPSR_BIT, t), \
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-00016161 * config/tc-arm.c (do_mrs): Allow SPSR_BIT to be set correctly.