HomeSort by relevance Sort by last modified time
    Searched full:cc_ndep (Results 1 - 17 of 17) sorted by null

  /external/valgrind/main/none/tests/x86/
shift_ndep.c 4 /* Test whether a shift by zero properly preserves the CC_NDEP thunk. */
14 CC_NDEP. Then we left shift %x by a variable amount that happens
20 If instead the shift clears CC_NDEP (as it would legally do if
  /external/valgrind/main/VEX/priv/
guest_x86_defs.h 90 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
95 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
101 UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
223 CC_NDEP. This is a 3rd argument to the operation which is
225 not believe the resulting flags are data-dependent on CC_NDEP
233 CC_NDEP are marked as always defined.
242 definedness of CC_OP or CC_NDEP, we may as well not even bother to
254 However, it is only necessary to set CC_NDEP when the CC_OP value
255 requires it, because Memcheck ignores CC_NDEP, and the evaluation
257 CC_NDEP for suitable values of CC_OP
    [all...]
guest_s390_helpers.c 970 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \
974 cc_dep2 = cc_dep2 ^ cc_ndep; \
980 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
985 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \
989 cc_dep2 = cc_dep2 ^ cc_ndep; \
991 "lgfr 0,%[op3]\n\t" /* first load cc_ndep */ \
995 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
    [all...]
guest_amd64_defs.h 91 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
96 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
102 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
344 CC_NDEP. This is a 3rd argument to the operation which is
346 not believe the resulting flags are data-dependent on CC_NDEP
354 CC_NDEP are marked as always defined.
363 definedness of CC_OP or CC_NDEP, we may as well not even bother to
375 However, it is only necessary to set CC_NDEP when the CC_OP value
376 requires it, because Memcheck ignores CC_NDEP, and the evaluation
378 CC_NDEP for suitable values of CC_OP
    [all...]
guest_x86_helpers.c 136 /* const */ UInt CC_NDEP = cc_ndep_formal; \
143 CC_NDEP = CC_NDEP;
195 oldC = CC_NDEP & X86G_CC_MASK_C; \
220 oldC = CC_NDEP & X86G_CC_MASK_C; \
264 cf = CC_NDEP & X86G_CC_MASK_C; \
284 cf = CC_NDEP & X86G_CC_MASK_C; \
339 = (CC_NDEP & ~(X86G_CC_MASK_O | X86G_CC_MASK_C)) \
356 = (CC_NDEP & ~(X86G_CC_MASK_O | X86G_CC_MASK_C)) \
578 UInt cc_ndep )
1222 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [all...]
guest_arm_helpers.c 585 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; local
590 cc_ndep = args[3];
665 binop(Iop_CmpNE32, cc_ndep, mkU32(0)),
771 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
776 cc_ndep = args[3];
801 binop(Iop_CmpNE32, cc_ndep, mkU32(0)),
821 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
826 cc_ndep = args[3];
831 return cc_ndep;
872 binop(Iop_Xor32, cc_ndep, mkU32(1))
    [all...]
guest_arm64_helpers.c 728 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; local
733 cc_ndep = args[3];
888 binop(Iop_CmpNE64, cc_ndep, mkU64(0)),
907 binop(Iop_CmpNE64, cc_ndep, mkU64(0)),
    [all...]
guest_s390_defs.h 173 | op | cc_dep1 | cc_dep2 | cc_ndep |
243 ULong cc_ndep);
guest_amd64_helpers.c 178 /* const */ ULong CC_NDEP = cc_ndep_formal; \
185 CC_NDEP = CC_NDEP;
237 oldC = CC_NDEP & AMD64G_CC_MASK_C; \
262 oldC = CC_NDEP & AMD64G_CC_MASK_C; \
306 cf = CC_NDEP & AMD64G_CC_MASK_C; \
326 cf = CC_NDEP & AMD64G_CC_MASK_C; \
381 = (CC_NDEP & ~(AMD64G_CC_MASK_O | AMD64G_CC_MASK_C)) \
398 = (CC_NDEP & ~(AMD64G_CC_MASK_O | AMD64G_CC_MASK_C)) \
751 ULong cc_ndep )
1475 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [all...]
guest_arm64_defs.h 139 CC_DEP1, CC_DEP2, CC_NDEP. These are arguments to the
guest_amd64_toIR.c 40 All Puts to CC_OP/CC_DEP1/CC_DEP2/CC_NDEP should really be checked
    [all...]
guest_arm64_toIR.c     [all...]
guest_x86_toIR.c 40 All Puts to CC_OP/CC_DEP1/CC_DEP2/CC_NDEP should really be checked
782 CC_OP/CC_DEP1/CC_DEP2/CC_NDEP. Returns an expression ::
805 CC_OP/CC_DEP1/CC_DEP2/CC_NDEP. Returns an expression ::
829 CC_OP/CC_DEP1/CC_DEP2/CC_NDEP. Returns an expression :: Ity_I32. */
    [all...]
guest_arm_toIR.c     [all...]
  /external/valgrind/main/memcheck/
mc_machine.c 596 if (o == GOF(CC_NDEP) && sz == 8) return -1; /* slot used for %BH */
610 guest state, respectively: CC_OP CC_NDEP DFLAG IDFLAG, since
613 tl_assert(SZB(CC_NDEP) == 8);
618 if (o == 1+ GOF(RBX) && szB == 1) return GOF(CC_NDEP);
    [all...]
  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 191 GENOFFSET(S390X,s390x,CC_NDEP);
  /external/valgrind/main/
NEWS     [all...]

Completed in 645 milliseconds