arm assembly: move some more in

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-12 00:00:06 +00:00
parent 192a657250
commit 64855767b4
46 changed files with 568 additions and 50 deletions

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#data-processing-instructions */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#data-processing-instructions */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#adr */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#adr */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#adr */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#adr */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#cbz */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#cbz */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#bfi */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#bfi */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#cbz */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#cbz */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#cset */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#cset */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#advanced-simd-instructions */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#advanced-simd-instructions */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#movk */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#movk */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#movn */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#movn */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#bl */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#bl */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#simd-interleaving */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#simd-interleaving */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#armv8-str */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#armv8-str */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#ubfm */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#ubfm */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#ubfx */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#ubfx */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#x31 */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#x31 */
#include "common.h"