Searched refs:PSR_f (Results 1 – 2 of 2) sorted by relevance
486 #define PSR_f (1 << 19) macro5824 return psr->field | (lhs ? PSR_f : 0); in parse_psr()5883 psr_field |= PSR_f; in parse_psr()5924 psr_field |= PSR_f; in parse_psr()5931 psr_field |= (PSR_c | PSR_f); in parse_psr()8868 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f)) in do_mrs()8869 != (PSR_c|PSR_f), in do_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()11955 int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_msr()[all …]
1502 (do_t_msr): Likewise. Don't set PSR_f flag here.