q/src/asmc
2025-03-14 21:16:35 +01:00
..
call.go Improved assembler performance 2025-03-11 06:31:21 +01:00
codeOffset.go Implemented dynamic section alignment 2025-03-09 00:23:23 +01:00
compileARM.go Implemented more move instructions on arm64 2025-03-14 21:16:35 +01:00
compiler.go Improved assembler performance 2025-03-11 06:31:21 +01:00
compileX86.go Implemented more arm64 instructions 2025-03-13 23:12:15 +01:00
dllCall.go Improved assembler performance 2025-03-11 06:31:21 +01:00
Finalize.go Improved assembler performance 2025-03-11 06:31:21 +01:00
jumpARM.go Added more tests 2025-03-13 16:02:09 +01:00
jumpX86.go Implemented more arm64 instructions 2025-03-13 13:17:58 +01:00
load.go Implemented more arm64 instructions 2025-03-13 13:17:58 +01:00
movARM.go Implemented more move instructions on arm64 2025-03-14 21:16:35 +01:00
move.go Added label type 2025-03-13 16:57:13 +01:00
pointer.go Enabled arm64 encoding 2025-03-06 16:54:28 +01:00
resolvePointers.go Added crash function 2025-03-14 09:52:00 +01:00
store.go Added label type 2025-03-13 16:57:13 +01:00