Searched defs:cc_dep1 (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_s390_helpers.c | 342 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \ argument 352 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 367 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \ argument 383 #define S390_CC_FOR_BFP_RESULT(opcode,cc_dep1) \ argument 405 #define S390_CC_FOR_BFP_CONVERT(opcode,cc_dep1) \ argument 427 #define S390_CC_FOR_BFP_TDC(opcode,cc_dep1,cc_dep2) \ argument 438 #define S390_CC_FOR_BFP128_TDC(cc_dep1,cc_dep2,cc_ndep) \ argument 459 s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep) in s390_calculate_cc() 724 IRExpr *cond_expr, *cc_op_expr, *cc_dep1, *cc_dep2; in guest_s390x_spechelper() local
|
D | guest_arm_helpers.c | 110 UInt armg_calculate_flag_n ( UInt cc_op, UInt cc_dep1, in armg_calculate_flag_n() 190 UInt armg_calculate_flag_z ( UInt cc_op, UInt cc_dep1, in armg_calculate_flag_z() 271 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1, in armg_calculate_flag_c() 352 UInt armg_calculate_flag_v ( UInt cc_op, UInt cc_dep1, in armg_calculate_flag_v() 436 UInt armg_calculate_flags_nzcv ( UInt cc_op, UInt cc_dep1, in armg_calculate_flags_nzcv() 470 UInt cc_dep1, in armg_calculate_condition() 584 IRExpr *cond_n_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local 752 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local 802 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_arm_spechelper() local
|
D | guest_x86_helpers.c | 575 UInt cc_dep1, in x86g_calculate_eflags_all() 593 UInt cc_dep1, in x86g_calculate_eflags_c() 640 UInt cc_dep1, in x86g_calculate_condition() 802 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; in guest_x86_spechelper() local 1221 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_x86_spechelper() local 1295 IRExpr *cc_op, *cc_dep1; /*, *cc_dep2, *cc_ndep; */ in guest_x86_spechelper() local
|
D | guest_amd64_helpers.c | 670 ULong cc_dep1, in amd64g_calculate_rflags_all() 687 ULong cc_dep1, in amd64g_calculate_rflags_c() 737 ULong cc_dep1, in amd64g_calculate_condition() 900 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; in guest_amd64_spechelper() local 1361 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_amd64_spechelper() local
|