Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-arm.c531 #define PSR_c (1 << 16) macro
5970 psr_field |= (PSR_c | PSR_f); in parse_psr()
9130 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f)) in do_mrs()
9131 != (PSR_c|PSR_f), in do_mrs()
12215 int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_mrs()
12230 constraint ((flags & ~SPSR_BIT) != (PSR_c|PSR_f), in do_t_mrs()
12258 int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_msr()
18710 {"all", PSR_c | PSR_f},
18712 {"ctl", PSR_c},
18716 {"c", PSR_c},
[all …]