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:AddrMode4
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H
A
D
ARMBaseInfo.h
190
AddrMode4
= 4,
enumerator
216
case
AddrMode4
: return "
AddrMode4
";
in AddrModeToString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H
A
D
ARMBaseRegisterInfo.cpp
691
//
AddrMode4
and AddrMode6 cannot handle any offset.
in isFrameOffsetLegal()
692
if (AddrMode == ARMII::
AddrMode4
|| AddrMode == ARMII::AddrMode6)
in isFrameOffsetLegal()
799
(MI.getDesc().TSFlags & ARMII::AddrModeMask) == ARMII::
AddrMode4
||
in eliminateFrameIndex()
H
A
D
Thumb2InstrInfo.cpp
558
//
AddrMode4
and AddrMode6 cannot handle any offset.
559
if (AddrMode == ARMII::
AddrMode4
|| AddrMode == ARMII::AddrMode6)
H
A
D
ARMFrameLowering.cpp
1561
case ARMII::
AddrMode4
:
in estimateRSStackSizeLimit()
H
A
D
ARMBaseInstrInfo.cpp
2590
case ARMII::
AddrMode4
:
in rewriteARMFrameIndex()
/third_party/node/deps/v8/src/codegen/arm/
H
A
D
assembler-arm.h
1335
void
AddrMode4
(Instr instr, Register rn, RegList rl);
H
A
D
assembler-arm.cc
1413
void Assembler::
AddrMode4
(Instr instr, Register rn, RegList rl) {
in AddrMode4()
function in v8::internal::Assembler
2267
AddrMode4
(cond | B27 | am | L, base, dst);
in ldm()
2282
AddrMode4
(cond | B27 | am, base, src);
in stm()
Completed in 28 milliseconds