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:rvc_enabled
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/riscv/net/
H
A
D
bpf_jit.h
16
static inline bool
rvc_enabled
(void)
in rvc_enabled()
function
115
BUILD_BUG_ON(!
rvc_enabled
());
in emitc()
808
if (
rvc_enabled
() && rd == RV_REG_RA && rs && !imm)
in emit_jalr()
810
else if (
rvc_enabled
() && !rd && rs && !imm)
in emit_jalr()
818
if (
rvc_enabled
() && rd && rs)
in emit_mv()
826
if (
rvc_enabled
() && rd && rd == rs1 && rs2)
in emit_add()
834
if (
rvc_enabled
() && rd == RV_REG_SP && rd == rs && is_10b_int(imm) && imm && !(imm & 0xf))
in emit_addi()
836
else if (
rvc_enabled
() && is_creg(rd) && rs == RV_REG_SP && is_10b_uint(imm) &&
in emit_addi()
839
else if (
rvc_enabled
() && rd && rd == rs && imm && is_6b_int(imm))
in emit_addi()
847
if (
rvc_enabled
()
in emit_li()
[all...]
/kernel/linux/linux-6.6/arch/riscv/net/
H
A
D
bpf_jit.h
16
static inline bool
rvc_enabled
(void)
in rvc_enabled()
function
119
BUILD_BUG_ON(!
rvc_enabled
());
in emitc()
914
if (
rvc_enabled
() && rd == RV_REG_RA && rs && !imm)
in emit_jalr()
916
else if (
rvc_enabled
() && !rd && rs && !imm)
in emit_jalr()
924
if (
rvc_enabled
() && rd && rs)
in emit_mv()
932
if (
rvc_enabled
() && rd && rd == rs1 && rs2)
in emit_add()
940
if (
rvc_enabled
() && rd == RV_REG_SP && rd == rs && is_10b_int(imm) && imm && !(imm & 0xf))
in emit_addi()
942
else if (
rvc_enabled
() && is_creg(rd) && rs == RV_REG_SP && is_10b_uint(imm) &&
in emit_addi()
945
else if (
rvc_enabled
() && rd && rd == rs && imm && is_6b_int(imm))
in emit_addi()
953
if (
rvc_enabled
()
in emit_li()
[all...]
H
A
D
bpf_jit_comp64.c
602
if (WARN_ON_ONCE(!
rvc_enabled
() && insn_len == 1))
in add_exception_handler()
Completed in 7 milliseconds