Query: imager::regops
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Imager::Regops(3pm) User Contributed Perl Documentation Imager::Regops(3pm)NAMEImager::Regops - generated information about the register based virtual machineSYNOPSISuse Imager::Regops; $Imager::Regops::Attr{$opname}->{opcode} # opcode for given operator $Imager::Regops::Attr{$opname}->{parms} # number of parameters $Imager::Regops::Attr{$opname}->{types} # types of parameters $Imager::Regops::Attr{$opname}->{func} # operator is a function $Imager::Regops::Attr{$opname}->{result} # r for numeric, p for pixel result $Imager::Regops::MaxOperands; # maximum number of operandsDESCRIPTIONThis module is generated automatically from regmach.h so we don't need to maintain the same information in at least one extra place. At least that's the idea.AUTHORTony Cook, tony@develop-help.comSEE ALSOperl(1), Imager(3), http://imager.perl.org/ perl v5.14.2 2011-06-06 Imager::Regops(3pm)