Searched refs:STOS (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ |
D | utils.h | 1196 #define STOS "stosl" in MemsetPointer() macro 1199 #define STOS "addr32 stosl" in MemsetPointer() macro 1201 #define STOS "stosq" in MemsetPointer() macro 1207 #undef STOS in MemsetPointer() 1210 #if defined(__GNUC__) && defined(STOS) in MemsetPointer() 1213 "rep ; " STOS in MemsetPointer() 1223 #undef STOS in MemsetPointer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ScheduleZnver1.td | 806 // STOS 807 def : InstRW<[WriteMicrocoded], (instregex "STOS(B|L|Q|W)")>;
|
D | X86.td | 344 "REP MOVS/STOS are fast">;
|
D | X86InstrInfo.td | 2129 // Repeat (used with INS, OUTS, MOVS, LODS and STOS)
|
/external/capstone/ |
D | ChangeLog | 227 - REPNE prefix can go with STOS & MOVS instructions.
|
/external/llvm/lib/Target/X86/ |
D | X86SchedHaswell.td | 980 // STOS. 984 def : InstRW<[WriteSTOS], (instregex "STOS(B|L|Q|W)")>;
|
D | X86InstrInfo.td | 1964 // Repeat (used with INS, OUTS, MOVS, LODS and STOS)
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 1239 // Repeat (used with INS, OUTS, MOVS, LODS and STOS)
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 187 { "ermsb", "REP MOVS/STOS are fast", { X86::FeatureERMSB }, { } },
|