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

  /external/valgrind/main/VEX/priv/
guest_arm_helpers.c 70 UInt cc_dep2, UInt cc_dep3 )
79 UInt argR = cc_dep2;
95 UInt argR = cc_dep2;
111 UInt argR = cc_dep2;
128 UInt argR = cc_dep2;
145 UInt shco = cc_dep2;
167 UInt resHi32 = cc_dep2;
180 cc_op, cc_dep1, cc_dep2, cc_dep3 );
190 UInt cc_dep2, UInt cc_dep3 )
192 UInt r = armg_calculate_flags_nzcv(cc_op, cc_dep1, cc_dep2, cc_dep3)
336 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_dep3; local
    [all...]
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
215 CC_DEP1 and CC_DEP2. These are arguments to the operation.
217 data-dependent on both CC_DEP1 and CC_DEP2, hence the
226 flags depends only on (the definedness of) CC_DEP1 and CC_DEP2
235 consideration all passed args except CC_DEP1 and CC_DEP2.
243 CC_DEP1 and CC_DEP2, even if those args are not used given the
244 CC_OP field (eg, CC_DEP2 is not used if CC_OP is CC_LOGIC1/2/4).
247 CC_OP field and CC_DEP1 and CC_DEP2, and so believes that the
    [all...]
guest_amd64_helpers.c 176 /* const */ ULong CC_DEP2 = cc_dep2_formal; \
183 CC_DEP2 = CC_DEP2; \
195 argR = CC_DEP2; \
216 argR = CC_DEP2; \
238 argR = CC_DEP2 ^ oldC; \
263 argR = CC_DEP2 ^ oldC; \
342 cf = (CC_DEP2 >> (DATA_BITS - 1)) & AMD64G_CC_MASK_C; \
348 of = lshift(CC_DEP2 ^ CC_DEP1, 12 - DATA_BITS) \
360 cf = CC_DEP2 & 1;
899 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1315 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [all...]
guest_x86_helpers.c 134 /* const */ UInt CC_DEP2 = cc_dep2_formal; \
141 CC_DEP2 = CC_DEP2; \
153 argR = CC_DEP2; \
174 argR = CC_DEP2; \
196 argR = CC_DEP2 ^ oldC; \
221 argR = CC_DEP2 ^ oldC; \
300 cf = (CC_DEP2 >> (DATA_BITS - 1)) & X86G_CC_MASK_C; \
306 of = lshift(CC_DEP2 ^ CC_DEP1, 12 - DATA_BITS) \
318 cf = CC_DEP2 & 1;
802 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1221 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [all...]
guest_arm_defs.h 84 UInt cc_dep2, UInt cc_dep3 );
90 UInt cc_dep2, UInt cc_dep3 );
96 UInt cc_dep2, UInt cc_dep3 );
103 UInt cc_dep2, UInt cc_dep3 );
137 CC_DEP1, CC_DEP2, CC_DEP3. These are arguments to the
141 CC_DEP2. Hence the name DEP.
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
273 CC_DEP1 and CC_DEP2. These are arguments to the operation.
275 data-dependent on both CC_DEP1 and CC_DEP2, hence the
284 flags depends only on (the definedness of) CC_DEP1 and CC_DEP2
293 consideration all passed args except CC_DEP1 and CC_DEP2.
301 CC_DEP1 and CC_DEP2, even if those args are not used given the
302 CC_OP field (eg, CC_DEP2 is not used if CC_OP is CC_LOGIC1/2/4).
305 CC_OP field and CC_DEP1 and CC_DEP2, and so believes that the
    [all...]
guest_amd64_toIR.c 40 All Puts to CC_OP/CC_DEP1/CC_DEP2/CC_NDEP should really be checked
    [all...]
guest_arm_toIR.c     [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...]
  /external/valgrind/main/memcheck/
mc_machine.c 488 if (o == GOF(CC_DEP2) && sz == 8) return o;
602 if (o == GOF(CC_DEP2) && sz == 4) return o;
720 if (o == GOF(CC_DEP2) && sz == 4) return o;
    [all...]
  /external/valgrind/main/exp-ptrcheck/
h_main.c     [all...]

Completed in 115 milliseconds