| /src/usr.sbin/ldpd/ |
| ldp_errors.c | 164 union mpls_shim ms2; local 166 ms2.s_addr = ntohl(smpls->smpls_addr.s_addr); 167 snprintf(ret, sizeof(ret), "%d", ms2.shim.label);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-mt.c | 97 ms2 130 else if (strcmp (arg, "ms2") == 0) 135 mt_arch = ms2; 156 fprintf (stream, _(" -march=ms2 allow ms2 instructions \n")); 258 if (mt_mach == ms2 96 ms2 enumerator in enum:mt_architectures
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-mt.c | 97 ms2 130 else if (strcmp (arg, "ms2") == 0) 135 mt_arch = ms2; 156 fprintf (stream, _(" -march=ms2 allow ms2 instructions \n")); 258 if (mt_mach == ms2 96 ms2 enumerator in enum:mt_architectures
|
| /src/sys/arch/hppa/hppa/ |
| db_disasm.c | 984 #define Ms2(i) ((Rsa(i)<<1)+(SinglePrec(i)?((Rsa(i)>15)?1:32):0)) 2206 fsreg[Ms1(w)], fsreg[Ms2(w)], fsreg[Mt(w)], 2210 fdreg[Ms1(w)], fdreg[Ms2(w)], fdreg[Mt(w)], 2220 *ms2 = SinglePrec(w) ? fsreg[Ms2(w)] : fdreg[Ms2(w)], local 2227 ((SinglePrec(w)) ? "sgl" : "dbl"), ms1, ms2, mt); 2230 ((SinglePrec(w)) ? "sgl" : "dbl"), ms1, ms2, mt, as, ad);
|