Home | History | Annotate | Download | only in ppc32

Lines Matching refs:logical

362     PPC_TWO_I16    = 0x00000006,  // family: arith/logical
363 PPC_SPECIAL = 0x00000007, // family: logical
3947 "PPC integer logical insns with two args",
3952 "PPC integer logical insns with two 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",
3987 "PPC condition register logical insns - two operands",
4002 "PPC integer logical insns with one arg",
4007 "PPC integer logical insns with one arg with flags update",
4012 "PPC logical insns with special forms",
4017 "PPC logical insns with special forms with flags update",
4146 "PPC altivec integer logical insns with three args",
4160 "PPC altivec integer logical insns with two args",
4167 "PPC altivec integer logical insns with one arg",
7469 int arith, logical, compare, ldst;
7498 (type == PPC_LOGICAL && !seln_flags.logical) ||
7624 "\t-l: test integer logical instructions (default)\n"
7654 flags.logical = 0;
7679 } else if (strcmp(tmp, "logical") == 0 || strcmp(tmp, "l") == 0) {
7680 flags.logical = 1;
7750 if (flags.arith == 0 && flags.logical == 0 &&
7753 flags.logical = 1;
7774 ./jm-insns -l => int logical insns
7790 flags.logical = 0;
7810 flags.logical = 1;
7823 flags.logical = 1;
7830 flags.logical = 1;
7838 flags.logical = 1;
7845 flags.logical = 1;
7891 printf(" logical = %d\n", flags.logical);