/external/valgrind/main/VEX/priv/ |
guest_x86_defs.h | 86 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep 91 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep 97 UInt cc_dep1, UInt cc_dep2, UInt cc_ndep 220 CC_NDEP. This is a 3rd argument to the operation which is 222 not believe the resulting flags are data-dependent on CC_NDEP 230 CC_NDEP are marked as always defined. 239 definedness of CC_OP or CC_NDEP, we may as well not even bother to 251 However, it is only necessary to set CC_NDEP when the CC_OP value 252 requires it, because Memcheck ignores CC_NDEP, and the evaluation 254 CC_NDEP for suitable values of CC_OP [all...] |
guest_amd64_defs.h | 87 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep 92 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep 98 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep 278 CC_NDEP. This is a 3rd argument to the operation which is 280 not believe the resulting flags are data-dependent on CC_NDEP 288 CC_NDEP are marked as always defined. 297 definedness of CC_OP or CC_NDEP, we may as well not even bother to 309 However, it is only necessary to set CC_NDEP when the CC_OP value 310 requires it, because Memcheck ignores CC_NDEP, and the evaluation 312 CC_NDEP for suitable values of CC_OP [all...] |
guest_x86_helpers.c | 135 /* const */ UInt CC_NDEP = cc_ndep_formal; \ 142 CC_NDEP = CC_NDEP; 194 oldC = CC_NDEP & X86G_CC_MASK_C; \ 219 oldC = CC_NDEP & X86G_CC_MASK_C; \ 263 cf = CC_NDEP & X86G_CC_MASK_C; \ 283 cf = CC_NDEP & X86G_CC_MASK_C; \ 338 = (CC_NDEP & ~(X86G_CC_MASK_O | X86G_CC_MASK_C)) \ 355 = (CC_NDEP & ~(X86G_CC_MASK_O | X86G_CC_MASK_C)) \ 577 UInt cc_ndep ) 1221 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local [all...] |
guest_amd64_helpers.c | 177 /* const */ ULong CC_NDEP = cc_ndep_formal; \ 184 CC_NDEP = CC_NDEP; 236 oldC = CC_NDEP & AMD64G_CC_MASK_C; \ 261 oldC = CC_NDEP & AMD64G_CC_MASK_C; \ 305 cf = CC_NDEP & AMD64G_CC_MASK_C; \ 325 cf = CC_NDEP & AMD64G_CC_MASK_C; \ 380 = (CC_NDEP & ~(AMD64G_CC_MASK_O | AMD64G_CC_MASK_C)) \ 397 = (CC_NDEP & ~(AMD64G_CC_MASK_O | AMD64G_CC_MASK_C)) \ 672 ULong cc_ndep ) 1315 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local [all...] |
guest_amd64_toIR.c | 40 All Puts to CC_OP/CC_DEP1/CC_DEP2/CC_NDEP should really be checked [all...] |
guest_x86_toIR.c | 40 All Puts to CC_OP/CC_DEP1/CC_DEP2/CC_NDEP should really be checked 783 CC_OP/CC_DEP1/CC_DEP2/CC_NDEP. Returns an expression :: 806 CC_OP/CC_DEP1/CC_DEP2/CC_NDEP. Returns an expression :: 830 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 | 491 if (o == GOF(CC_NDEP) && sz == 8) return -1; /* slot used for %BH */ 504 guest state, respectively: CC_OP CC_NDEP DFLAG IDFLAG, since 507 tl_assert(SZB(CC_NDEP) == 8); 512 if (o == 1+ GOF(RBX) && szB == 1) return GOF(CC_NDEP); 605 if (o == GOF(CC_NDEP) && sz == 4) return -1; /* slot used for %BH */ 617 guest state, respectively: CC_OP CC_NDEP DFLAG IDFLAG since none 620 tl_assert(SZB(CC_NDEP) == 4); 624 if (o == 1+ GOF(EBX) && szB == 1) return GOF(CC_NDEP); 722 if (o == GOF(CC_NDEP) && sz == 4) return -1; /* slot unused */ [all...] |
/external/valgrind/main/exp-ptrcheck/ |
h_main.c | [all...] |