1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/lib
Evan Cheng a9176b38f9 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
2006-11-17 22:10:14 +00:00
..
Analysis
AsmParser
Bytecode
CodeGen
Debugger
ExecutionEngine
Linker
Support
System
Target For unsigned 8-bit division. Use movzbw to set the lower 8 bits of AX while 2006-11-17 22:10:14 +00:00
Transforms
VMCore
Makefile