llvm-project/llvm/test/CodeGen/CSKY
Zi Xuan Wu a190fcdfcc [CSKY] Add inline asm constraints and related codegen support
There are kinds of inline asm constraints and corresponding register class or register as following.

 'b': mGPRRegClass
 'v': sGPRRegClass
 'w': sFPR32RegClass or sFPR64RegClass
 'c': C register
 'z': R14 register
 'h': HI register
 'l': LO register
 'y': HI or LO register

It also adds codegen test for inline-asm including constraints, clobbers and abi names.
2022-02-07 17:45:37 +08:00
..
fpu [CSKY] Add floating operation support including float and double 2022-01-27 15:54:04 +08:00
base-i.ll [CSKY] Complete codegen of basic arithmetic and load/store operations 2021-12-09 11:40:20 +08:00
br.ll [CSKY] Add floating operation support including float and double 2022-01-27 15:54:04 +08:00
call.ll [CSKY] Lower leaf DAG node such as global symbol, frame address and jumptable, etc. 2022-01-10 14:35:07 +08:00
cmp-i.ll [CSKY] Add codegen of select/br/cmp instruction and some frame lowering infra 2022-01-05 15:59:03 +08:00
cvt-i.ll [CSKY] Complete codegen of basic arithmetic and load/store operations 2021-12-09 11:40:20 +08:00
frameaddr-returnaddr.ll [CSKY] Lower leaf DAG node such as global symbol, frame address and jumptable, etc. 2022-01-10 14:35:07 +08:00
indirectbr.ll [CSKY] Add CSKYConstantIslands Pass to lift or duplicate constant pool entry 2022-01-11 16:17:11 +08:00
inline-asm-abi-names.ll [CSKY] Add inline asm constraints and related codegen support 2022-02-07 17:45:37 +08:00
inline-asm-clobbers.ll [CSKY] Add inline asm constraints and related codegen support 2022-02-07 17:45:37 +08:00
inline-asm-d-constraint-f.ll [CSKY] Add inline asm constraints and related codegen support 2022-02-07 17:45:37 +08:00
inline-asm-f-constraint-f.ll [CSKY] Add inline asm constraints and related codegen support 2022-02-07 17:45:37 +08:00
inline-asm-float-abi-names.ll [CSKY] Add inline asm constraints and related codegen support 2022-02-07 17:45:37 +08:00
inline-asm-invalid.ll [CSKY] Add inline asm constraints and related codegen support 2022-02-07 17:45:37 +08:00
inline-asm.ll [CSKY] Add inline asm constraints and related codegen support 2022-02-07 17:45:37 +08:00
intrinsic.ll [CSKY] Complete codegen of basic arithmetic and load/store operations 2021-12-09 11:40:20 +08:00
ldst-i.ll [CSKY] Complete codegen of basic arithmetic and load/store operations 2021-12-09 11:40:20 +08:00
lit.local.cfg
rotl.ll [CSKY] Complete codegen of basic arithmetic and load/store operations 2021-12-09 11:40:20 +08:00
select.ll [CSKY] Add codegen of select/br/cmp instruction and some frame lowering infra 2022-01-05 15:59:03 +08:00
switch.ll [CSKY] Add CSKYConstantIslands Pass to lift or duplicate constant pool entry 2022-01-11 16:17:11 +08:00
tls-models.ll [CSKY] Add codegen support of GlobalTLSAddress lowering 2022-01-21 14:39:55 +08:00