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:is_reg
(Results
1 - 11
of
11
) sorted by relevance
/third_party/lwip/src/apps/http/makefsdata/
H
A
D
tinydir.h
185
int
is_reg
;
member
/third_party/node/deps/v8/src/codegen/mips64/
H
A
D
assembler-mips64-inl.h
53
bool Operand::
is_reg
() const { return rm_.is_valid(); }
in is_reg()
function in v8::internal::Operand
/third_party/node/deps/v8/src/codegen/mips/
H
A
D
assembler-mips-inl.h
53
bool Operand::
is_reg
() const { return rm_.is_valid(); }
in is_reg()
function in v8::internal::Operand
/third_party/node/deps/v8/src/codegen/loong64/
H
A
D
assembler-loong64-inl.h
21
bool Operand::
is_reg
() const { return rm_.is_valid(); }
in is_reg()
function in v8::internal::Operand
/third_party/node/deps/v8/src/codegen/riscv64/
H
A
D
assembler-riscv64-inl.h
51
bool Operand::
is_reg
() const { return rm_.is_valid(); }
in is_reg()
function in v8::internal::Operand
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H
A
D
svga_shader.h
46
unsigned
is_reg
:1;
member
56
unsigned
is_reg
:1;
member
105
unsigned
is_reg
:1;
member
114
unsigned
is_reg
:1;
member
138
unsigned
is_reg
:1;
member
169
unsigned
is_reg
:1;
member
/third_party/mesa3d/src/panfrost/bifrost/
H
A
D
compiler.h
142
bi_get_index(unsigned value, bool
is_reg
, unsigned offset)
in bi_get_index()
argument
/third_party/node/deps/v8/src/codegen/s390/
H
A
D
assembler-s390.h
116
V8_INLINE bool
is_reg
() const { return rm_.is_valid(); }
in is_reg()
function in v8::internal::Operand
/third_party/node/deps/v8/src/codegen/ppc/
H
A
D
assembler-ppc.h
89
V8_INLINE bool
is_reg
() const { return rm_.is_valid(); }
in is_reg()
function in v8::internal::Operand
/third_party/node/deps/v8/src/wasm/baseline/
H
A
D
liftoff-assembler.h
132
bool
is_reg
() const { return loc_ == kRegister; }
in is_reg()
function in v8::internal::wasm::LiftoffAssembler::VarState
/third_party/node/deps/v8/src/codegen/ia32/
H
A
D
assembler-ia32.h
265
bool
is_reg
(Register reg) const { return
is_reg
(reg.code()); }
in is_reg()
function in v8::internal::Operand
266
bool
is_reg
(XMMRegister reg) const { return
is_reg
(reg.code()); }
in is_reg()
function in v8::internal::Operand
297
inline bool
is_reg
(int reg_code) const {
in is_reg()
function in v8::internal::Operand
Completed in 19 milliseconds