• Home
  • Raw
  • Download

Lines Matching refs:cc_dep2

577                                  UInt cc_dep2,  in x86g_calculate_eflags_all()  argument
586 x86g_calculate_eflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep ); in x86g_calculate_eflags_all()
595 UInt cc_dep2, in x86g_calculate_eflags_c() argument
612 return ((UInt)cc_dep1) < ((UInt)cc_dep2) in x86g_calculate_eflags_c()
615 return ((UInt)(cc_dep1 & 0xFFFF)) < ((UInt)(cc_dep2 & 0xFFFF)) in x86g_calculate_eflags_c()
618 return ((UInt)(cc_dep1 & 0xFF)) < ((UInt)(cc_dep2 & 0xFF)) in x86g_calculate_eflags_c()
632 return x86g_calculate_eflags_all_WRK(cc_op,cc_dep1,cc_dep2,cc_ndep) in x86g_calculate_eflags_c()
642 UInt cc_dep2, in x86g_calculate_condition() argument
646 cc_dep2, cc_ndep); in x86g_calculate_condition()
709 cond, cc_op, cc_dep1, cc_dep2, cc_ndep ); in x86g_calculate_condition()
840 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; in guest_x86_spechelper() local
845 cc_dep2 = args[3]; in guest_x86_spechelper()
853 binop(Iop_Add32, cc_dep1, cc_dep2), in guest_x86_spechelper()
862 binop(Iop_CmpEQ32, cc_dep1, cc_dep2)); in guest_x86_spechelper()
867 binop(Iop_CmpNE32, cc_dep1, cc_dep2)); in guest_x86_spechelper()
874 binop(Iop_CmpLT32S, cc_dep1, cc_dep2)); in guest_x86_spechelper()
881 binop(Iop_CmpLT32S, cc_dep1, cc_dep2)), in guest_x86_spechelper()
889 binop(Iop_CmpLE32S, cc_dep1, cc_dep2)); in guest_x86_spechelper()
897 binop(Iop_CmpLE32S, cc_dep1, cc_dep2)), in guest_x86_spechelper()
905 binop(Iop_CmpLE32U, cc_dep1, cc_dep2)); in guest_x86_spechelper()
912 binop(Iop_CmpLE32U, cc_dep1, cc_dep2)), in guest_x86_spechelper()
920 binop(Iop_CmpLT32U, cc_dep1, cc_dep2)); in guest_x86_spechelper()
927 binop(Iop_CmpLT32U, cc_dep1, cc_dep2)), in guest_x86_spechelper()
935 binop(Iop_Sub32, cc_dep1, cc_dep2), in guest_x86_spechelper()
943 binop(Iop_Sub32, cc_dep1, cc_dep2), in guest_x86_spechelper()
955 unop(Iop_32to16,cc_dep2))); in guest_x86_spechelper()
962 unop(Iop_32to16,cc_dep2))); in guest_x86_spechelper()
972 unop(Iop_32to8,cc_dep2))); in guest_x86_spechelper()
979 unop(Iop_32to8,cc_dep2))); in guest_x86_spechelper()
988 binop(Iop_And32,cc_dep2,mkU32(0xFF)), in guest_x86_spechelper()
993 && isU32(cc_dep2, 0)) { in guest_x86_spechelper()
1007 && isU32(cc_dep2, 0)) { in guest_x86_spechelper()
1259 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; in guest_x86_spechelper() local
1263 cc_dep2 = args[2]; in guest_x86_spechelper()
1269 binop(Iop_CmpLT32U, cc_dep1, cc_dep2)); in guest_x86_spechelper()
1276 binop(Iop_And32,cc_dep2,mkU32(0xFF)))); in guest_x86_spechelper()
1301 binop(Iop_Add32, cc_dep1, cc_dep2), in guest_x86_spechelper()