Searched refs:new_carry_flag (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_amd64.h191 /* Set the carry flag in the given state to 'new_carry_flag', which
195 LibVEX_GuestAMD64_put_rflag_c ( ULong new_carry_flag,
H A Dlibvex_guest_x86.h282 /* Set the carry flag in the given state to 'new_carry_flag', which
286 LibVEX_GuestX86_put_eflag_c ( UInt new_carry_flag,
/external/valgrind/main/VEX/priv/
H A Dguest_x86_helpers.c738 LibVEX_GuestX86_put_eflag_c ( UInt new_carry_flag, argument
747 if (new_carry_flag & 1) {
H A Dguest_amd64_helpers.c914 LibVEX_GuestAMD64_put_rflag_c ( ULong new_carry_flag, argument
923 if (new_carry_flag & 1) {

Completed in 102 milliseconds