Searched refs:PSR_c (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-arm.c | 394 #define PSR_c (1 << 0) macro 401 {"CPSR", TRUE, PSR_c | PSR_f}, 402 {"CPSR_all", TRUE, PSR_c | PSR_f}, 403 {"SPSR", FALSE, PSR_c | PSR_f}, 404 {"SPSR_all", FALSE, PSR_c | PSR_f}, 409 {"CPSR_c", TRUE, PSR_c}, 410 {"CPSR_ctl", TRUE, PSR_c}, 411 {"SPSR_c", FALSE, PSR_c}, 412 {"SPSR_ctl", FALSE, PSR_c}, 420 {"CPSR_fc", TRUE, PSR_f | PSR_c}, [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-arm.c | 347 #define PSR_c (1 << 16) macro 3620 psr_field |= (PSR_c | PSR_f); in parse_psr() 5238 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f)) in do_mrs() 5239 != (PSR_c|PSR_f), 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() 8796 {"all", PSR_c | PSR_f}, 8798 {"ctl", PSR_c}, 8802 {"c", PSR_c}, 8808 {"fc", PSR_f | PSR_c}, [all …]
|