Skip to content

Commit

Permalink
x86: Don't set ZF for various GC* instructions.
Browse files Browse the repository at this point in the history
There are probably not any hot paths that would need to optimize
checking the result against zero.
  • Loading branch information
bsdjhb committed Jul 6, 2023
1 parent b242f6a commit a5dfa33
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions insn-x86-64/gcbase.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ \subsubsection*{Description}

\subsubsection*{Flags Affected}

ZF is set to 1 if the result is zero. The CF, PF, AF, SF, and OF
flags are undefined.
None
3 changes: 1 addition & 2 deletions insn-x86-64/gchi.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ \subsubsection*{Description}

\subsubsection*{Flags Affected}

ZF is set to 1 if the result is zero. The CF, PF, AF, SF, and OF
flags are undefined.
None
3 changes: 1 addition & 2 deletions insn-x86-64/gclen.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ \subsubsection*{Description}

\subsubsection*{Flags Affected}

ZF is set to 1 if the result is zero. The CF, PF, AF, SF, and OF
flags are undefined.
None
3 changes: 1 addition & 2 deletions insn-x86-64/gcoff.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ \subsubsection*{Description}

\subsubsection*{Flags Affected}

ZF is set to 1 if the result is zero. The CF, PF, AF, SF, and OF
flags are undefined.
None
3 changes: 1 addition & 2 deletions insn-x86-64/gcperm.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ \subsubsection*{Description}

\subsubsection*{Flags Affected}

ZF is set to 1 if the result is zero. The CF, PF, AF, SF, and OF
flags are undefined.
None

0 comments on commit a5dfa33

Please sign in to comment.