Home | History | Annotate | Download | only in ppc64

Lines Matching refs:nb_args

127 /* Used in do_tests, indexed by flags->nb_args
3823 unsigned int nb_args, type, family;
3852 nb_args = all_tests[i].flags & PPC_NB_ARGS_MASK;
3854 if ((nb_args == 1 && !seln_flags.one_arg) ||
3855 (nb_args == 2 && !seln_flags.two_args) ||
3856 (nb_args == 3 && !seln_flags.three_args) ||
3857 (nb_args == 4 && !seln_flags.four_args) ||
3858 (nb_args == 5 && !seln_flags.cmp_args) ||
3859 (nb_args == 6 && !seln_flags.ld_args) ||
3860 (nb_args == 7 && !seln_flags.st_args) ||
3861 (nb_args == 8 && !seln_flags.one_imed_args))
3911 switch(nb_args) {
3922 nb_args);
3927 switch(nb_args) {
3938 nb_args);
3955 switch(nb_args) {
3961 printf("ERROR: PPC_ALTIVEC, PPC_ARITH, unhandled number of arguments. 0x%08x\n", nb_args);
3963 } /* switch (PPC_ARITH, nb_args) */
3967 switch(nb_args) {
3989 printf("ERROR: PPC_ALTIVEC, PPC_LOGICAL, unhandled number of arguments. 0x%08x\n", nb_args);
3991 } /* switch(PPC_INSERTEXTRACT, nb_args) */
3995 switch(nb_args) {
4005 printf("ERROR: PPC_ALTIVEC, PPC_INSERTEXTRACT, unhandled number of arguments. 0x%08x\n", nb_args);
4007 } /* switch(PPC_INSERTEXTRACT, nb_args) */
4015 switch(nb_args) {
4027 printf("ERROR: PPC_ALTIVEC, PPC_LDST, unhandled number of arguments. 0x%08x\n", nb_args);
4029 } /* switch(PPC_LDST, nb_args) */
4043 switch(nb_args) {
4051 printf("ERROR: PPC_MISC, unhandled number of arguments. 0x%08x\n", nb_args);
4053 } /* switch(PPC_MISC, nb_args) */
4059 switch(nb_args) {
4065 printf("ERROR: PPC_ALTIVEC_QUAD, PPC_LOGICAL, unhandled number of arguments. 0x%08x\n", nb_args);
4067 } /* switch(PPC_LOGICAL, nb_args) */
4087 switch(nb_args) {
4101 printf("ERROR: PPC_ALTIVEC_DOUBLE, PPC_COMPARE, unhandled number of arguments. 0x%08x\n", nb_args);
4103 } /* switch(PPC_COMPARE, nb_args) */