Lines Matching refs:integer

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",
3936 "PPC integer logical insns with two args",
3941 "PPC integer logical insns with two args with flags update",
3946 "PPC integer compare insns (two args)",
3951 "PPC integer compare with immediate insns (two args)",
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",
3966 "PPC integer logical insns\n with one register + one 16 bits immediate args",
3971 "PPC integer logical 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",
3991 "PPC integer logical insns with one arg",
3996 "PPC integer logical insns with one arg with flags update",
4011 "PPC integer load insns\n with one register + one 16 bits immediate args with flags update",
4016 "PPC integer load insns with two register args",
4021 "PPC integer store insns\n with one register + one 16 bits immediate args with flags update",
4026 "PPC integer store insns with three register args",
4031 "PPC integer population count with one register args, no flags",
4128 "PPC altivec integer arith insns with three args",
4135 "PPC altivec integer logical insns with three args",
4142 "PPC altivec integer arith insns with two args",
4149 "PPC altivec integer logical insns with two args",
4156 "PPC altivec integer logical insns with one arg",
4163 "Altivec integer compare insns",
4170 "Altivec integer compare insns with flags update",
4177 "Altivec integer special insns",
7449 int integer, floats, p405, altivec, faltivec, misc;
7484 if ((family == PPC_INTEGER && !seln_flags.integer) ||
7602 "\t-i: test integer instructions (default)\n"
7633 flags.integer = 0;
7667 if (strcmp(tmp, "integer") == 0 || strcmp(tmp, "i") == 0) {
7668 flags.integer = 1;
7734 if (flags.integer == 0 && flags.floats == 0 &&
7736 flags.integer = 1;
7769 flags.integer = 0;
7781 flags.integer = 1;
7794 flags.integer = 1;
7841 printf(" integer = %d\n", flags.integer);