Lines Matching refs:arith
362 PPC_TWO_I16 = 0x00000006, // family: arith/logical
3927 "PPC integer arith insns with two args",
3932 "PPC integer arith insns with two args with flags update",
3937 "PPC integer arith insns with two args and carry",
3942 "PPC integer arith insns with two args and carry with flags update",
3967 "PPC integer arith insns\n with one register + one 16 bits immediate args",
3972 "PPC integer arith insns\n with one register + one 16 bits immediate args with flags update",
3992 "PPC integer arith insns with one arg and carry",
3997 "PPC integer arith insns with one arg and carry with flags update",
4048 "PPC floating point arith insns with three args",
4055 "PPC floating point arith insns\n with three args with flags update",
4062 "PPC floating point arith insns with two args",
4069 "PPC floating point arith insns\n with two args with flags update",
4083 "PPC floating point arith insns with one arg",
4090 "PPC floating point arith insns\n with one arg with flags update",
4139 "PPC altivec integer arith insns with three args",
4153 "PPC altivec integer arith insns with two args",
4209 "Altivec floating point arith insns with two args",
4216 "Altivec floating point arith insns with three args",
4223 "Altivec floating point arith insns with one arg",
7469 int arith, logical, compare, ldst;
7497 if ((type == PPC_ARITH && !seln_flags.arith) ||
7501 (type == PPC_POPCNT && !seln_flags.arith))
7650 flags.arith = 0;
7674 if (strcmp(tmp, "arith") == 0 || strcmp(tmp, "a") == 0) {
7675 flags.arith = 1;
7747 if (flags.arith == 0 && flags.logical == 0 &&
7749 flags.arith = 1;
7785 flags.arith = 1;
7857 printf(" arith = %d\n", flags.arith);