Searched refs:xnack (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.cc167 /* The xnack option is a placeholder, for now. */
5261 const char *xnack = (flag_xnack ? "+xnack" : ""); local
5268 const char *xnack = (flag_xnack ? ":xnack+" : ":xnack-"); local
5274 xnack = "";
5281 xnack, sram_ecc
5284 sram_ecc, xnack
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c3647 strcat (buf, ", xnack on");
3662 int xnack, sramecc;
3664 xnack = e_flags & EF_AMDGPU_FEATURE_XNACK_V4;
3665 switch (xnack)
3671 strcat (buf, ", xnack any");
3675 strcat (buf, ", xnack off");
3679 strcat (buf, ", xnack on");
3683 sprintf (buf, _(", <unknown xnack value: %#x>"), xnack);
3659 int xnack, sramecc; local
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c4586 out = stpcpy (out, ", xnack on");
4599 int xnack, sramecc;
4601 xnack = e_flags & EF_AMDGPU_FEATURE_XNACK_V4;
4602 switch (xnack)
4608 out = stpcpy (out, ", xnack any");
4612 out = stpcpy (out, ", xnack off");
4616 out = stpcpy (out, ", xnack on");
4620 out += sprintf (out, _(", <unknown xnack value: %#x>"), xnack);
4596 int xnack, sramecc; local

Completed in 282 milliseconds