Evan Cheng 07d8ccec50 Instructions with variable operands (variable_ops) can have a number required
operands. e.g.
def CALL32r : I<0xFF, MRM2r, (ops GR32:$dst, variable_ops),
                "call {*}$dst", [(X86call GR32:$dst)]>;
TableGen should emit operand informations for the "required" operands.

Added a target instruction info flag M_VARIABLE_OPS to indicate the target
instruction may have more operands in addition to the minimum required
operands.

llvm-svn: 28791
2006-06-15 07:22:16 +00:00
..
2006-03-14 06:05:05 +00:00
2005-04-22 00:00:37 +00:00
2006-03-14 05:54:52 +00:00
2004-09-20 08:09:36 +00:00
2004-09-20 08:09:36 +00:00
2004-03-02 15:54:25 +00:00
2006-04-20 18:43:59 +00:00
2005-08-02 00:10:52 +00:00