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

  /external/valgrind/VEX/priv/
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_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_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...]

Completed in 143 milliseconds