HomeSort by relevance Sort by last modified time
    Searched full:cc_dep1 (Results 1 - 12 of 12) sorted by null

  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 342 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \
346 "ipm %[psw]\n\t" : [psw] "=d"(psw), [op1] "+d"(cc_dep1) \
352 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \
361 "ipm %[psw]\n\t" : [psw] "=d"(psw), [op1] "+&d"(cc_dep1) \
367 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \
376 "ipm %[psw]\n\t" : [psw] "=d"(psw), [op1] "+&d"(cc_dep1) \
383 #define S390_CC_FOR_BFP_RESULT(opcode,cc_dep1) \
388 : [op] "f"(cc_dep1) \
405 #define S390_CC_FOR_BFP_CONVERT(opcode,cc_dep1) \
410 : [op] "f"(cc_dep1) \
724 IRExpr *cond_expr, *cc_op_expr, *cc_dep1, *cc_dep2; local
    [all...]
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
752 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
802 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; 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_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
1361 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [all...]
guest_arm_defs.h 83 UInt armg_calculate_flags_nzcv ( UInt cc_op, UInt cc_dep1,
89 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1,
95 UInt armg_calculate_flag_v ( UInt cc_op, UInt cc_dep1,
102 UInt cc_dep1,
137 CC_DEP1, CC_DEP2, CC_DEP3. These are arguments to the
140 resulting flags are data-dependent on both CC_DEP1 and
144 CC_DEP1/2/3, even if those args are not used given the
147 between the CC_OP field and CC_DEP1/2/3, and so believes
guest_x86_defs.h 86 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
91 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
97 UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
215 CC_DEP1 and CC_DEP2. These are arguments to the operation.
217 data-dependent on both CC_DEP1 and CC_DEP2, hence the
226 flags depends only on (the definedness of) CC_DEP1 and CC_DEP2
235 consideration all passed args except CC_DEP1 and CC_DEP2.
243 CC_DEP1 and CC_DEP2, even if those args are not used given the
247 CC_OP field and CC_DEP1 and CC_DEP2, and so believes that the
248 definedness of the stored flags always depends on both CC_DEP1 an
    [all...]
guest_amd64_defs.h 87 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
92 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
98 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
273 CC_DEP1 and CC_DEP2. These are arguments to the operation.
275 data-dependent on both CC_DEP1 and CC_DEP2, hence the
284 flags depends only on (the definedness of) CC_DEP1 and CC_DEP2
293 consideration all passed args except CC_DEP1 and CC_DEP2.
301 CC_DEP1 and CC_DEP2, even if those args are not used given the
305 CC_OP field and CC_DEP1 and CC_DEP2, and so believes that the
306 definedness of the stored flags always depends on both CC_DEP1 an
    [all...]
guest_s390_defs.h 135 | op | cc_dep1 | cc_dep2 | cc_ndep |
180 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
783 CC_OP/CC_DEP1/CC_DEP2/CC_NDEP. Returns an expression ::
806 CC_OP/CC_DEP1/CC_DEP2/CC_NDEP. Returns an expression ::
830 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 574 if (o == GOF(CC_DEP1) && sz == 8) return o;
    [all...]

Completed in 619 milliseconds