Home | History | Annotate | Download | only in ppc64

Lines Matching refs:ldst

364     PPC_LD_ARGS    = 0x00000008,  // family: ldst
365 PPC_LDX_ARGS = 0x00000009, // family: ldst
366 PPC_ST_ARGS = 0x0000000A, // family: ldst
367 PPC_STX_ARGS = 0x0000000B, // family: ldst
7469 int arith, logical, compare, ldst;
7500 (type == PPC_LDST && !seln_flags.ldst) ||
7656 flags.ldst = 0;
7684 flags.ldst = 1;
7751 flags.compare == 0 && flags.ldst == 0) {
7755 flags.ldst = 1;
7792 flags.ldst = 0;
7818 flags.ldst = 1;
7825 flags.ldst = 1;
7832 flags.ldst = 1;
7840 flags.ldst = 1;
7847 flags.ldst = 1;
7893 printf(" ldst = %d\n", flags.ldst);