HomeSort by: relevance | last modified time | path
    Searched defs:PSR_f (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 623 #define PSR_f (1 << 19)
6276 have been handled already). Do that by setting the PSR_f field
6278 return psr->field | (lhs ? PSR_f : 0);
6337 psr_field |= PSR_f;
6377 psr_field |= PSR_f;
6384 psr_field |= (PSR_c | PSR_f);
10090 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f))
10091 != (PSR_c|PSR_f),
10101 "{C|S}PSR_f, #expression". */
13218 int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 623 #define PSR_f (1 << 19)
6275 have been handled already). Do that by setting the PSR_f field
6277 return psr->field | (lhs ? PSR_f : 0);
6336 psr_field |= PSR_f;
6376 psr_field |= PSR_f;
6383 psr_field |= (PSR_c | PSR_f);
10093 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f))
10094 != (PSR_c|PSR_f),
10104 "{C|S}PSR_f, #expression". */
13221 int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT)
    [all...]

Completed in 44 milliseconds