Home | History | Annotate | Download | only in ppc32

Lines Matching refs:arith

351     PPC_TWO_I16    = 0x00000006,  // family: arith/logical
3916 "PPC integer arith insns with two args",
3921 "PPC integer arith insns with two args with flags update",
3926 "PPC integer arith insns with two args and carry",
3931 "PPC integer arith insns with two args and carry with flags update",
3956 "PPC integer arith insns\n with one register + one 16 bits immediate args",
3961 "PPC integer arith insns\n with one register + one 16 bits immediate args with flags update",
3981 "PPC integer arith insns with one arg and carry",
3986 "PPC integer arith insns with one arg and carry with flags update",
4037 "PPC floating point arith insns with three args",
4044 "PPC floating point arith insns\n with three args with flags update",
4051 "PPC floating point arith insns with two args",
4058 "PPC floating point arith insns\n with two args with flags update",
4072 "PPC floating point arith insns with one arg",
4079 "PPC floating point arith insns\n with one arg with flags update",
4128 "PPC altivec integer arith insns with three args",
4142 "PPC altivec integer arith insns with two args",
4198 "Altivec floating point arith insns with two args",
4205 "Altivec floating point arith insns with three args",
4212 "Altivec floating point arith insns with one arg",
7448 int arith, logical, compare, ldst;
7476 if ((type == PPC_ARITH && !seln_flags.arith) ||
7480 (type == PPC_POPCNT && !seln_flags.arith))
7629 flags.arith = 0;
7653 if (strcmp(tmp, "arith") == 0 || strcmp(tmp, "a") == 0) {
7654 flags.arith = 1;
7726 if (flags.arith == 0 && flags.logical == 0 &&
7728 flags.arith = 1;
7764 flags.arith = 1;
7836 printf(" arith = %d\n", flags.arith);