search for: addressregist

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

Did you mean: addressregister
2007 Sep 13
1
[LLVMdev] Nested multiclass/defm declarations?
...es for both operands, giving an explosion of permutations (11 * 11 !!). I thought about using a nested multiclass declaration to resolve this, as in multiclass EAPermuteRhs<dag lhs_oper, string asmstr> { def _dx : I<(outs DataRegister:$dst), lhs_oper, ..... > ; def _ax : I<(outs AddressRegister:$dst), lhs_oper, ..... > ; def _ax_postincrement : I<(outs AddressRegister:$dst), lhs_oper, ..... > ; // And many more } multiclass EAPermute<string asmstr> { defm _dx : EAPermuteRhs<(ins DataRegister:$src), asmstr> ; defm _ax : EAPermuteRhs<(ins AddressRegister:$...