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

  /external/valgrind/VEX/priv/
guest_s390_helpers.c 962 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \
967 : [op2] "d"(cc_dep2) \
972 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \
976 cc_dep2 = cc_dep2 ^ cc_ndep; \
982 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
987 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \
991 cc_dep2 = cc_dep2 ^ cc_ndep; \
997 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep)
1847 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;
743 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
821 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
871 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [all...]
guest_arm_defs.h 87 UInt cc_dep2, UInt cc_dep3 );
93 UInt cc_dep2, UInt cc_dep3 );
99 UInt cc_dep2, UInt cc_dep3 );
106 UInt cc_dep2, UInt cc_dep3 );
140 CC_DEP1, CC_DEP2, CC_DEP3. These are arguments to the
144 CC_DEP2. Hence the name DEP.
guest_arm64_defs.h 85 ULong cc_dep2, ULong cc_dep3 );
91 ULong cc_dep2, ULong cc_dep3 );
97 //ZZ UInt cc_dep2, UInt cc_dep3 );
105 ULong cc_dep2, ULong cc_dep3 );
145 CC_DEP1, CC_DEP2, CC_NDEP. These are arguments to the
149 CC_DEP2. Hence the name DEP.
guest_x86_defs.h 91 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
96 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
102 UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
219 CC_DEP1 and CC_DEP2. These are arguments to the operation.
221 data-dependent on both CC_DEP1 and CC_DEP2, hence the
230 flags depends only on (the definedness of) CC_DEP1 and CC_DEP2
239 consideration all passed args except CC_DEP1 and CC_DEP2.
247 CC_DEP1 and CC_DEP2, even if those args are not used given the
248 CC_OP field (eg, CC_DEP2 is not used if CC_OP is CC_LOGIC1/2/4).
251 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
1659 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [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 92 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
97 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
103 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
342 CC_DEP1 and CC_DEP2. These are arguments to the operation.
344 data-dependent on both CC_DEP1 and CC_DEP2, hence the
353 flags depends only on (the definedness of) CC_DEP1 and CC_DEP2
362 consideration all passed args except CC_DEP1 and CC_DEP2.
370 CC_DEP1 and CC_DEP2, even if those args are not used given the
371 CC_OP field (eg, CC_DEP2 is not used if CC_OP is CC_LOGIC1/2/4).
374 CC_OP field and CC_DEP1 and CC_DEP2, and so believes that the
    [all...]
guest_s390_defs.h 174 | op | cc_dep1 | cc_dep2 | cc_ndep |
243 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2,

Completed in 93 milliseconds