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:cdq
(Results
1 - 17
of
17
) sorted by relevance
/third_party/mesa3d/src/mesa/x86/
H
A
D
assyntax.h
424
#define CDQ CHOICE(cltd,
cdq
,
cdq
)
1153
#define CDQ
cdq
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H
A
D
IceAssemblerX8632.h
771
void
cdq
();
H
A
D
IceAssemblerX8664.h
766
void
cdq
();
H
A
D
IceInstX8632.cpp
1234
Asm->
cdq
();
in emitIAS()
H
A
D
IceInstX8664.cpp
1232
Asm->
cdq
();
in emitIAS()
H
A
D
IceAssemblerX8632.cpp
2360
void AssemblerX8632::
cdq
() {
H
A
D
IceAssemblerX8664.cpp
2488
void AssemblerX8664::
cdq
() {
/third_party/node/deps/v8/src/codegen/ia32/
H
A
D
assembler-ia32.h
616
void
cdq
();
H
A
D
assembler-ia32.cc
1021
void Assembler::
cdq
() {
in cdq()
function in v8::internal::Assembler
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H
A
D
GPRArith.cpp
901
TestImpl(
cdq
, 1u, 0x99);
in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H
A
D
GPRArith.cpp
929
TestImpl(
cdq
, 1u, 0x99);
in TEST_F()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H
A
D
code-generator-ia32.cc
1109
__
cdq
();
in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/x64/
H
A
D
assembler-x64.cc
1065
void Assembler::
cdq
() {
in cdq()
function in v8::internal::Assembler
H
A
D
assembler-x64.h
687
void
cdq
();
/third_party/node/deps/v8/src/compiler/backend/x64/
H
A
D
code-generator-x64.cc
1652
__
cdq
();
in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H
A
D
liftoff-assembler-ia32.h
1405
assm->
cdq
();
in EmitInt32DivOrRem()
/third_party/node/deps/v8/src/wasm/baseline/x64/
H
A
D
liftoff-assembler-x64.h
1144
assm->
cdq
();
in EmitIntDivOrRem()
Completed in 87 milliseconds