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

  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2-ldstwm.sml 31 mlton -output a.out /path/to/gcc/config/nios2/nios2-ldstwm.sml
32 ./a.out >/path/to/gcc/config/nios2/ldstwm.md
127 val ldstwm = (if ldst=ld then "ldwm" else "stwm"); value
128 val name = "*cdx_" ^ ldstwm ^ (Int.toString n) ^
161 val asm_template = ldstwm ^ "\\\\t{" ^ (opnds n) ^ "}" ^
180 " [(match_parallel 0 \"" ^ ldstwm ^ "_operation\"\n" ^
185 " [(set_attr \"type\" \"" ^ ldstwm ^ "\")])\n\n"
233 " This file was automatically generated using nios2-ldstwm.sml.\n" ^
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2-ldstwm.sml 31 mlton -output a.out /path/to/gcc/config/nios2/nios2-ldstwm.sml
32 ./a.out >/path/to/gcc/config/nios2/ldstwm.md
127 val ldstwm = (if ldst=ld then "ldwm" else "stwm"); value
128 val name = "*cdx_" ^ ldstwm ^ (Int.toString n) ^
161 val asm_template = ldstwm ^ "\\\\t{" ^ (opnds n) ^ "}" ^
180 " [(match_parallel 0 \"" ^ ldstwm ^ "_operation\"\n" ^
185 " [(set_attr \"type\" \"" ^ ldstwm ^ "\")])\n\n"
233 " This file was automatically generated using nios2-ldstwm.sml.\n" ^

Completed in 28 milliseconds