logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Imager::Regops - generated information about the register based virtual machine

Author

Description

       This 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.

Name

       Imager::Regops - generated information about the register based virtual machine

See Also

perl(1), Imager(3), http://imager.perl.org/

perl v5.40.1                                       2025-03-16                                Imager::Regops(3pm)

Synopsis

         use 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 operands

See Also