Home | History | Annotate | Download | only in ppc32

Lines Matching defs:integer

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",
3947 "PPC integer logical insns with two args",
3952 "PPC integer logical insns with two args with flags update",
3957 "PPC integer compare insns (two args)",
3962 "PPC integer compare with immediate insns (two args)",
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",
3977 "PPC integer logical insns\n with one register + one 16 bits immediate args",
3982 "PPC integer logical 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",
4002 "PPC integer logical insns with one arg",
4007 "PPC integer logical insns with one arg with flags update",
4022 "PPC integer load insns\n with one register + one 16 bits immediate args with flags update",
4027 "PPC integer load insns with two register args",
4032 "PPC integer store insns\n with one register + one 16 bits immediate args with flags update",
4037 "PPC integer store insns with three register args",
4042 "PPC integer population count with one register args, no flags",
4139 "PPC altivec integer arith insns with three args",
4146 "PPC altivec integer logical insns with three args",
4153 "PPC altivec integer arith insns with two args",
4160 "PPC altivec integer logical insns with two args",
4167 "PPC altivec integer logical insns with one arg",
4174 "Altivec integer compare insns",
4181 "Altivec integer compare insns with flags update",
4188 "Altivec integer special insns",
7470 int integer, floats, p405, altivec, faltivec, misc;
7505 if ((family == PPC_INTEGER && !seln_flags.integer) ||
7623 "\t-i: test integer instructions (default)\n"
7654 flags.integer = 0;
7688 if (strcmp(tmp, "integer") == 0 || strcmp(tmp, "i") == 0) {
7689 flags.integer = 1;
7755 if (flags.integer == 0 && flags.floats == 0 &&
7757 flags.integer = 1;
7790 flags.integer = 0;
7802 flags.integer = 1;
7815 flags.integer = 1;
7862 printf(" integer = %d\n", flags.integer);