/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_arm_helpers.c | 113 UInt cc_dep2, UInt cc_dep3 ) 128 UInt argR = cc_dep2; 136 UInt argR = cc_dep2; 144 UInt argR = cc_dep2; 154 UInt argR = cc_dep2; 175 UInt resHi32 = cc_dep2; 183 cc_op, cc_dep1, cc_dep2, cc_dep3 ); 193 UInt cc_dep2, UInt cc_dep3 ) 208 UInt argR = cc_dep2; 216 UInt argR = cc_dep2; 844 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; local 1080 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local 1130 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; 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; 1343 IRExpr *cond_n_op, *cc_dep1, *cc_dep2 ; \/\/, *cc_ndep; local [all...] |
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 229 CC_DEP1 and CC_DEP2. These are arguments to the operation. 231 data-dependent on both CC_DEP1 and CC_DEP2, hence the 240 flags depends only on (the definedness of) CC_DEP1 and CC_DEP2 249 consideration all passed args except CC_DEP1 and CC_DEP2. 257 CC_DEP1 and CC_DEP2, even if those args are not used given the 258 CC_OP field (eg, CC_DEP2 is not used if CC_OP is CC_LOGIC1/2/4). 261 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; 840 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local 1259 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local [all...] |
guest_amd64_helpers.c | 179 /* const */ ULong CC_DEP2 = cc_dep2_formal; \ 186 CC_DEP2 = CC_DEP2; \ 198 argR = CC_DEP2; \ 219 argR = CC_DEP2; \ 241 argR = CC_DEP2 ^ oldC; \ 266 argR = CC_DEP2 ^ oldC; \ 345 cf = (CC_DEP2 >> (DATA_BITS - 1)) & AMD64G_CC_MASK_C; \ 351 of = lshift(CC_DEP2 ^ CC_DEP1, 12 - DATA_BITS) \ 363 cf = CC_DEP2 & 1; 1044 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local 1780 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 357 CC_DEP1 and CC_DEP2. These are arguments to the operation. 359 data-dependent on both CC_DEP1 and CC_DEP2, hence the 368 flags depends only on (the definedness of) CC_DEP1 and CC_DEP2 377 consideration all passed args except CC_DEP1 and CC_DEP2. 385 CC_DEP1 and CC_DEP2, even if those args are not used given the 386 CC_OP field (eg, CC_DEP2 is not used if CC_OP is CC_LOGIC1/2/4). 389 CC_OP field and CC_DEP1 and CC_DEP2, and so believes that the [all...] |
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 ); 200 CC_DEP1, CC_DEP2, CC_NDEP. These are arguments to the 204 CC_DEP2. Hence the name DEP.
|
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 ); 252 CC_DEP1, CC_DEP2, CC_DEP3. These are arguments to the 256 CC_DEP2. Hence the name DEP.
|
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,
|
guest_arm64_toIR.c | [all...] |
guest_amd64_toIR.c | 40 All Puts to CC_OP/CC_DEP1/CC_DEP2/CC_NDEP should really be checked [all...] |
guest_arm_toIR.c | [all...] |
guest_x86_toIR.c | 40 All Puts to CC_OP/CC_DEP1/CC_DEP2/CC_NDEP should really be checked 782 CC_OP/CC_DEP1/CC_DEP2/CC_NDEP. Returns an expression :: 805 CC_OP/CC_DEP1/CC_DEP2/CC_NDEP. Returns an expression :: 829 CC_OP/CC_DEP1/CC_DEP2/CC_NDEP. Returns an expression :: Ity_I32. */ [all...] |
/external/valgrind/VEX/auxprogs/ |
genoffsets.c | 190 GENOFFSET(S390X,s390x,CC_DEP2);
|
/external/valgrind/coregrind/m_syswrap/ |
syswrap-x86-solaris.c | 225 CC_OP, CC_DEP1, CC_DEP2, CC_NDEP, DFLAG, IDFLAG and ACFLAG guest state 241 /* We want to copy shadow values of CC_DEP1 and CC_DEP2 so we have to tell 448 that case, try to restore the CC_OP, CC_DEP1, CC_DEP2 and CC_NDEP [all...] |
syswrap-main.c | [all...] |
/external/valgrind/memcheck/ |
mc_machine.c | 570 if (o == GOF(CC_DEP2) && sz == 8) return o; [all...] |