Home | History | Annotate | Download | only in ppc32

Lines Matching refs:arith

350     PPC_TWO_I16    = 0x00000006,  // family: arith/logical
3836 "PPC integer arith insns with two args",
3841 "PPC integer arith insns with two args with flags update",
3846 "PPC integer arith insns with two args and carry",
3851 "PPC integer arith insns with two args and carry with flags update",
3876 "PPC integer arith insns\n with one register + one 16 bits immediate args",
3881 "PPC integer arith insns\n with one register + one 16 bits immediate args with flags update",
3901 "PPC integer arith insns with one arg and carry",
3906 "PPC integer arith insns with one arg and carry with flags update",
3957 "PPC floating point arith insns with three args",
3964 "PPC floating point arith insns\n with three args with flags update",
3971 "PPC floating point arith insns with two args",
3978 "PPC floating point arith insns\n with two args with flags update",
3992 "PPC floating point arith insns with one arg",
3999 "PPC floating point arith insns\n with one arg with flags update",
4048 "PPC altivec integer arith insns with three args",
4062 "PPC altivec integer arith insns with two args",
4118 "Altivec floating point arith insns with two args",
4125 "Altivec floating point arith insns with three args",
4132 "Altivec floating point arith insns with one arg",
7341 int arith, logical, compare, ldst;
7369 if ((type == PPC_ARITH && !seln_flags.arith) ||
7373 (type == PPC_POPCNT && !seln_flags.arith))
7517 flags.arith = 0;
7541 if (strcmp(tmp, "arith") == 0 || strcmp(tmp, "a") == 0) {
7542 flags.arith = 1;
7614 if (flags.arith == 0 && flags.logical == 0 &&
7616 flags.arith = 1;
7651 flags.arith = 1;
7719 printf(" arith = %d\n", flags.arith);