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

/external/chromium_org/v8/src/
H A Dutils.h1191 #define STOS "stosl" macro
1194 #define STOS "addr32 stosl"
1196 #define STOS "stosq"
1200 // This STOS sequence does not validate for x86_64 Native Client.
1201 // Here we #undef STOS to force use of the slower C version.
1202 // TODO(bradchen): Profile V8 and implement a faster REP STOS
1204 #undef STOS macro
1209 #undef STOS macro
1212 #if defined(__GNUC__) && defined(STOS)
1215 "rep ; " STOS
1225 #undef STOS macro
[all...]

Completed in 75 milliseconds