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 arithmetic instructions (default)\n"
7624 "\t-l: test integer logical instructions (default)\n"
7625 "\t-c: test integer compare instructions (default)\n"
7626 "\t-L: test integer load/store instructions (default)\n"
7657 flags.integer = 0;
7691 if (strcmp(tmp, "integer") == 0 || strcmp(tmp, "i") == 0) {
7692 flags.integer = 1;
7758 if (flags.integer == 0 && flags.floats == 0 &&
7760 flags.integer = 1;
7794 flags.integer = 0;
7807 flags.integer = 1;
7811 flags.integer = 1;
7815 flags.integer = 1;
7819 flags.integer = 1;
7848 flags.integer = 1;
7895 printf(" integer = %d\n", flags.integer);