OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:emit_repmovs
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/x64/
assembler-x64.h
740
void repmovsp() {
emit_repmovs
(kPointerSize); }
741
void repmovsl() {
emit_repmovs
(kInt32Size); }
742
void repmovsq() {
emit_repmovs
(kInt64Size); }
[
all
...]
assembler-x64.cc
1452
void Assembler::
emit_repmovs
(int size) {
function in class:v8::internal::Assembler
[
all
...]
Completed in 224 milliseconds