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:opc1_opc2
(Results
1 - 2
of
2
) sorted by relevance
/third_party/node/deps/v8/src/execution/arm/
H
A
D
simulator-arm.cc
3386
int
opc1_opc2
= (instr->Bits(22, 21) << 2) | instr->Bits(6, 5);
in DecodeTypeVFP()
local
3387
if ((
opc1_opc2
& 0xB) == 0) {
in DecodeTypeVFP()
3397
if ((
opc1_opc2
& 0x8) != 0) {
in DecodeTypeVFP()
3399
int i =
opc1_opc2
& 0x7;
in DecodeTypeVFP()
3405
} else if ((
opc1_opc2
& 0x1) != 0) {
in DecodeTypeVFP()
3407
int i = (
opc1_opc2
>> 1) & 0x3;
in DecodeTypeVFP()
3461
int
opc1_opc2
= (instr->Bits(22, 21) << 2) | instr->Bits(6, 5);
in DecodeTypeVFP()
local
3464
if ((
opc1_opc2
& 0xB) == 0) {
in DecodeTypeVFP()
3474
if ((
opc1_opc2
& 0x8) != 0) {
in DecodeTypeVFP()
3476
int i =
opc1_opc2
in DecodeTypeVFP()
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H
A
D
assembler-arm.cc
3867
int
opc1_opc2
= 0;
in EncodeScalar()
local
3873
opc1_opc2
= 0x8 | index;
in EncodeScalar()
3878
opc1_opc2
= 0x1 | (index << 1);
in EncodeScalar()
3883
opc1_opc2
= index << 2;
in EncodeScalar()
3888
return (
opc1_opc2
>> 2) * B21 | (
opc1_opc2
& 0x3) * B5;
in EncodeScalar()
3898
int
opc1_opc2
= EncodeScalar(dt, index);
in vmov()
local
3900
opc1_opc2
);
in vmov()
3910
int
opc1_opc2
= EncodeScalar(dt, index);
in vmov()
local
3914
n * B7 | B4 |
opc1_opc2
);
in vmov()
[all...]
Completed in 17 milliseconds