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:ASSEMBLE_COMPARE
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ia32/
H
A
D
code-generator-ia32.cc
370
#define
ASSEMBLE_COMPARE
(asm_instr) \
macro
1078
ASSEMBLE_COMPARE
(cmp);
in AssembleArchInstruction()
1081
ASSEMBLE_COMPARE
(cmpw);
in AssembleArchInstruction()
1084
ASSEMBLE_COMPARE
(cmpb);
in AssembleArchInstruction()
1087
ASSEMBLE_COMPARE
(test);
in AssembleArchInstruction()
1090
ASSEMBLE_COMPARE
(test_w);
in AssembleArchInstruction()
1093
ASSEMBLE_COMPARE
(test_b);
in AssembleArchInstruction()
4471
#undef
ASSEMBLE_COMPARE
macro
/third_party/node/deps/v8/src/compiler/backend/x64/
H
A
D
code-generator-x64.cc
764
#define
ASSEMBLE_COMPARE
(asm_instr) \
macro
1608
ASSEMBLE_COMPARE
(cmpb);
in AssembleArchInstruction()
1611
ASSEMBLE_COMPARE
(cmpw);
in AssembleArchInstruction()
1614
ASSEMBLE_COMPARE
(cmpl);
in AssembleArchInstruction()
1617
ASSEMBLE_COMPARE
(cmpq);
in AssembleArchInstruction()
1620
ASSEMBLE_COMPARE
(testb);
in AssembleArchInstruction()
1623
ASSEMBLE_COMPARE
(testw);
in AssembleArchInstruction()
1626
ASSEMBLE_COMPARE
(testl);
in AssembleArchInstruction()
1629
ASSEMBLE_COMPARE
(testq);
in AssembleArchInstruction()
4400
#undef
ASSEMBLE_COMPARE
macro
[all...]
/third_party/node/deps/v8/src/compiler/backend/ppc/
H
A
D
code-generator-ppc.cc
384
#define
ASSEMBLE_COMPARE
(cmp_instr, cmpl_instr) \
macro
1633
ASSEMBLE_COMPARE
(cmpw, cmplw);
in AssembleArchInstruction()
1637
ASSEMBLE_COMPARE
(cmp, cmpl);
in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/s390/
H
A
D
code-generator-s390.cc
527
#define
ASSEMBLE_COMPARE
(cmp_instr, cmpl_instr) \
macro
1919
ASSEMBLE_COMPARE
(CmpS64, CmpU64);
in AssembleArchInstruction()
Completed in 28 milliseconds