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
defs:Is64
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H
A
D
PPCAsmBackend.cpp
210
bool
Is64
= TT.isPPC64();
variable
225
bool
Is64
= TT.isPPC64();
variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H
A
D
MipsELFObjectWriter.cpp
213
MipsELFObjectWriter(uint8_t OSABI, bool HasRelocationAddend, bool
Is64
)
MipsELFObjectWriter()
argument
/third_party/node/deps/v8/src/compiler/
H
A
D
machine-graph-verifier.cc
733
static bool
Is64
() {
in Is64()
function in v8::internal::compiler::__anon14379::MachineRepresentationChecker
H
A
D
machine-operator.h
1034
bool
Is64
() const { return word() == MachineRepresentation::kWord64; }
in Is64()
function
H
A
D
code-assembler.cc
189
bool CodeAssembler::
Is64
() const { return raw_assembler()->machine()->
Is64
(); }
in Is64()
function in v8::internal::compiler::CodeAssembler
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H
A
D
IceRegistersX8632.h
270
unsigned
Is64
: 1;
in initRegisterSet()
member
H
A
D
IceRegistersX8664.h
259
unsigned
Is64
: 1;
in initRegisterSet()
member
/third_party/node/deps/v8/include/v8-include/
H
A
D
v8-internal.h
151
constexpr bool
Is64
() { return kApiSystemPointerSize == sizeof(int64_t); }
in Is64()
function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUInstructionSelector.cpp
238
static unsigned getLogicalBitOpcode(unsigned Opc, bool
Is64
) {
in getLogicalBitOpcode()
argument
H
A
D
AMDGPURegisterBankInfo.cpp
888
bool
Is64
= OpSize % 64 == 0;
in executeInWaterfallLoop()
local
/third_party/node/deps/v8/tools/
H
A
D
grokdump.py
805
def
Is64
(self):
member in MinidumpReader
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H
A
D
MachOObjectFile.cpp
98
bool
Is64
= O.is64Bit();
in getSectionPtr()
local
Completed in 30 milliseconds