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_64/assembler_x86_64.h b/compiler/utils/x86_64/assembler_x86_64.h index 0cd3197..89a5606 100644 --- a/compiler/utils/x86_64/assembler_x86_64.h +++ b/compiler/utils/x86_64/assembler_x86_64.h
@@ -604,6 +604,7 @@ void repne_scasw(); void repe_cmpsw(); + void repe_cmpsl(); // // Macros for High-level operations.