Searched refs:rep_movs (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-x87.cc252 __ rep_movs();
H A Dtest-disasm-ia32.cc252 __ rep_movs();
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.h638 void rep_movs();
H A Dassembler-x87.cc540 void Assembler::rep_movs() { function in class:v8::internal::Assembler
H A Dmacro-assembler-x87.cc1798 // we keep source aligned for the rep_movs call by copying the odd bytes
1812 rep_movs();
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.h655 void rep_movs();
H A Dassembler-ia32.cc607 void Assembler::rep_movs() { function in class:v8::internal::Assembler
H A Dmacro-assembler-ia32.cc1835 // we keep source aligned for the rep_movs call by copying the odd bytes
1849 rep_movs();

Completed in 148 milliseconds