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

  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c 133 /* const */ UInt CC_DEP1 = cc_dep1_formal; \
152 argL = CC_DEP1; \
173 argL = CC_DEP1; \
195 argL = CC_DEP1; \
220 argL = CC_DEP1; \
244 pf = parity_table[(UChar)CC_DEP1]; \
246 zf = ((DATA_UTYPE)CC_DEP1 == 0) << 6; \
247 sf = lshift(CC_DEP1, 8 - DATA_BITS) & 0x80; \
260 res = CC_DEP1; \
280 res = CC_DEP1; \
802 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1221 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
1295 IRExpr *cc_op, *cc_dep1; \/*, *cc_dep2, *cc_ndep; *\/ local
    [all...]
guest_arm_helpers.c 69 UInt armg_calculate_flags_nzcv ( UInt cc_op, UInt cc_dep1,
75 return cc_dep1;
78 UInt argL = cc_dep1;
94 UInt argL = cc_dep1;
110 UInt argL = cc_dep1;
127 UInt argL = cc_dep1;
144 UInt res = cc_dep1;
155 UInt res = cc_dep1;
166 UInt resLo32 = cc_dep1;
180 cc_op, cc_dep1, cc_dep2, cc_dep3 )
336 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_dep3; local
    [all...]
guest_amd64_helpers.c 175 /* const */ ULong CC_DEP1 = cc_dep1_formal; \
194 argL = CC_DEP1; \
215 argL = CC_DEP1; \
237 argL = CC_DEP1; \
262 argL = CC_DEP1; \
286 pf = parity_table[(UChar)CC_DEP1]; \
288 zf = ((DATA_UTYPE)CC_DEP1 == 0) << 6; \
289 sf = lshift(CC_DEP1, 8 - DATA_BITS) & 0x80; \
302 res = CC_DEP1; \
322 res = CC_DEP1; \
899 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1315 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [all...]
guest_arm_defs.h 83 UInt armg_calculate_flags_nzcv ( UInt cc_op, UInt cc_dep1,
89 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1,
95 UInt armg_calculate_flag_v ( UInt cc_op, UInt cc_dep1,
102 UInt cc_dep1,
137 CC_DEP1, CC_DEP2, CC_DEP3. These are arguments to the
140 resulting flags are data-dependent on both CC_DEP1 and
144 CC_DEP1/2/3, even if those args are not used given the
147 between the CC_OP field and CC_DEP1/2/3, and so believes
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
247 CC_OP field and CC_DEP1 and CC_DEP2, and so believes that the
248 definedness of the stored flags always depends on both CC_DEP1 an
    [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
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
305 CC_OP field and CC_DEP1 and CC_DEP2, and so believes that the
306 definedness of the stored flags always depends on both CC_DEP1 an
    [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 487 if (o == GOF(CC_DEP1) && sz == 8) return o;
601 if (o == GOF(CC_DEP1) && sz == 4) return o;
719 if (o == GOF(CC_DEP1) && sz == 4) return o;
    [all...]
  /external/valgrind/main/exp-ptrcheck/
h_main.c     [all...]

Completed in 603 milliseconds