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:imm24
(Results
1 - 2
of
2
) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm/
H
A
D
assembler-arm.cc
493
// Pc-relative call or jump to a signed
imm24
offset.
805
DCHECK_EQ(5 * B25, instr & 7 * B25); // b, bl, or blx
imm24
in target_at()
892
DCHECK_EQ(5 * B25, instr & 7 * B25); // b, bl, or blx
imm24
in target_at_put()
901
int
imm24
= imm26 >> 2;
in target_at_put()
local
902
CHECK(is_int24(
imm24
));
in target_at_put()
903
instr_at_put(pos, instr | (
imm24
& kImm24Mask));
in target_at_put()
1465
int
imm24
= branch_offset >> 2;
in b()
local
1466
const bool b_imm_check = is_int24(
imm24
);
in b()
1473
emit(cond | B27 | B25 | (
imm24
& kImm24Mask));
in b()
1484
int
imm24
in bl()
local
1498
int
imm24
= branch_offset >> 2;
blx()
local
2316
svc(uint32_t
imm24
, Condition cond)
svc()
argument
[all...]
H
A
D
assembler-arm.h
638
void svc(uint32_t
imm24
, Condition cond = al);
Completed in 10 milliseconds