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

  /src/external/gpl3/gcc/dist/gcc/config/csky/
csky.cc 5727 bool stm_p = csky_can_use_ldstm (reg_mask, &sreg, &ereg); local
5728 int stm_regs = stm_p ? ereg - sreg + 1 : 0;
5760 if (stm_p)
  /src/external/gpl3/gcc.old/dist/gcc/config/csky/
csky.cc 5720 bool stm_p = csky_can_use_ldstm (reg_mask, &sreg, &ereg); local
5721 int stm_regs = stm_p ? ereg - sreg + 1 : 0;
5753 if (stm_p)

Completed in 34 milliseconds