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:is_pair
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/
H
A
D
liftoff-register.h
220
constexpr bool
is_pair
() const {
in is_pair()
function in v8::internal::wasm::LiftoffRegister
305
if (
is_pair
()) return low().overlaps(other) || high().overlaps(other);
in overlaps()
306
if (other.
is_pair
()) return *this == other.low() || *this == other.high();
in overlaps()
369
if (reg.
is_pair
()) {
in set()
379
if (reg.
is_pair
()) {
in clear()
395
if (reg.
is_pair
()) {
in has()
H
A
D
liftoff-assembler.h
361
if (reg.
is_pair
()) {
in inc_used()
374
if (reg.
is_pair
()) {
in dec_used()
385
if (reg.
is_pair
()) return is_used(reg.low()) || is_used(reg.high());
in is_used()
392
if (reg.
is_pair
()) {
in get_use_count()
402
if (reg.
is_pair
()) {
in clear_used()
H
A
D
liftoff-assembler.cc
1248
if ((kNeedI64RegPair || kNeedS128RegPair) && reg.
is_pair
()) {
in ValidateCacheState()
1341
if (slot->reg().
is_pair
()) {
in SpillRegister()
/third_party/vixl/src/aarch64/
H
A
D
simulator-aarch64.cc
4778
bool
is_pair
= instr->GetLdStXPair();
in Simulator()
local
4781
unsigned access_size =
is_pair
? element_size * 2 : element_size;
in Simulator()
4855
if (
is_pair
) {
in Simulator()
4921
if (
is_pair
) {
in Simulator()
14220
bool
is_pair
= false;
in Simulator()
local
14228
is_pair
= true;
in Simulator()
14259
if (
is_pair
) {
in Simulator()
14272
if (
is_pair
) {
in Simulator()
/third_party/node/deps/v8/src/execution/arm64/
H
A
D
simulator-arm64.cc
2396
int32_t
is_pair
= instr->LoadStoreXPair();
2398
USE(
is_pair
);
2400
DCHECK_EQ(
is_pair
, 0); // Pair unimplemented.
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H
A
D
liftoff-assembler-ia32.h
621
if (src.
is_pair
()) src = src.low();
in AtomicStore()
/third_party/node/deps/simdutf/
H
A
D
simdutf.cpp
13426
uint32x4_t
is_pair
= vcltzq_s32(vreinterpretq_s32_u32(perm));
in convert_masked_utf8_to_utf16()
local
13431
uint32x4_t selected = vbslq_u32(
is_pair
, surrogates, composed);
in convert_masked_utf8_to_utf16()
[all...]
Completed in 68 milliseconds