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:imm28
(Results
1 - 2
of
2
) sorted by relevance
/third_party/node/deps/v8/src/codegen/mips64/
H
A
D
assembler-mips64-inl.h
116
uint64_t
imm28
= target & static_cast<uint64_t>(kImm28Mask);
in set_target_internal_reference_encoded_at()
local
119
uint64_t imm26 =
imm28
>> 2;
in set_target_internal_reference_encoded_at()
196
uint64_t
imm28
= instr << 2;
in target_internal_reference()
local
198
return static_cast<Address>(segment |
imm28
);
in target_internal_reference()
H
A
D
assembler-mips64.cc
777
int32_t
imm28
= (instr & static_cast<int32_t>(kImm26Mask)) << 2;
in target_at()
local
778
if (
imm28
== kEndOfJumpChain) {
in target_at()
783
int32_t delta = static_cast<int32_t>((
imm28
<< 4) >> 4);
in target_at()
908
int32_t
imm28
= target_pos - pos;
in target_at_put()
local
909
DCHECK_EQ(
imm28
& 3, 0);
in target_at_put()
911
uint32_t imm26 = static_cast<uint32_t>(
imm28
>> 2);
in target_at_put()
918
int32_t
imm28
= target_pos - pos;
in target_at_put()
local
919
DCHECK_EQ(
imm28
& 3, 0);
in target_at_put()
921
uint32_t imm26 = static_cast<uint32_t>(
imm28
>> 2);
in target_at_put()
3712
uint32_t
imm28
in RelocateInternalReference()
local
3724
int32_t
imm28
= (instr & static_cast<int32_t>(kImm26Mask)) << 2;
RelocateInternalReference()
local
[all...]
Completed in 9 milliseconds