Lines Matching refs:machine
938 /* Set the default machine type. */
941 as_warn (_("could not set architecture and machine"));
946 as_warn (_("could not set architecture and machine"));
1285 /* If the instruction is not available on the current machine
1287 if (opcode->machine
1288 && !(opcode->machine == AM33_2 && HAVE_AM33_2)
1289 && !(opcode->machine == AM33 && HAVE_AM33)
1290 && !(opcode->machine == AM30 && HAVE_AM30))
2444 as_warn (_("could not set architecture and machine"));