Home | History | Annotate | Download | only in ppc32

Lines Matching defs:logical

350     PPC_TWO_I16    = 0x00000006,  // family: arith/logical
351 PPC_SPECIAL = 0x00000007, // family: logical
3856 "PPC integer logical insns with two args",
3861 "PPC integer logical insns with two args with flags update",
3886 "PPC integer logical insns\n with one register + one 16 bits immediate args",
3891 "PPC integer logical insns\n with one register + one 16 bits immediate args with flags update",
3896 "PPC condition register logical insns - two operands",
3911 "PPC integer logical insns with one arg",
3916 "PPC integer logical insns with one arg with flags update",
3921 "PPC logical insns with special forms",
3926 "PPC logical insns with special forms with flags update",
4055 "PPC altivec integer logical insns with three args",
4069 "PPC altivec integer logical insns with two args",
4076 "PPC altivec integer logical insns with one arg",
7341 int arith, logical, compare, ldst;
7370 (type == PPC_LOGICAL && !seln_flags.logical) ||
7518 flags.logical = 0;
7543 } else if (strcmp(tmp, "logical") == 0 || strcmp(tmp, "l") == 0) {
7544 flags.logical = 1;
7614 if (flags.arith == 0 && flags.logical == 0 &&
7617 flags.logical = 1;
7652 flags.logical = 1;
7720 printf(" logical = %d\n", flags.logical);