HomeSort by relevance Sort by last modified time
    Searched refs:_rol (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha1-586.pl 568 my $_rol=sub { &rol(@_) };
776 eval(shift(@insns)) if (@insns[0] =~ /_rol/);
798 eval(shift(@insns)) if (@insns[0] =~ /_rol/);
810 eval(shift(@insns)) if (@insns[1] =~ /_rol/);
811 eval(shift(@insns)) if (@insns[0] =~ /_rol/);
926 '&$_rol ($a,5);',
945 '&$_rol ($a,5);',
967 '&$_rol ($a,5);',
    [all...]
sha1-x86_64.pl 481 my $_rol=sub { &rol(@_) };
704 eval(shift(@insns)) if (@insns[0] =~ /_rol/);# rol
712 eval(shift(@insns)) if (@insns[1] =~ /_rol/);
713 eval(shift(@insns)) if (@insns[0] =~ /_rol/);
814 '&$_rol ($a,5)',
833 '&$_rol ($a,5)',
855 '&$_rol ($a,5)',
966 my $_rol=sub { &shld(@_[0],@_) };
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86Base.h 916 void _rol(Variable *Dest, Operand *Src0) { function in class:Ice::X86NAMESPACE::TargetX86Base
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]

Completed in 523 milliseconds