/external/valgrind/main/VEX/priv/ |
guest_s390_helpers.c | 853 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \ 858 : [op2] "d"(cc_dep2) \ 863 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \ 867 cc_dep2 = cc_dep2 ^ cc_ndep; \ 873 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \ 878 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \ 882 cc_dep2 = cc_dep2 ^ cc_ndep; \ 888 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) 1224 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 770 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local 820 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local [all...] |
guest_arm_defs.h | 83 UInt cc_dep2, UInt cc_dep3 ); 89 UInt cc_dep2, UInt cc_dep3 ); 95 UInt cc_dep2, UInt cc_dep3 ); 102 UInt cc_dep2, UInt cc_dep3 ); 136 CC_DEP1, CC_DEP2, CC_DEP3. These are arguments to the 140 CC_DEP2. Hence the name DEP.
|
guest_x86_defs.h | 85 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep 90 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep 96 UInt cc_dep1, UInt cc_dep2, UInt cc_ndep 214 CC_DEP1 and CC_DEP2. These are arguments to the operation. 216 data-dependent on both CC_DEP1 and CC_DEP2, hence the 225 flags depends only on (the definedness of) CC_DEP1 and CC_DEP2 234 consideration all passed args except CC_DEP1 and CC_DEP2. 242 CC_DEP1 and CC_DEP2, even if those args are not used given the 243 CC_OP field (eg, CC_DEP2 is not used if CC_OP is CC_LOGIC1/2/4). 246 CC_OP field and CC_DEP1 and CC_DEP2, and so believes that the [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_amd64_defs.h | 86 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep 91 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep 97 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep 332 CC_DEP1 and CC_DEP2. These are arguments to the operation. 334 data-dependent on both CC_DEP1 and CC_DEP2, hence the 343 flags depends only on (the definedness of) CC_DEP1 and CC_DEP2 352 consideration all passed args except CC_DEP1 and CC_DEP2. 360 CC_DEP1 and CC_DEP2, even if those args are not used given the 361 CC_OP field (eg, CC_DEP2 is not used if CC_OP is CC_LOGIC1/2/4). 364 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 1386 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local [all...] |
guest_s390_defs.h | 146 | op | cc_dep1 | cc_dep2 | cc_ndep | 190 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2,
|