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

  /external/valgrind/main/VEX/priv/
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_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...]

Completed in 30 milliseconds