Home | History | Annotate | Download | only in ppc32

Lines Matching refs:ldst

352     PPC_LD_ARGS    = 0x00000008,  // family: ldst
353 PPC_LDX_ARGS = 0x00000009, // family: ldst
354 PPC_ST_ARGS = 0x0000000A, // family: ldst
355 PPC_STX_ARGS = 0x0000000B, // family: ldst
7341 int arith, logical, compare, ldst;
7372 (type == PPC_LDST && !seln_flags.ldst) ||
7520 flags.ldst = 0;
7548 flags.ldst = 1;
7615 flags.compare == 0 && flags.ldst == 0) {
7619 flags.ldst = 1;
7654 flags.ldst = 1;
7722 printf(" ldst = %d\n", flags.ldst);