Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: test/cctest/test-disasm-a64.cc

Issue 148503002: A64: Synchronize with r15545. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/test-debug.cc ('k') | test/cctest/test-double.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-disasm-a64.cc
diff --git a/test/cctest/test-disasm-a64.cc b/test/cctest/test-disasm-a64.cc
index c0e0d9713b2194d13776d9e55b4891d385a62d3c..a00730db157346749e9ca24a3de31258d4271c6a 100644
--- a/test/cctest/test-disasm-a64.cc
+++ b/test/cctest/test-disasm-a64.cc
@@ -282,6 +282,7 @@ TEST_(add_immediate) {
CLEANUP();
}
+
TEST_(sub_immediate) {
SET_UP();
@@ -774,6 +775,7 @@ TEST_(dp_2_source) {
CLEANUP();
}
+
TEST_(adr) {
SET_UP();
@@ -789,6 +791,7 @@ TEST_(adr) {
CLEANUP();
}
+
TEST_(branch) {
SET_UP();
@@ -825,6 +828,7 @@ TEST_(branch) {
CLEANUP();
}
+
TEST_(load_store) {
SET_UP();
@@ -1119,6 +1123,7 @@ TEST_(load_store_unscaled) {
CLEANUP();
}
+
TEST_(load_store_pair) {
SET_UP();
@@ -1238,6 +1243,7 @@ TEST_(load_store_pair) {
CLEANUP();
}
+
TEST_(load_store_pair_nontemp) {
SET_UP();
@@ -1304,6 +1310,7 @@ TEST_(cond_select) {
CLEANUP();
}
+
TEST(cond_select_macro) {
SET_UP_CLASS(MacroAssembler);
@@ -1317,6 +1324,7 @@ TEST(cond_select_macro) {
CLEANUP();
}
+
TEST_(cond_cmp) {
SET_UP();
@@ -1334,6 +1342,7 @@ TEST_(cond_cmp) {
CLEANUP();
}
+
TEST_(cond_cmp_macro) {
SET_UP_CLASS(MacroAssembler);
@@ -1345,6 +1354,7 @@ TEST_(cond_cmp_macro) {
CLEANUP();
}
+
TEST_(fmov_imm) {
SET_UP();
@@ -1356,6 +1366,7 @@ TEST_(fmov_imm) {
CLEANUP();
}
+
TEST_(fmov_reg) {
SET_UP();
@@ -1624,6 +1635,7 @@ TEST_(brk) {
CLEANUP();
}
+
TEST_(add_sub_negative) {
SET_UP_CLASS(MacroAssembler);
« no previous file with comments | « test/cctest/test-debug.cc ('k') | test/cctest/test-double.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698