| commit | 5f6fa428fafb37b97273b7c3bc17f1eda8743200 | [log] [tgz] |
|---|---|---|
| author | Manman Ren <mren@apple.com> | Mon Jul 09 18:57:12 2012 +0000 |
| committer | Manman Ren <mren@apple.com> | Mon Jul 09 18:57:12 2012 +0000 |
| tree | d060e193912194b7a51cc423bfe63e82c52ebbc9 | |
| parent | ad0bb8e3617ef256c7765aab3cdd6c7d5bec18a8 [diff] |
X86: implement functions to analyze & synthesize CMOV|SET|Jcc getCondFromSETOpc, getCondFromCMovOpc, getSETFromCond, getCMovFromCond No functional change intended. If we want to update the condition code of CMOV|SET|Jcc, we first analyze the opcode to get the condition code, then update the condition code, finally synthesize the new opcode form the new condition code. llvm-svn: 159955