Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:STACK_REG_SAVE
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/crypto/
H
A
D
sm3-avx-asm_64.S
140
#define
STACK_REG_SAVE
(STACK_W + STACK_W_SIZE)
define
141
#define STACK_SIZE (
STACK_REG_SAVE
+ STACK_REG_SAVE_SIZE)
347
movq %rbx, (
STACK_REG_SAVE
+ 0 * 8)(%rsp);
348
movq %r15, (
STACK_REG_SAVE
+ 1 * 8)(%rsp);
349
movq %r14, (
STACK_REG_SAVE
+ 2 * 8)(%rsp);
350
movq %r13, (
STACK_REG_SAVE
+ 3 * 8)(%rsp);
351
movq %r12, (
STACK_REG_SAVE
+ 4 * 8)(%rsp);
501
movq (
STACK_REG_SAVE
+ 0 * 8)(%rsp), %rbx;
502
movq (
STACK_REG_SAVE
+ 1 * 8)(%rsp), %r15;
503
movq (
STACK_REG_SAVE
[all...]
Completed in 2 milliseconds