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

  /external/valgrind/VEX/priv/
guest_s390_helpers.c 972 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \
976 cc_dep2 = cc_dep2 ^ cc_ndep; \
982 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
987 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \
991 cc_dep2 = cc_dep2 ^ cc_ndep; \
993 "lgfr 0,%[op3]\n\t" /* first load cc_ndep */ \
997 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
    [all...]
guest_x86_defs.h 91 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
96 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
102 UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
224 CC_NDEP. This is a 3rd argument to the operation which is
226 not believe the resulting flags are data-dependent on CC_NDEP
234 CC_NDEP are marked as always defined.
243 definedness of CC_OP or CC_NDEP, we may as well not even bother to
255 However, it is only necessary to set CC_NDEP when the CC_OP value
256 requires it, because Memcheck ignores CC_NDEP, and the evaluation
258 CC_NDEP for suitable values of CC_OP
    [all...]
guest_amd64_defs.h 92 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
97 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
103 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
347 CC_NDEP. This is a 3rd argument to the operation which is
349 not believe the resulting flags are data-dependent on CC_NDEP
357 CC_NDEP are marked as always defined.
366 definedness of CC_OP or CC_NDEP, we may as well not even bother to
378 However, it is only necessary to set CC_NDEP when the CC_OP value
379 requires it, because Memcheck ignores CC_NDEP, and the evaluation
381 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)),
821 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
826 cc_ndep = args[3];
851 binop(Iop_CmpNE32, cc_ndep, mkU32(0)),
871 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
876 cc_ndep = args[3];
881 return cc_ndep;
922 binop(Iop_Xor32, cc_ndep, mkU32(1))
    [all...]
guest_s390_defs.h 174 | op | cc_dep1 | cc_dep2 | cc_ndep |
244 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_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 )
1659 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [all...]

Completed in 42 milliseconds