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

Side by Side Diff: src/DartARM32/assembler_arm.h

Issue 1879463003: Add "vmov.<dt> <Qd>, #<imm>" to integrated ARM assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nits. Created 4 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | src/IceAssemblerARM32.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 // 4 //
5 // This is forked from Dart revision df52deea9f25690eb8b66c5995da92b70f7ac1fe 5 // This is forked from Dart revision df52deea9f25690eb8b66c5995da92b70f7ac1fe
6 // Please update the (git) revision if we merge changes from Dart. 6 // Please update the (git) revision if we merge changes from Dart.
7 // https://code.google.com/p/dart/wiki/GettingTheSource 7 // https://code.google.com/p/dart/wiki/GettingTheSource
8 8
9 #ifndef VM_ASSEMBLER_ARM_H_ 9 #ifndef VM_ASSEMBLER_ARM_H_
10 #define VM_ASSEMBLER_ARM_H_ 10 #define VM_ASSEMBLER_ARM_H_
(...skipping 1392 matching lines...) Expand 10 before | Expand all | Expand 10 after
1403 // Added the following missing operations: 1403 // Added the following missing operations:
1404 // 1404 //
1405 // ARM32::AssemblerARM32::uxt() (uxtb and uxth) 1405 // ARM32::AssemblerARM32::uxt() (uxtb and uxth)
1406 // ARM32::AssemblerARM32::vpop() 1406 // ARM32::AssemblerARM32::vpop()
1407 // ARM32::AssemblerARM32::vpush() 1407 // ARM32::AssemblerARM32::vpush()
1408 // ARM32::AssemblerARM32:rbit() 1408 // ARM32::AssemblerARM32:rbit()
1409 // ARM32::AssemblerARM32::veord() 1409 // ARM32::AssemblerARM32::veord()
1410 // ARM32::AssemblerARM32::vld1qr() 1410 // ARM32::AssemblerARM32::vld1qr()
1411 // ARM32::AssemblerARM32::vst1qr() 1411 // ARM32::AssemblerARM32::vst1qr()
1412 // ARM32::AssemblerARM32::vmorqi() 1412 // ARM32::AssemblerARM32::vmorqi()
1413 // ARM32::AssemblerARM32::vmovqc()
1413 #endif 1414 #endif
1414 1415
1415 DISALLOW_ALLOCATION(); 1416 DISALLOW_ALLOCATION();
1416 DISALLOW_COPY_AND_ASSIGN(Assembler); 1417 DISALLOW_COPY_AND_ASSIGN(Assembler);
1417 }; 1418 };
1418 1419
1419 } // namespace dart 1420 } // namespace dart
1420 1421
1421 #endif // VM_ASSEMBLER_ARM_H_ 1422 #endif // VM_ASSEMBLER_ARM_H_
OLDNEW
« no previous file with comments | « no previous file | src/IceAssemblerARM32.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698