Displaying 2 results from an estimated 2 matches for "mytargetvaluetyp".
Did you mean:
mytargetvaluetype
2009 Nov 13
2
[LLVMdev] how to define a 24-bits register class
hi every one,
i have a very strange cpu that have 24-bits reigsters, but i cant see
i24 in machine value type? and if defining it as MVT others will be
ok?
thank you very much
2009 Nov 13
0
[LLVMdev] how to define a 24-bits register class
On Nov 13, 2009, at 6:45 AM, ether zhhb wrote:
> hi every one,
>
> i have a very strange cpu that have 24-bits reigsters, but i cant see
> i24 in machine value type? and if defining it as MVT others will be
> ok?
You'd want to add a new i24 MVT enum.
-Chris