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 562 my $_rol=sub { &rol(@_) };
770 eval(shift(@insns)) if (@insns[0] =~ /_rol/);
792 eval(shift(@insns)) if (@insns[0] =~ /_rol/);
804 eval(shift(@insns)) if (@insns[1] =~ /_rol/);
805 eval(shift(@insns)) if (@insns[0] =~ /_rol/);
920 '&$_rol ($a,5);',
939 '&$_rol ($a,5);',
961 '&$_rol ($a,5);',
    [all...]
sha1-x86_64.pl 454 my $_rol=sub { &rol(@_) };
670 eval(shift(@insns)) if (@insns[0] =~ /_rol/);# rol
678 eval(shift(@insns)) if (@insns[1] =~ /_rol/);
679 eval(shift(@insns)) if (@insns[0] =~ /_rol/);
780 '&$_rol ($a,5)',
799 '&$_rol ($a,5)',
821 '&$_rol ($a,5)',
925 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 78 milliseconds