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

  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 960 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \
965 : [op2] "d"(cc_dep2) \
970 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \
974 cc_dep2 = cc_dep2 ^ cc_ndep; \
980 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
985 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \
989 cc_dep2 = cc_dep2 ^ cc_ndep; \
995 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep)
1845 IRExpr *cond_expr, *cc_op_expr, *cc_dep1, *cc_dep2; local
    [all...]
guest_arm64_helpers.c 116 ULong cc_dep2, ULong cc_dep3 )
127 UInt argR = (UInt)cc_dep2;
135 ULong argR = cc_dep2;
143 UInt argR = (UInt)cc_dep2;
151 ULong argR = cc_dep2;
159 UInt argR = cc_dep2;
169 ULong argR = cc_dep2;
179 UInt argR = cc_dep2;
189 ULong argR = cc_dep2;
216 //ZZ UInt resHi32 = cc_dep2;
728 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [all...]
guest_arm_helpers.c 112 UInt cc_dep2, UInt cc_dep3 )
127 UInt argR = cc_dep2;
135 UInt argR = cc_dep2;
143 UInt argR = cc_dep2;
153 UInt argR = cc_dep2;
174 UInt resHi32 = cc_dep2;
182 cc_op, cc_dep1, cc_dep2, cc_dep3 );
192 UInt cc_dep2, UInt cc_dep3 )
207 UInt argR = cc_dep2;
215 UInt argR = cc_dep2;
585 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; local
771 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
821 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [all...]
guest_arm_defs.h 86 UInt cc_dep2, UInt cc_dep3 );
92 UInt cc_dep2, UInt cc_dep3 );
98 UInt cc_dep2, UInt cc_dep3 );
105 UInt cc_dep2, UInt cc_dep3 );
139 CC_DEP1, CC_DEP2, CC_DEP3. These are arguments to the
143 CC_DEP2. Hence the name DEP.
guest_arm64_defs.h 84 ULong cc_dep2, ULong cc_dep3 );
90 ULong cc_dep2, ULong cc_dep3 );
96 //ZZ UInt cc_dep2, UInt cc_dep3 );
104 ULong cc_dep2, ULong cc_dep3 );
139 CC_DEP1, CC_DEP2, CC_NDEP. These are arguments to the
143 CC_DEP2. Hence the name DEP.
guest_x86_defs.h 90 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
95 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
101 UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
218 CC_DEP1 and CC_DEP2. These are arguments to the operation.
220 data-dependent on both CC_DEP1 and CC_DEP2, hence the
229 flags depends only on (the definedness of) CC_DEP1 and CC_DEP2
238 consideration all passed args except CC_DEP1 and CC_DEP2.
246 CC_DEP1 and CC_DEP2, even if those args are not used given the
247 CC_OP field (eg, CC_DEP2 is not used if CC_OP is CC_LOGIC1/2/4).
250 CC_OP field and CC_DEP1 and CC_DEP2, and so believes that the
    [all...]
guest_x86_helpers.c 135 /* const */ UInt CC_DEP2 = cc_dep2_formal; \
142 CC_DEP2 = CC_DEP2; \
154 argR = CC_DEP2; \
175 argR = CC_DEP2; \
197 argR = CC_DEP2 ^ oldC; \
222 argR = CC_DEP2 ^ oldC; \
301 cf = (CC_DEP2 >> (DATA_BITS - 1)) & X86G_CC_MASK_C; \
307 of = lshift(CC_DEP2 ^ CC_DEP1, 12 - DATA_BITS) \
319 cf = CC_DEP2 & 1;
803 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1222 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [all...]
guest_amd64_defs.h 91 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
96 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
102 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
339 CC_DEP1 and CC_DEP2. These are arguments to the operation.
341 data-dependent on both CC_DEP1 and CC_DEP2, hence the
350 flags depends only on (the definedness of) CC_DEP1 and CC_DEP2
359 consideration all passed args except CC_DEP1 and CC_DEP2.
367 CC_DEP1 and CC_DEP2, even if those args are not used given the
368 CC_OP field (eg, CC_DEP2 is not used if CC_OP is CC_LOGIC1/2/4).
371 CC_OP field and CC_DEP1 and CC_DEP2, and so believes that the
    [all...]
guest_amd64_helpers.c 177 /* const */ ULong CC_DEP2 = cc_dep2_formal; \
184 CC_DEP2 = CC_DEP2; \
196 argR = CC_DEP2; \
217 argR = CC_DEP2; \
239 argR = CC_DEP2 ^ oldC; \
264 argR = CC_DEP2 ^ oldC; \
343 cf = (CC_DEP2 >> (DATA_BITS - 1)) & AMD64G_CC_MASK_C; \
349 of = lshift(CC_DEP2 ^ CC_DEP1, 12 - DATA_BITS) \
361 cf = CC_DEP2 & 1;
979 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1475 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [all...]
guest_s390_defs.h 173 | op | cc_dep1 | cc_dep2 | cc_ndep |
242 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2,

Completed in 176 milliseconds