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

  /external/valgrind/main/VEX/priv/
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_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_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_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_s390_defs.h 173 | op | cc_dep1 | cc_dep2 | cc_ndep |
243 ULong cc_ndep);
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_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_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...]

Completed in 342 milliseconds