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:IMMED
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/net/
H
A
D
bpf_jit_comp_32.c
24
#define
IMMED
0x00002000
macro
71
(F3(2, 0x02) |
IMMED
| RS1(REG) | ((K) & 0x3ff) | RD(REG))
99
#define LD32I (LD32 |
IMMED
)
100
#define LD8I (LD8 |
IMMED
)
101
#define LD16I (LD16 |
IMMED
)
102
#define LD64I (LD64 |
IMMED
)
103
#define LDPTRI (LDPTR |
IMMED
)
104
#define ST32I (ST32 |
IMMED
)
163
*prog++ = _insn |
IMMED
| S13(K); \
175
*prog++ = OR |
IMMED
| RS
[all...]
H
A
D
bpf_jit_comp_64.c
53
#define
IMMED
0x00002000
macro
139
(F3(2, 0x02) |
IMMED
| RS1(REG) | ((K) & 0x3ff) | RD(REG))
182
#define LD32I (LD32 |
IMMED
)
183
#define LD8I (LD8 |
IMMED
)
184
#define LD16I (LD16 |
IMMED
)
185
#define LD64I (LD64 |
IMMED
)
186
#define LDPTRI (LDPTR |
IMMED
)
187
#define ST32I (ST32 |
IMMED
)
284
emit(XOR |
IMMED
| RS1(reg) | S13(lbits) | RD(reg), ctx);
in emit_set_const_sext()
306
emit(insn |
IMMED
| S1
in emit_alu_K()
[all...]
/kernel/linux/linux-6.6/arch/sparc/net/
H
A
D
bpf_jit_comp_32.c
24
#define
IMMED
0x00002000
macro
71
(F3(2, 0x02) |
IMMED
| RS1(REG) | ((K) & 0x3ff) | RD(REG))
99
#define LD32I (LD32 |
IMMED
)
100
#define LD8I (LD8 |
IMMED
)
101
#define LD16I (LD16 |
IMMED
)
102
#define LD64I (LD64 |
IMMED
)
103
#define LDPTRI (LDPTR |
IMMED
)
104
#define ST32I (ST32 |
IMMED
)
163
*prog++ = _insn |
IMMED
| S13(K); \
175
*prog++ = OR |
IMMED
| RS
[all...]
H
A
D
bpf_jit_comp_64.c
53
#define
IMMED
0x00002000
macro
139
(F3(2, 0x02) |
IMMED
| RS1(REG) | ((K) & 0x3ff) | RD(REG))
182
#define LD32I (LD32 |
IMMED
)
183
#define LD8I (LD8 |
IMMED
)
184
#define LD16I (LD16 |
IMMED
)
185
#define LD64I (LD64 |
IMMED
)
186
#define LDPTRI (LDPTR |
IMMED
)
187
#define ST32I (ST32 |
IMMED
)
284
emit(XOR |
IMMED
| RS1(reg) | S13(lbits) | RD(reg), ctx);
in emit_set_const_sext()
306
emit(insn |
IMMED
| S1
in emit_alu_K()
[all...]
Completed in 4 milliseconds