1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib/Target/ARM
Rafael Espindola 1a3020bfcf add shifts to addressing mode 1
llvm-svn: 30291
2006-09-13 12:09:43 +00:00
..
.cvsignore
ARM.h add shifts to addressing mode 1 2006-09-13 12:09:43 +00:00
ARM.td
ARMAsmPrinter.cpp add shifts to addressing mode 1 2006-09-13 12:09:43 +00:00
ARMFrameInfo.h
ARMInstrInfo.cpp add shifts to addressing mode 1 2006-09-13 12:09:43 +00:00
ARMInstrInfo.h
ARMInstrInfo.td add shifts to addressing mode 1 2006-09-13 12:09:43 +00:00
ARMISelDAGToDAG.cpp add shifts to addressing mode 1 2006-09-13 12:09:43 +00:00
ARMRegisterInfo.cpp add shifts to addressing mode 1 2006-09-13 12:09:43 +00:00
ARMRegisterInfo.h
ARMRegisterInfo.td
ARMTargetAsmInfo.cpp Break out target asm info into separate files. 2006-09-07 22:05:02 +00:00
ARMTargetAsmInfo.h Break out target asm info into separate files. 2006-09-07 22:05:02 +00:00
ARMTargetMachine.cpp 1. Remove condition on delete. 2006-09-07 23:39:26 +00:00
ARMTargetMachine.h 1. Remove condition on delete. 2006-09-07 23:39:26 +00:00
Makefile
README.txt

//===---------------------------------------------------------------------===//
// Random ideas for the ARM backend.
//===---------------------------------------------------------------------===//

Consider implementing a select with two conditional moves:

cmp x, y
moveq dst, a
movne dst, b