]> gitweb.factorcode.org Git - factor.git/commitdiff
cpu.arm.assembler: fix vocab name.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 24 Nov 2020 03:31:23 +0000 (19:31 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 24 Nov 2020 03:31:23 +0000 (19:31 -0800)
basis/cpu/arm/assembler/assembler-tests.factor
basis/cpu/arm/assembler/opcodes/opcodes-tests.factor

index 3efc43bb1025109bb916947644f591a8e9b4ab73..b8d069a83e8256ad7354ef909e812cbf0da3614c 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2020 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: cpu.arm64.assembler cpu.arm64.assembler.opcodes
+USING: cpu.arm.assembler cpu.arm.assembler.opcodes
 tools.test ;
-IN: cpu.arm64.assembler.tests
+IN: cpu.arm.assembler.tests
 
 { 0x91000210 } [ [ 0 X16 X16 ADDi64 ] test-arm64-instruction ] unit-test
 { 0x91002210 } [ [ 8 X16 X16 ADDi64 ] test-arm64-instruction ] unit-test
@@ -37,4 +37,4 @@ IN: cpu.arm64.assembler.tests
 { } [ ] unit-test
 { } [ ] unit-test
 { } [ ] unit-test
-{ } [ ] unit-test
\ No newline at end of file
+{ } [ ] unit-test
index 0ec18facf2e4b2fc5decf514eed93e512b33c24a..905867ea9c351b66a9d2b3f87eff538c0528c063 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2020 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: cpu.arm64.assembler.opcodes math math.bitwise tools.test ;
-IN: cpu.arm64.assembler.opcodes.tests
+USING: cpu.arm.assembler.opcodes math math.bitwise tools.test ;
+IN: cpu.arm.assembler.opcodes.tests
 
 { 0b00011010000000110000000001000001 } [ X3 X2 X1 ADC32-encode ] unit-test
 { 0b00111010000000110000000001000001 } [ X3 X2 X1 ADCS32-encode ] unit-test
@@ -15,4 +15,4 @@ IN: cpu.arm64.assembler.opcodes.tests
 { 0x910003fd } [ 0 31 X29 MOVsp64-encode ] unit-test
 
 ! stp x29, x30, [sp,#-16]!
-{ 0xa9bf7bfd } [ -16 8 / 7 bits X30 SP X29 STPpre64-encode ] unit-test
\ No newline at end of file
+{ 0xa9bf7bfd } [ -16 8 / 7 bits X30 SP X29 STPpre64-encode ] unit-test