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

  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-md-auxiliary.cc 2454 int enable4; local
2480 enable4 = nds32_regno_to_enable4 (regno);
2481 sprintf (buff, "smw.bi%s\t$sp, [%%0], $sp, %x", update_base, enable4);
2497 int enable4; local
2524 enable4 = nds32_regno_to_enable4 (regno)
2526 sprintf (buff, "smw.bi%s\t$sp, [%%0], $sp, %x", update_base, enable4);
2530 enable4 = nds32_regno_to_enable4 (regno + 1);
2531 sprintf (buff, "smw.bi%s\t%%1, [%%0], %%1, %x", update_base, enable4);
2547 int enable4; local
2572 enable4 = nds32_regno_to_enable4 (regno)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-md-auxiliary.cc 2454 int enable4; local
2480 enable4 = nds32_regno_to_enable4 (regno);
2481 sprintf (buff, "smw.bi%s\t$sp, [%%0], $sp, %x", update_base, enable4);
2497 int enable4; local
2524 enable4 = nds32_regno_to_enable4 (regno)
2526 sprintf (buff, "smw.bi%s\t$sp, [%%0], $sp, %x", update_base, enable4);
2530 enable4 = nds32_regno_to_enable4 (regno + 1);
2531 sprintf (buff, "smw.bi%s\t%%1, [%%0], %%1, %x", update_base, enable4);
2547 int enable4; local
2572 enable4 = nds32_regno_to_enable4 (regno)
    [all...]

Completed in 27 milliseconds