commit | 970abfb65530b700f3a0cc8b90b131df5420cec3 | [log] [tgz] |
---|---|---|
author | agicsaki <agicsaki@google.com> | Fri Jul 31 10:31:14 2015 -0700 |
committer | agicsaki <agicsaki@google.com> | Fri Jul 31 10:31:14 2015 -0700 |
tree | 674f52f6f573bab2e1529590facb64ab61af30af | |
parent | 8433bb8a3120d064de97a692d98341d9bc29a985 [diff] [blame] |
Added repe_cmpsl instruction to x86, x86_64 assemblers Support for this instruction has already been added to the disassembler in commit 124b392d. Change-Id: I6e8401a7b814618758427f5cc6b4992e265f937c
diff --git a/compiler/utils/x86/assembler_x86.h b/compiler/utils/x86/assembler_x86.h index e2abcde..ae8d7a1 100644 --- a/compiler/utils/x86/assembler_x86.h +++ b/compiler/utils/x86/assembler_x86.h
@@ -466,6 +466,7 @@ void repne_scasw(); void repe_cmpsw(); + void repe_cmpsl(); X86Assembler* lock(); void cmpxchgl(const Address& address, Register reg);