Displaying 1 result from an estimated 1 matches for "b64f1a80".
2015 Jun 04
2
[LLVMdev] non-standard machine value types
Hi all.
I'm looking for a ways of defining register files with non-standard machine
value type in tablegen. The value types not covered by SimpleValueType
enum. For example (from the top of my head) 25 bit integers, or 8 way 18
bit integers. These types going to be used with intrinsics so I also need
appropriate C custom types defined.
I wonder if I can describe those in tablegen files or do