llvm-6502/test/CodeGen/Thumb2
2009-06-26 18:07:25 +00:00
..
carry.ll ADC used to implement adde should use "adcs" opcode instead of "adc". 2009-06-26 18:07:25 +00:00
dg.exp
load-global.ll Add Thumb2 pc relative add. 2009-06-24 23:47:58 +00:00
pic-jtbl.ll Add Thumb2 pc relative add. 2009-06-24 23:47:58 +00:00
thumb2-adc2.ll ADC used to implement adde should use "adcs" opcode instead of "adc". 2009-06-26 18:07:25 +00:00
thumb2-adc.ll ADC used to implement adde should use "adcs" opcode instead of "adc". 2009-06-26 18:07:25 +00:00
thumb2-add.ll
thumb2-bic.ll ORN and BIC tests. 2009-06-26 16:20:06 +00:00
thumb2-mov2.ll
thumb2-mov3.ll Currently there is a pattern for the thumb-2 MOV 16-bit immediate instruction. That instruction cannot write the flags so it should use T2I instead of T2sI. 2009-06-26 16:10:07 +00:00
thumb2-mov4.ll Currently there is a pattern for the thumb-2 MOV 16-bit immediate instruction. That instruction cannot write the flags so it should use T2I instead of T2sI. 2009-06-26 16:10:07 +00:00
thumb2-mov.ll
thumb2-mvn.ll Fix spelling of 'count' 2009-06-26 01:33:02 +00:00
thumb2-orn.ll ORN and BIC tests. 2009-06-26 16:20:06 +00:00
thumb2-shifter.ll