Home | History | Annotate | Download | only in ppc32

Lines Matching refs:arith

350     PPC_TWO_I16    = 0x00000006,  // family: arith/logical
3824 "PPC integer arith insns with two args",
3829 "PPC integer arith insns with two args with flags update",
3834 "PPC integer arith insns with two args and carry",
3839 "PPC integer arith insns with two args and carry with flags update",
3864 "PPC integer arith insns\n with one register + one 16 bits immediate args",
3869 "PPC integer arith insns\n with one register + one 16 bits immediate args with flags update",
3889 "PPC integer arith insns with one arg and carry",
3894 "PPC integer arith insns with one arg and carry with flags update",
3940 "PPC floating point arith insns with three args",
3947 "PPC floating point arith insns\n with three args with flags update",
3954 "PPC floating point arith insns with two args",
3961 "PPC floating point arith insns\n with two args with flags update",
3975 "PPC floating point arith insns with one arg",
3982 "PPC floating point arith insns\n with one arg with flags update",
4031 "PPC altivec integer arith insns with three args",
4045 "PPC altivec integer arith insns with two args",
4101 "Altivec floating point arith insns with three args",
4108 "Altivec floating point arith insns with two args",
4115 "Altivec floating point arith insns with one arg",
7279 int arith, logical, compare, ldst;
7307 if ((type == PPC_ARITH && !seln_flags.arith) ||
7454 flags.arith = 0;
7478 if (strcmp(tmp, "arith") == 0 || strcmp(tmp, "a") == 0) {
7479 flags.arith = 1;
7551 if (flags.arith == 0 && flags.logical == 0 &&
7553 flags.arith = 1;
7588 flags.arith = 1;
7656 printf(" arith = %d\n", flags.arith);