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:swreg_type
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H
A
D
nfp_asm.c
118
switch (
swreg_type
(reg)) {
in nfp_swreg_to_unreg()
174
if (
swreg_type
(dst) == NN_REG_IMM)
in swreg_to_unrestricted()
177
if (
swreg_type
(dst) == NN_REG_GPR_B)
in swreg_to_unrestricted()
179
if (
swreg_type
(dst) == NN_REG_GPR_BOTH)
in swreg_to_unrestricted()
184
if (
swreg_type
(lreg) ==
swreg_type
(rreg) &&
in swreg_to_unrestricted()
185
swreg_type
(lreg) != NN_REG_NONE)
in swreg_to_unrestricted()
188
if (
swreg_type
(lreg) == NN_REG_GPR_B ||
in swreg_to_unrestricted()
189
swreg_type
(rreg) == NN_REG_GPR_A) {
in swreg_to_unrestricted()
209
switch (
swreg_type
(re
in nfp_swreg_to_rereg()
[all...]
H
A
D
nfp_asm.h
344
static inline enum nfp_bpf_reg_type
swreg_type
(swreg reg)
in swreg_type()
function
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H
A
D
nfp_asm.c
118
switch (
swreg_type
(reg)) {
in nfp_swreg_to_unreg()
174
if (
swreg_type
(dst) == NN_REG_IMM)
in swreg_to_unrestricted()
177
if (
swreg_type
(dst) == NN_REG_GPR_B)
in swreg_to_unrestricted()
179
if (
swreg_type
(dst) == NN_REG_GPR_BOTH)
in swreg_to_unrestricted()
184
if (
swreg_type
(lreg) ==
swreg_type
(rreg) &&
in swreg_to_unrestricted()
185
swreg_type
(lreg) != NN_REG_NONE)
in swreg_to_unrestricted()
188
if (
swreg_type
(lreg) == NN_REG_GPR_B ||
in swreg_to_unrestricted()
189
swreg_type
(rreg) == NN_REG_GPR_A) {
in swreg_to_unrestricted()
209
switch (
swreg_type
(re
in nfp_swreg_to_rereg()
[all...]
H
A
D
nfp_asm.h
344
static inline enum nfp_bpf_reg_type
swreg_type
(swreg reg)
in swreg_type()
function
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H
A
D
jit.c
300
if (
swreg_type
(dst) == NN_REG_IMM) {
in emit_immed()
313
swreg_type
(dst) == NN_REG_NONE ? reg.dst : reg.areg,
in emit_immed()
563
if (
swreg_type
(src) == NN_REG_IMM) {
in emit_csr_wr()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H
A
D
jit.c
300
if (
swreg_type
(dst) == NN_REG_IMM) {
in emit_immed()
313
swreg_type
(dst) == NN_REG_NONE ? reg.dst : reg.areg,
in emit_immed()
563
if (
swreg_type
(src) == NN_REG_IMM) {
in emit_csr_wr()
Completed in 16 milliseconds