Home | History | Annotate | Download | only in priv

Lines Matching full:ppc64

1026         return "PPC64 function redirection stack overflow";
1028 return "PPC64 function redirection stack underflow";
1044 case VexArchPPC64: return "PPC64";
1183 if (c == 0) return "ppc64-int-flt";
1184 if (c == FX) return "ppc64-int-flt-FX";
1185 if (c == GX) return "ppc64-int-flt-GX";
1186 if (c == (FX|GX)) return "ppc64-int-flt-FX-GX";
1187 if (c == V) return "ppc64-int-flt-vmx";
1188 if (c == (V|FX)) return "ppc64-int-flt-vmx-FX";
1189 if (c == (V|GX)) return "ppc64-int-flt-vmx-GX";
1190 if (c == (V|FX|GX)) return "ppc64-int-flt-vmx-FX-GX";
1191 if (c == (V|FX|GX|DFP)) return "ppc64-int-flt-vmx-FX-GX-DFP";
1192 if (c == (V|FX|GX|VX|DFP)) return "ppc64-int-flt-vmx-FX-GX-VX-DFP";