clang-format all the things

This commit is contained in:
Tyler Wilding
2020-08-26 01:21:33 -04:00
parent 50814f8529
commit 3c4fcbdd34
72 changed files with 772 additions and 795 deletions
+7 -7
View File
@@ -135,17 +135,17 @@ TEST(CodeTester, xmm_move) {
CodeTester tester;
tester.init_code_buffer(256);
for(auto constant : u32_constants) {
for(int r1 = 0; r1 < 16; r1++) {
if(r1 == RSP) {
for (auto constant : u32_constants) {
for (int r1 = 0; r1 < 16; r1++) {
if (r1 == RSP) {
continue;
}
for(int r2 = 0; r2 < 16; r2++) {
if(r2 == RSP) {
for (int r2 = 0; r2 < 16; r2++) {
if (r2 == RSP) {
continue;
}
for(int r3 = 0; r3 < 16; r3++) {
for(int r4 = 0; r4 < 16; r4++) {
for (int r3 = 0; r3 < 16; r3++) {
for (int r4 = 0; r4 < 16; r4++) {
tester.clear();
tester.emit_push_all_gprs(true);
// move constant to gpr