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:tinstr
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
alignment.c
600
thumb2arm(u16
tinstr
)
in thumb2arm()
argument
602
u32 L = (
tinstr
& (1<<11)) >> 11;
in thumb2arm()
604
switch ((
tinstr
& 0xf800) >> 11) {
in thumb2arm()
611
((
tinstr
& (1<<12)) << (22-12)) | /* fixup */
in thumb2arm()
613
((
tinstr
& (7<<0)) << (12-0)) | /* Rd */
in thumb2arm()
614
((
tinstr
& (7<<3)) << (16-3)) | /* Rn */
in thumb2arm()
615
((
tinstr
& (31<<6)) >> /* immed_5 */
in thumb2arm()
616
(6 - ((
tinstr
& (1<<12)) ? 0 : 2)));
in thumb2arm()
621
((
tinstr
& (7<<0)) << (12-0)) | /* Rd */
in thumb2arm()
622
((
tinstr
in thumb2arm()
799
u16
tinstr
= 0;
do_alignment()
local
[all...]
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
alignment.c
608
thumb2arm(u16
tinstr
)
in thumb2arm()
argument
610
u32 L = (
tinstr
& (1<<11)) >> 11;
in thumb2arm()
612
switch ((
tinstr
& 0xf800) >> 11) {
in thumb2arm()
619
((
tinstr
& (1<<12)) << (22-12)) | /* fixup */
in thumb2arm()
621
((
tinstr
& (7<<0)) << (12-0)) | /* Rd */
in thumb2arm()
622
((
tinstr
& (7<<3)) << (16-3)) | /* Rn */
in thumb2arm()
623
((
tinstr
& (31<<6)) >> /* immed_5 */
in thumb2arm()
624
(6 - ((
tinstr
& (1<<12)) ? 0 : 2)));
in thumb2arm()
629
((
tinstr
& (7<<0)) << (12-0)) | /* Rd */
in thumb2arm()
630
((
tinstr
in thumb2arm()
807
u16
tinstr
= 0;
do_alignment()
local
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
compat_alignment.c
183
static unsigned long thumb2arm(u16
tinstr
)
in thumb2arm()
argument
185
u32 L = (
tinstr
& (1<<11)) >> 11;
in thumb2arm()
187
switch ((
tinstr
& 0xf800) >> 11) {
in thumb2arm()
192
u32 Rn = (
tinstr
& (7<<8)) >> 8;
in thumb2arm()
193
u32 W = ((L<<Rn) & (
tinstr
&255)) ? 0 : 1<<21;
in thumb2arm()
196
(
tinstr
&255);
in thumb2arm()
202
if ((
tinstr
& (3 << 9)) == 0x0400) {
in thumb2arm()
209
return subset[(L<<1) | ((
tinstr
& (1<<8)) >> 8)] |
in thumb2arm()
210
(
tinstr
& 255); /* register_list */
in thumb2arm()
324
u16
tinstr
, tinst
in do_compat_alignment_fixup()
local
[all...]
/kernel/linux/linux-5.10/arch/csky/abiv2/
H
A
D
fpu.c
25
unsigned long
tinstr
= 0;
in fpu_libc_helper()
local
40
tinstr
= instr_hi | ((unsigned long)instr_low << 16);
in fpu_libc_helper()
42
if (((
tinstr
>> 21) & 0x1F) != 2)
in fpu_libc_helper()
45
if ((
tinstr
& MTCR_MASK) == MTCR_DIST) {
in fpu_libc_helper()
46
index = (
tinstr
>> 16) & 0x1F;
in fpu_libc_helper()
50
tmp =
tinstr
& 0x1F;
in fpu_libc_helper()
67
if ((
tinstr
& MFCR_MASK) == MFCR_DIST) {
in fpu_libc_helper()
68
index =
tinstr
& 0x1F;
in fpu_libc_helper()
72
tmp = ((
tinstr
>> 16) & 0x1F);
in fpu_libc_helper()
/kernel/linux/linux-6.6/arch/csky/abiv2/
H
A
D
fpu.c
25
unsigned long
tinstr
= 0;
in fpu_libc_helper()
local
40
tinstr
= instr_hi | ((unsigned long)instr_low << 16);
in fpu_libc_helper()
42
if (((
tinstr
>> 21) & 0x1F) != 2)
in fpu_libc_helper()
45
if ((
tinstr
& MTCR_MASK) == MTCR_DIST) {
in fpu_libc_helper()
46
index = (
tinstr
>> 16) & 0x1F;
in fpu_libc_helper()
50
tmp =
tinstr
& 0x1F;
in fpu_libc_helper()
67
if ((
tinstr
& MFCR_MASK) == MFCR_DIST) {
in fpu_libc_helper()
68
index =
tinstr
& 0x1F;
in fpu_libc_helper()
72
tmp = ((
tinstr
>> 16) & 0x1F);
in fpu_libc_helper()
Completed in 4 milliseconds