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

  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 342 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \
347 : [op2] "d"(cc_dep2) \
352 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \
356 cc_dep2 = cc_dep2 ^ cc_ndep; \
362 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
367 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \
371 cc_dep2 = cc_dep2 ^ cc_ndep; \
377 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep)
724 IRExpr *cond_expr, *cc_op_expr, *cc_dep1, *cc_dep2; local
    [all...]
guest_arm_helpers.c 111 UInt cc_dep2, UInt cc_dep3 )
126 UInt argR = cc_dep2;
134 UInt argR = cc_dep2;
142 UInt argR = cc_dep2;
152 UInt argR = cc_dep2;
173 UInt resHi32 = cc_dep2;
181 cc_op, cc_dep1, cc_dep2, cc_dep3 );
191 UInt cc_dep2, UInt cc_dep3 )
206 UInt argR = cc_dep2;
214 UInt argR = cc_dep2;
584 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; local
752 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
802 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_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;
900 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1361 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_s390_defs.h 135 | op | cc_dep1 | cc_dep2 | cc_ndep |
180 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2,
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...]

Completed in 70 milliseconds