Skip to content
Commit 9e8093ae authored by Evan Cheng's avatar Evan Cheng
Browse files

For unsigned 8-bit division. Use movzbw to set the lower 8 bits of AX while

clearing the upper 8-bits instead of issuing two instructions. This also
eliminates the need to target the AH register which can be problematic on
x86-64.

llvm-svn: 31832
parent de5fa025
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment