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:PPC_OPCODE_PPC
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H
A
D
ppc-dis.c
125
dialect =
PPC_OPCODE_PPC
| PPC_OPCODE_COMMON
in print_insn_powerpc()
234
&& (((dialect &
PPC_OPCODE_PPC
) != 0)
in print_insn_powerpc()
238
&& (((dialect &
PPC_OPCODE_PPC
) != 0)
in print_insn_powerpc()
H
A
D
ppc.h
74
#define
PPC_OPCODE_PPC
1
macro
83
is assumed to support all PowerPC (
PPC_OPCODE_PPC
) instructions,
89
the intersection of
PPC_OPCODE_PPC
with the union of PPC_OPCODE_POWER
H
A
D
ppc-opc.c
2955
#define PPC
PPC_OPCODE_PPC
2956
#define PPCCOM
PPC_OPCODE_PPC
| PPC_OPCODE_COMMON
2985
#define PPCPWR2
PPC_OPCODE_PPC
| PPC_OPCODE_POWER | PPC_OPCODE_POWER2 | PPC_OPCODE_COMMON
2986
#define COM PPC_OPCODE_POWER |
PPC_OPCODE_PPC
| PPC_OPCODE_COMMON
2990
#define MFDEC2
PPC_OPCODE_PPC
| PPC_OPCODE_601 | PPC_OPCODE_BOOKE | PPC_OPCODE_TITAN
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H
A
D
ppc-dis.c
125
dialect =
PPC_OPCODE_PPC
| PPC_OPCODE_COMMON
in print_insn_powerpc()
234
&& (((dialect &
PPC_OPCODE_PPC
) != 0)
in print_insn_powerpc()
238
&& (((dialect &
PPC_OPCODE_PPC
) != 0)
in print_insn_powerpc()
H
A
D
ppc.h
74
#define
PPC_OPCODE_PPC
1
macro
83
is assumed to support all PowerPC (
PPC_OPCODE_PPC
) instructions,
89
the intersection of
PPC_OPCODE_PPC
with the union of PPC_OPCODE_POWER
H
A
D
ppc-opc.c
2955
#define PPC
PPC_OPCODE_PPC
2956
#define PPCCOM
PPC_OPCODE_PPC
| PPC_OPCODE_COMMON
2985
#define PPCPWR2
PPC_OPCODE_PPC
| PPC_OPCODE_POWER | PPC_OPCODE_POWER2 | PPC_OPCODE_COMMON
2986
#define COM PPC_OPCODE_POWER |
PPC_OPCODE_PPC
| PPC_OPCODE_COMMON
2990
#define MFDEC2
PPC_OPCODE_PPC
| PPC_OPCODE_601 | PPC_OPCODE_BOOKE | PPC_OPCODE_TITAN
Completed in 23 milliseconds