search for: m68kreg

Displaying 1 result from an estimated 1 matches for "m68kreg".

2013 Jan 11
2
[LLVMdev] Sub-Register Allocation
...understand what's going on and/or extra documentation on how subregisters work inside the instruction and registers selectors. Thank you, -- Kenneth Waters P.S. If it helps, my register definitions look like, multiclass M68kDataReg<bits<3> num, string defn, string n> { def B : M68kReg<num, n>; def W : M68kRegWithSubregs<num, n, [!cast<Register>(defn # "B")]> { let SubRegIndices = [sub_byte]; } def L : M68kRegWithSubregs<num, n, [!cast<Register>(defn # "W")]> { let SubRegIndices = [sub_word]; } } defm D0 : M68kData...