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:imm4
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
opcodes-sec.h
12
#define __SMC(
imm4
) __inst_arm_thumb32( \
13
0xE1600070 | (((
imm4
) & 0xF) << 0), \
14
0xF7F08000 | (((
imm4
) & 0xF) << 16) \
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
opcodes-sec.h
12
#define __SMC(
imm4
) __inst_arm_thumb32( \
13
0xE1600070 | (((
imm4
) & 0xF) << 0), \
14
0xF7F08000 | (((
imm4
) & 0xF) << 16) \
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
phys2virt.S
80
@ as
imm4
:i:imm3:imm8)
84
@ MOVW | 1 1 1 1 0 | i | 1 0 0 1 0 0 |
imm4
|| 0 | imm3 | Rd | imm8 |
179
@ MOVW | cond | 0 0 1 1 0 0 0 0 |
imm4
| Rd | imm12 |
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
phys2virt.S
80
@ as
imm4
:i:imm3:imm8)
84
@ MOVW | 1 1 1 1 0 | i | 1 0 0 1 0 0 |
imm4
|| 0 | imm3 | Rd | imm8 |
179
@ MOVW | cond | 0 0 1 1 0 0 0 0 |
imm4
| Rd | imm12 |
/kernel/linux/linux-5.10/arch/riscv/kernel/
H
A
D
module.c
97
u16
imm4
= (offset & 0x10) << (12 - 5);
in apply_r_riscv_rvc_jump_rela()
local
101
imm11 | imm10 | imm9_8 | imm7 | imm6 | imm5 |
imm4
| imm3_1;
in apply_r_riscv_rvc_jump_rela()
/kernel/linux/linux-6.6/arch/riscv/kernel/
H
A
D
module.c
98
u16
imm4
= (offset & 0x10) << (12 - 5);
in apply_r_riscv_rvc_jump_rela()
local
102
imm11 | imm10 | imm9_8 | imm7 | imm6 | imm5 |
imm4
| imm3_1;
in apply_r_riscv_rvc_jump_rela()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
vx-insn-asm.h
671
.macro VSLDB vr1, vr2, vr3,
imm4
676
.word ((v3&15) << 12) | (\
imm4
)
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_self_test.c
33
u32
imm4
; /* 4th value in predicate condition, left-to-right */
member
70
((args->val1 & args->imm3) != args->
imm4
));
in pand_neq_x2()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_self_test.c
33
u32
imm4
; /* 4th value in predicate condition, left-to-right */
member
70
((args->val1 & args->imm3) != args->
imm4
));
in pand_neq_x2()
Completed in 15 milliseconds