Home
last modified time | relevance | path

Searched refs:cc_dep1 (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_s390_helpers.c853 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \ argument
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) \ argument
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) \ argument
887 "ipm %[psw]\n\t" : [psw] "=d"(psw), [op1] "+&d"(cc_dep1) \
894 #define S390_CC_FOR_BFP_RESULT(opcode,cc_dep1) \ argument
899 : [op] "f"(cc_dep1) \
916 #define S390_CC_FOR_BFP_CONVERT(opcode,cc_dep1) \ argument
921 : [op] "f"(cc_dep1) \
[all …]
Dguest_arm_helpers.c110 UInt armg_calculate_flag_n ( UInt cc_op, UInt cc_dep1, in armg_calculate_flag_n() argument
120 UInt nf = (cc_dep1 >> ARMG_CC_SHIFT_N) & 1; in armg_calculate_flag_n()
125 UInt argL = cc_dep1; in armg_calculate_flag_n()
133 UInt argL = cc_dep1; in armg_calculate_flag_n()
141 UInt argL = cc_dep1; in armg_calculate_flag_n()
151 UInt argL = cc_dep1; in armg_calculate_flag_n()
161 UInt res = cc_dep1; in armg_calculate_flag_n()
167 UInt res = cc_dep1; in armg_calculate_flag_n()
181 cc_op, cc_dep1, cc_dep2, cc_dep3 ); in armg_calculate_flag_n()
190 UInt armg_calculate_flag_z ( UInt cc_op, UInt cc_dep1, in armg_calculate_flag_z() argument
[all …]
Dguest_x86_helpers.c575 UInt cc_dep1, in x86g_calculate_eflags_all() argument
585 x86g_calculate_eflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep ); in x86g_calculate_eflags_all()
593 UInt cc_dep1, in x86g_calculate_eflags_c() argument
611 return ((UInt)cc_dep1) < ((UInt)cc_dep2) in x86g_calculate_eflags_c()
614 return ((UInt)(cc_dep1 & 0xFFFF)) < ((UInt)(cc_dep2 & 0xFFFF)) in x86g_calculate_eflags_c()
617 return ((UInt)(cc_dep1 & 0xFF)) < ((UInt)(cc_dep2 & 0xFF)) in x86g_calculate_eflags_c()
631 return x86g_calculate_eflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep) in x86g_calculate_eflags_c()
640 UInt cc_dep1, in x86g_calculate_condition() argument
644 UInt eflags = x86g_calculate_eflags_all_WRK(cc_op, cc_dep1, in x86g_calculate_condition()
708 cond, cc_op, cc_dep1, cc_dep2, cc_ndep ); in x86g_calculate_condition()
[all …]
Dguest_arm_defs.h82 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,
Dguest_amd64_helpers.c670 ULong cc_dep1, in amd64g_calculate_rflags_all() argument
680 amd64g_calculate_rflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep ); in amd64g_calculate_rflags_all()
687 ULong cc_dep1, in amd64g_calculate_rflags_c() argument
701 return (cc_dep1 >> AMD64G_CC_SHIFT_C) & 1; in amd64g_calculate_rflags_c()
728 return amd64g_calculate_rflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep) in amd64g_calculate_rflags_c()
737 ULong cc_dep1, in amd64g_calculate_condition() argument
741 ULong rflags = amd64g_calculate_rflags_all_WRK(cc_op, cc_dep1, in amd64g_calculate_condition()
806 cond, cc_op, cc_dep1, cc_dep2, cc_ndep ); in amd64g_calculate_condition()
900 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; in guest_amd64_spechelper() local
904 cc_dep1 = args[2]; in guest_amd64_spechelper()
[all …]
Dguest_x86_defs.h85 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
Dguest_amd64_defs.h86 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
Dguest_s390_defs.h190 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2,