q/src/arm
2025-03-28 15:35:29 +01:00
..
Add.go Added fallback for numbers that can't be encoded on arm64 2025-03-17 13:36:42 +01:00
Add_test.go Added fallback for numbers that can't be encoded on arm64 2025-03-17 13:36:42 +01:00
And.go Implemented bit shifting on arm64 2025-03-15 19:45:14 +01:00
And_test.go Implemented bitwise operations on arm64 2025-03-14 18:37:39 +01:00
arm_test.go Added more tests 2025-03-24 23:17:51 +01:00
bitmask.go Implemented bit shifting on arm64 2025-03-15 19:45:14 +01:00
Call.go Implemented more arm64 instructions 2025-03-06 23:13:14 +01:00
Compare.go Added fallback for numbers that can't be encoded on arm64 2025-03-17 13:36:42 +01:00
Compare_test.go Added more tests 2025-03-24 23:17:51 +01:00
Div.go Implemented more arm64 instructions 2025-03-13 23:12:15 +01:00
Div_test.go Implemented more arm64 instructions 2025-03-13 23:12:15 +01:00
encode.go Implemented bit shifting on arm64 2025-03-15 19:45:14 +01:00
Jump.go Added more tests 2025-03-13 16:02:09 +01:00
Jump_test.go Added more tests 2025-03-13 16:02:09 +01:00
Load.go Added more tests 2025-03-24 23:17:51 +01:00
Load_test.go Implemented more arm64 instructions 2025-03-13 13:17:58 +01:00
LoadAddress.go Implemented more arm64 instructions 2025-03-06 23:13:14 +01:00
LoadAddress_test.go Implemented more arm64 instructions 2025-03-06 23:13:14 +01:00
LoadPair.go Implemented more arm64 instructions 2025-03-13 23:12:15 +01:00
LoadPair_test.go Implemented arm64 instructions: ldp and stp 2025-03-12 12:29:55 +01:00
Move.go Added fallback for numbers that can't be encoded on arm64 2025-03-17 13:36:42 +01:00
Move_test.go Fixed add and sub instruction encoding on arm64 2025-03-15 15:51:08 +01:00
Mul.go Improved documentation 2025-03-28 15:35:29 +01:00
Mul_test.go Improved documentation 2025-03-28 15:35:29 +01:00
Negate.go Implemented register negation on arm64 2025-03-17 14:35:12 +01:00
Negate_test.go Implemented register negation on arm64 2025-03-17 14:35:12 +01:00
Nop.go Implemented more arm64 instructions 2025-03-06 23:13:14 +01:00
Or.go Implemented bit shifting on arm64 2025-03-15 19:45:14 +01:00
Or_test.go Implemented bitwise operations on arm64 2025-03-14 18:37:39 +01:00
Registers.go Added register documentation for arm64 2025-03-23 12:57:05 +01:00
Registers_test.go Updated module path 2025-02-25 17:16:09 +01:00
Return.go Implemented more arm64 instructions 2025-03-06 23:13:14 +01:00
Shift.go Implemented bit shifting on arm64 2025-03-15 19:45:14 +01:00
Shift_test.go Implemented bit shifting on arm64 2025-03-15 19:45:14 +01:00
Store.go Added more tests 2025-03-24 23:17:51 +01:00
Store_test.go Implemented more arm64 instructions 2025-03-13 13:17:58 +01:00
StorePair.go Implemented more arm64 instructions 2025-03-13 23:12:15 +01:00
StorePair_test.go Implemented arm64 instructions: ldp and stp 2025-03-12 12:29:55 +01:00
Sub.go Added fallback for numbers that can't be encoded on arm64 2025-03-17 13:36:42 +01:00
Sub_test.go Added fallback for numbers that can't be encoded on arm64 2025-03-17 13:36:42 +01:00
Syscall.go Implemented more arm64 instructions 2025-03-06 23:13:14 +01:00
Xor.go Implemented bit shifting on arm64 2025-03-15 19:45:14 +01:00
Xor_test.go Implemented bitwise operations on arm64 2025-03-14 18:37:39 +01:00