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:Is32
(Results
1 - 17
of
17
) sorted by relevance
/third_party/node/deps/v8/src/builtins/
H
A
D
builtins-bigint-gen.cc
33
if (!
Is32
()) {
in TF_BUILTIN()
63
if (!
Is32
()) {
in TF_BUILTIN()
H
A
D
builtins-wasm-gen.cc
56
if (!
Is32
()) {
in TF_BUILTIN()
81
if (!
Is32
()) {
in TF_BUILTIN()
/third_party/node/deps/v8/src/compiler/
H
A
D
machine-graph.cc
31
return machine()->
Is32
() ? Int32Constant(static_cast<int32_t>(value))
in IntPtrConstant()
36
return machine()->
Is32
() ? Uint32Constant(static_cast<uint32_t>(value))
in UintPtrConstant()
H
A
D
machine-graph-verifier.cc
478
if (
Is32
()) {
in Run()
729
static bool
Is32
() {
in Is32()
function in v8::internal::compiler::__anon14379::MachineRepresentationChecker
829
if (
Is32
()) {
in CheckValueInputIsTaggedOrPointer()
H
A
D
machine-operator.h
1033
bool
Is32
() const { return word() == MachineRepresentation::kWord32; }
in Is32()
function
1068
return
Is32
() ? Prefix##32##Suffix() : Prefix##64##Suffix(); \
1075
return
Is32
() ? Word32Sar(kind) : Word64Sar(kind);
in WordSar()
H
A
D
wasm-compiler.cc
1311
} else if (m->
Is32
() && m->Word32Ctz().IsSupported()) {
in Unop()
1328
} else if (m->
Is32
() && m->Word32Popcnt().IsSupported()) {
in Unop()
1338
if (m->
Is32
()) {
in Unop()
1344
if (m->
Is32
()) {
in Unop()
1350
if (m->
Is32
()) {
in Unop()
1356
if (m->
Is32
()) {
in Unop()
1384
return mcgraph()->machine()->
Is32
()
in Unop()
1903
DCHECK(mcgraph()->machine()->
Is32
());
in BuildF64CopySign()
2894
if (mcgraph()->machine()->
Is32
()) {
in BuildI64DivS()
2917
if (mcgraph()->machine()->
Is32
()) {
in BuildI64RemS()
[all...]
H
A
D
representation-change.cc
1349
return (COMPRESS_POINTERS_BOOL || machine()->
Is32
())
in TaggedSignedOperatorFor()
1353
return (COMPRESS_POINTERS_BOOL || machine()->
Is32
())
in TaggedSignedOperatorFor()
1357
return (COMPRESS_POINTERS_BOOL || machine()->
Is32
())
in TaggedSignedOperatorFor()
H
A
D
wasm-inlining.cc
88
IrOpcode::Value reloc_opcode = mcgraph_->machine()->
Is32
()
in ReduceCall()
H
A
D
code-assembler.cc
190
bool CodeAssembler::
Is32
() const { return raw_assembler()->machine()->
Is32
(); }
in Is32()
function in v8::internal::compiler::CodeAssembler
H
A
D
int64-lowering.cc
47
if (!machine()->
Is32
()) {
in LowerGraph()
H
A
D
raw-machine-assembler.h
369
if (machine()->
Is32
()) {
in WordNot()
H
A
D
code-assembler.h
398
bool
Is32
() const;
H
A
D
effect-control-linearizer.cc
4051
Node* index = machine()->
Is32
() ? code : __ ChangeUint32ToUint64(code);
in LowerStringFromSingleCharCode()
4175
Node* index = machine()->
Is32
() ? code : __ ChangeUint32ToUint64(code);
in LowerStringFromSingleCodePoint()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H
A
D
IceRegistersX8632.h
271
unsigned
Is32
: 1;
in initRegisterSet()
member
301
(IntegerRegistersI32)[Entry.Val] = Entry.
Is32
;
in initRegisterSet()
H
A
D
IceRegistersX8664.h
260
unsigned
Is32
: 1;
in initRegisterSet()
member
312
(IntegerRegistersI32)[Entry.Val] = Entry.
Is32
;
in initRegisterSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUISelDAGToDAG.cpp
2159
bool
Is32
= (VT == MVT::i32);
in SelectATOMIC_CMP_SWAP()
local
2167
unsigned Opcode =
Is32
? AMDGPU::BUFFER_ATOMIC_CMPSWAP_ADDR64_RTN :
in SelectATOMIC_CMP_SWAP()
2184
unsigned Opcode =
Is32
? AMDGPU::BUFFER_ATOMIC_CMPSWAP_OFFSET_RTN :
in SelectATOMIC_CMP_SWAP()
2204
unsigned SubReg =
Is32
? AMDGPU::sub0 : AMDGPU::sub0_sub1;
in SelectATOMIC_CMP_SWAP()
/third_party/node/deps/v8/src/codegen/
H
A
D
code-stub-assembler.cc
618
if (
Is32
()) {
in PopulationCount64()
632
if (
Is32
()) {
in PopulationCount32()
648
if (
Is32
()) {
in CountTrailingZeros64()
667
if (
Is32
()) {
in CountTrailingZeros32()
Completed in 65 milliseconds