commit | 71311f868e2579fa5d40b24e620198734119d1a0 | [log] [tgz] |
---|---|---|
author | agicsaki <agicsaki@google.com> | Mon Jul 27 11:34:13 2015 -0700 |
committer | agicsaki <agicsaki@google.com> | Mon Jul 27 13:48:44 2015 -0700 |
tree | e206f2b7580ce1a3ddd354a5e2d4ea6caf670d49 | |
parent | 8ae3588989ea99d8c60f885e3d830e6e0c87ff5f [diff] [blame] |
Added repe_cmpsw instruction to x86, x86_64 assemblers Change-Id: I7634959eebb64d607f47497db320d5c2afdef16b
diff --git a/compiler/utils/x86_64/assembler_x86_64.h b/compiler/utils/x86_64/assembler_x86_64.h index 61ffeab..0cd3197 100644 --- a/compiler/utils/x86_64/assembler_x86_64.h +++ b/compiler/utils/x86_64/assembler_x86_64.h
@@ -603,6 +603,7 @@ void bswapq(CpuRegister dst); void repne_scasw(); + void repe_cmpsw(); // // Macros for High-level operations.