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

  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn.cc 167 /* The xnack option is a placeholder, for now. */
169 sorry ("XNACK support");
5261 const char *xnack = (flag_xnack ? "+xnack" : ""); local
5267 XNACK. */
5268 const char *xnack = (flag_xnack ? ":xnack+" : ":xnack-"); local
5274 xnack = "";
5281 xnack, sram_ec
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc 167 /* gfx803 "Fiji", gfx1030 and gfx1100 do not support XNACK. */
186 /* There's no need for XNACK on devices without USM, and there are register
6574 const char *xnack = (flag_xnack == HSACO_ATTR_ON ? ":xnack+" local
6575 : flag_xnack == HSACO_ATTR_OFF ? ":xnack-"
6586 xnack = "";
6609 xnack = "";
6614 xnack = "";
6619 xnack = "";
6624 xnack = ""
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 5334 out = stpcpy (out, ", xnack on");
5347 int xnack, sramecc;
5349 xnack = e_flags & EF_AMDGPU_FEATURE_XNACK_V4;
5350 switch (xnack)
5356 out = stpcpy (out, ", xnack any");
5360 out = stpcpy (out, ", xnack off");
5364 out = stpcpy (out, ", xnack on");
5368 out += sprintf (out, _(", <unknown xnack value: %#x>"), xnack);
5344 int xnack, sramecc; local
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 4950 out = stpcpy (out, ", xnack on");
4963 int xnack, sramecc;
4965 xnack = e_flags & EF_AMDGPU_FEATURE_XNACK_V4;
4966 switch (xnack)
4972 out = stpcpy (out, ", xnack any");
4976 out = stpcpy (out, ", xnack off");
4980 out = stpcpy (out, ", xnack on");
4984 out += sprintf (out, _(", <unknown xnack value: %#x>"), xnack);
4960 int xnack, sramecc; local

Completed in 41 milliseconds