Displaying 1 result from an estimated 1 matches for "registernames".
Did you mean:
register_names
2008 Nov 26
3
[LLVMdev] Proposal for TableML, llvmc2 configuration language
...just as in TableGen. The backends specify one or more record types
and definitions. TableML then reads a configuration file, evaluates the
definitions, and passes the results to the backend for serialization.
For instance, we might have a RegisterInfo backend that declares a
definition of "RegisterNames : string list". Then we could have a
TableML input file like this:
def val RegisterInfo = [ "eax", "ebx", "ecx", "edx" ]
Or we could have a more complex one that performs computation to produce
the result.
val make32bit = (fn x => strcat("e&...