/external/valgrind/main/VEX/priv/ |
guest_arm_helpers.c | 110 UInt armg_calculate_flag_n ( UInt cc_op, UInt cc_dep1, 120 UInt nf = (cc_dep1 >> ARMG_CC_SHIFT_N) & 1; 125 UInt argL = cc_dep1; 133 UInt argL = cc_dep1; 141 UInt argL = cc_dep1; 151 UInt argL = cc_dep1; 161 UInt res = cc_dep1; 167 UInt res = cc_dep1; 181 cc_op, cc_dep1, cc_dep2, cc_dep3 ); 190 UInt armg_calculate_flag_z ( UInt cc_op, UInt cc_dep1, 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_s390_helpers.c | 853 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \ 857 "ipm %[psw]\n\t" : [psw] "=d"(psw), [op1] "+d"(cc_dep1) \ 863 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \ 872 "ipm %[psw]\n\t" : [psw] "=d"(psw), [op1] "+&d"(cc_dep1) \ 878 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \ 887 "ipm %[psw]\n\t" : [psw] "=d"(psw), [op1] "+&d"(cc_dep1) \ 894 #define S390_CC_FOR_BFP_RESULT(opcode,cc_dep1) \ 899 : [op] "f"(cc_dep1) \ 916 #define S390_CC_FOR_BFP_CONVERT(opcode,cc_dep1) \ 921 : [op] "f"(cc_dep1) \ 1224 IRExpr *cond_expr, *cc_op_expr, *cc_dep1, *cc_dep2; local [all...] |
guest_x86_helpers.c | 133 /* const */ UInt CC_DEP1 = cc_dep1_formal; \ 152 argL = CC_DEP1; \ 173 argL = CC_DEP1; \ 195 argL = CC_DEP1; \ 220 argL = CC_DEP1; \ 244 pf = parity_table[(UChar)CC_DEP1]; \ 246 zf = ((DATA_UTYPE)CC_DEP1 == 0) << 6; \ 247 sf = lshift(CC_DEP1, 8 - DATA_BITS) & 0x80; \ 260 res = CC_DEP1; \ 280 res = CC_DEP1; \ 802 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local 1221 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local 1295 IRExpr *cc_op, *cc_dep1; \/*, *cc_dep2, *cc_ndep; *\/ local [all...] |
guest_arm_defs.h | 82 UInt armg_calculate_flags_nzcv ( UInt cc_op, UInt cc_dep1, 88 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1, 94 UInt armg_calculate_flag_v ( UInt cc_op, UInt cc_dep1, 101 UInt cc_dep1, 136 CC_DEP1, CC_DEP2, CC_DEP3. These are arguments to the 139 resulting flags are data-dependent on both CC_DEP1 and 143 CC_DEP1/2/3, even if those args are not used given the 146 between the CC_OP field and CC_DEP1/2/3, and so believes
|
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 246 CC_OP field and CC_DEP1 and CC_DEP2, and so believes that the 247 definedness of the stored flags always depends on both CC_DEP1 an [all...] |
guest_amd64_helpers.c | 175 /* const */ ULong CC_DEP1 = cc_dep1_formal; \ 194 argL = CC_DEP1; \ 215 argL = CC_DEP1; \ 237 argL = CC_DEP1; \ 262 argL = CC_DEP1; \ 286 pf = parity_table[(UChar)CC_DEP1]; \ 288 zf = ((DATA_UTYPE)CC_DEP1 == 0) << 6; \ 289 sf = lshift(CC_DEP1, 8 - DATA_BITS) & 0x80; \ 302 res = CC_DEP1; \ 322 res = CC_DEP1; \ 900 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local 1386 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 364 CC_OP field and CC_DEP1 and CC_DEP2, and so believes that the 365 definedness of the stored flags always depends on both CC_DEP1 an [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,
|
guest_amd64_toIR.c | 40 All Puts to CC_OP/CC_DEP1/CC_DEP2/CC_NDEP should really be checked [all...] |
guest_x86_toIR.c | 40 All Puts to CC_OP/CC_DEP1/CC_DEP2/CC_NDEP should really be checked 784 CC_OP/CC_DEP1/CC_DEP2/CC_NDEP. Returns an expression :: 807 CC_OP/CC_DEP1/CC_DEP2/CC_NDEP. Returns an expression :: 831 CC_OP/CC_DEP1/CC_DEP2/CC_NDEP. Returns an expression :: Ity_I32. */ [all...] |
guest_arm_toIR.c | [all...] |
/external/valgrind/main/memcheck/ |
mc_machine.c | 582 if (o == GOF(CC_DEP1) && sz == 8) return o; [all...] |