]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cpu/arm/assembler/assembler.factor
cpu.arm.assembler: Add some more instructions
[factor.git] / basis / cpu / arm / assembler / assembler.factor
index 375269e1e64f65113d86fd685ed9a988e7f09925..9209345ec46a783977052bc68e07fddd63ccac60 100644 (file)
@@ -130,4 +130,10 @@ ERROR: imm-out-of-range imm n ;
     0 swap offset-test-arm64 ; inline
 
 : test-arm64-instruction ( quot -- instructions )
-    0 swap offset-test-arm64-instruction ; inline
\ No newline at end of file
+    0 swap offset-test-arm64-instruction ; inline
+
+
+: ADC32 ( Rm Rn Rd -- ) ADC32-encode >out ;
+: ADCS32 ( Rm Rn Rd -- ) ADCS32-encode >out ;
+: ADC64 ( Rm Rn Rd -- ) ADC64-encode >out ;
+: ADCS64 ( Rm Rn Rd -- ) ADCS64-encode >out ;
\ No newline at end of file