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:subreg
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
verifier.c
6539
struct tnum
subreg
= tnum_subreg(dst_reg->var_off);
in scalar32_min_max_lsh()
local
6542
dst_reg->var_off = tnum_subreg(tnum_lshift(
subreg
, umin_val));
in scalar32_min_max_lsh()
6554
* extend
subreg
by doing <<32 s>>32. In this case if 32bit bounds are
in __scalar64_min_max_lsh()
6598
struct tnum
subreg
= tnum_subreg(dst_reg->var_off);
in scalar32_min_max_rsh()
local
6619
dst_reg->var_off = tnum_rshift(
subreg
, umin_val);
in scalar32_min_max_rsh()
6780
* cross
subreg
boundaries in the alu64 case. When this happens we mark
in adjust_scalar_min_max_vals()
6781
* the reg unbounded in the
subreg
bound space and use the resulting
in adjust_scalar_min_max_vals()
7219
struct tnum
subreg
= tnum_subreg(reg->var_off);
in is_branch32_taken()
local
7224
if (tnum_is_const(
subreg
)) {
in is_branch32_taken()
7225
return !!tnum_equals_const(
subreg
, va
in is_branch32_taken()
[all...]
Completed in 12 milliseconds