HomeSort by relevance Sort by last modified time
    Searched refs:cc_dep1 (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) \
966 "ipm %[psw]\n\t" : [psw] "=d"(psw), [op1] "+d"(cc_dep1) \
972 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \
981 "ipm %[psw]\n\t" : [psw] "=d"(psw), [op1] "+&d"(cc_dep1) \
987 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \
996 "ipm %[psw]\n\t" : [psw] "=d"(psw), [op1] "+&d"(cc_dep1) \
1003 #define S390_CC_FOR_BFP_RESULT(opcode,cc_dep1) \
1008 : [op] "f"(cc_dep1) \
1025 #define S390_CC_FOR_BFP_CONVERT_AUX(opcode,cc_dep1,rounding_mode) \
1030 : [op] "f"(cc_dep1) \
1847 IRExpr *cond_expr, *cc_op_expr, *cc_dep1, *cc_dep2; local
2384 IRExpr *cc_op_expr, *cc_dep1; local
    [all...]
guest_arm64_helpers.c 115 ULong arm64g_calculate_flag_n ( ULong cc_op, ULong cc_dep1,
121 ULong nf = (cc_dep1 >> ARM64G_CC_SHIFT_N) & 1;
126 UInt argL = (UInt)cc_dep1;
134 ULong argL = cc_dep1;
142 UInt argL = (UInt)cc_dep1;
150 ULong argL = cc_dep1;
158 UInt argL = cc_dep1;
168 ULong argL = cc_dep1;
178 UInt argL = cc_dep1;
188 ULong argL = cc_dep1;
743 IRExpr *cond_n_op, *cc_dep1, *cc_dep2 ; \/\/, *cc_ndep; local
    [all...]
guest_arm_helpers.c 111 UInt armg_calculate_flag_n ( UInt cc_op, UInt cc_dep1,
121 UInt nf = (cc_dep1 >> ARMG_CC_SHIFT_N) & 1;
126 UInt argL = cc_dep1;
134 UInt argL = cc_dep1;
142 UInt argL = cc_dep1;
152 UInt argL = cc_dep1;
162 UInt res = cc_dep1;
168 UInt res = cc_dep1;
182 cc_op, cc_dep1, cc_dep2, cc_dep3 );
191 UInt armg_calculate_flag_z ( UInt cc_op, UInt cc_dep1,
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 86 UInt armg_calculate_flags_nzcv ( UInt cc_op, UInt cc_dep1,
92 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1,
98 UInt armg_calculate_flag_v ( UInt cc_op, UInt cc_dep1,
105 UInt cc_dep1,
140 CC_DEP1, CC_DEP2, CC_DEP3. These are arguments to the
143 resulting flags are data-dependent on both CC_DEP1 and
147 CC_DEP1/2/3, even if those args are not used given the
150 between the CC_OP field and CC_DEP1/2/3, and so believes
guest_arm64_defs.h 84 ULong arm64g_calculate_flags_nzcv ( ULong cc_op, ULong cc_dep1,
90 ULong arm64g_calculate_flag_c ( ULong cc_op, ULong cc_dep1,
96 //ZZ UInt armg_calculate_flag_v ( UInt cc_op, UInt cc_dep1,
104 ULong cc_dep1,
145 CC_DEP1, CC_DEP2, CC_NDEP. These are arguments to the
148 resulting flags are data-dependent on both CC_DEP1 and
152 CC_DEP1/2 and NDEP, even if those args are not used given the CC_OP
155 the CC_OP field and CC_DEP1/2/NDEP, and so believes that the
guest_x86_helpers.c 134 /* const */ UInt CC_DEP1 = cc_dep1_formal; \
153 argL = CC_DEP1; \
174 argL = CC_DEP1; \
196 argL = CC_DEP1; \
221 argL = CC_DEP1; \
245 pf = parity_table[(UChar)CC_DEP1]; \
247 zf = ((DATA_UTYPE)CC_DEP1 == 0) << 6; \
248 sf = lshift(CC_DEP1, 8 - DATA_BITS) & 0x80; \
261 res = CC_DEP1; \
281 res = CC_DEP1; \
840 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1259 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
1333 IRExpr *cc_op, *cc_dep1; \/*, *cc_dep2, *cc_ndep; *\/ local
    [all...]
guest_amd64_helpers.c 178 /* const */ ULong CC_DEP1 = cc_dep1_formal; \
197 argL = CC_DEP1; \
218 argL = CC_DEP1; \
240 argL = CC_DEP1; \
265 argL = CC_DEP1; \
289 pf = parity_table[(UChar)CC_DEP1]; \
291 zf = ((DATA_UTYPE)CC_DEP1 == 0) << 6; \
292 sf = lshift(CC_DEP1, 8 - DATA_BITS) & 0x80; \
305 res = CC_DEP1; \
325 res = CC_DEP1; \
1018 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1698 IRExpr *cc_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
261 CC_OP field and CC_DEP1 and CC_DEP2, and so believes that the
262 definedness of the stored flags always depends on both CC_DEP1 an
    [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
389 CC_OP field and CC_DEP1 and CC_DEP2, and so believes that the
390 definedness of the stored flags always depends on both CC_DEP1 an
    [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 598 milliseconds