q/src/x86
2025-03-07 11:39:13 +01:00
..
Add.go Updated module path 2025-02-25 17:16:09 +01:00
Add_test.go Updated module path 2025-02-25 17:16:09 +01:00
And.go Updated module path 2025-02-25 17:16:09 +01:00
And_test.go Updated module path 2025-02-25 17:16:09 +01:00
Call.go Added basic support for arm64 2025-03-06 13:40:17 +01:00
Call_test.go Implemented calls using memory addresses 2025-03-03 00:53:41 +01:00
Compare.go Updated module path 2025-02-25 17:16:09 +01:00
Compare_test.go Updated module path 2025-02-25 17:16:09 +01:00
Div.go Updated module path 2025-02-25 17:16:09 +01:00
Div_test.go Updated module path 2025-02-25 17:16:09 +01:00
encode.go Updated module path 2025-02-25 17:16:09 +01:00
encodeNum.go Updated module path 2025-02-25 17:16:09 +01:00
ExtendRAXToRDX.go Renamed x64 to x86 2025-02-05 23:16:18 +01:00
Jump.go Renamed x64 to x86 2025-02-05 23:16:18 +01:00
Jump_test.go Updated module path 2025-02-25 17:16:09 +01:00
Load.go Implemented more arm64 instructions 2025-03-06 23:13:14 +01:00
Load_test.go Implemented more arm64 instructions 2025-03-06 23:13:14 +01:00
LoadAddress.go Implemented position independent addresses for x86 2025-03-07 11:39:13 +01:00
LoadAddress_test.go Implemented position independent addresses for x86 2025-03-07 11:39:13 +01:00
LoadDynamic.go Implemented more arm64 instructions 2025-03-06 23:13:14 +01:00
LoadDynamic_test.go Implemented more arm64 instructions 2025-03-06 23:13:14 +01:00
memoryAccess.go Updated module path 2025-02-25 17:16:09 +01:00
memoryAccessDynamic.go Updated module path 2025-02-25 17:16:09 +01:00
ModRM.go Renamed x64 to x86 2025-02-05 23:16:18 +01:00
ModRM_test.go Updated module path 2025-02-25 17:16:09 +01:00
Move.go Implemented more arm64 instructions 2025-03-06 23:13:14 +01:00
Move_test.go Updated module path 2025-02-25 17:16:09 +01:00
Mul.go Updated module path 2025-02-25 17:16:09 +01:00
Mul_test.go Updated module path 2025-02-25 17:16:09 +01:00
Negate.go Updated module path 2025-02-25 17:16:09 +01:00
Negate_test.go Updated module path 2025-02-25 17:16:09 +01:00
Or.go Updated module path 2025-02-25 17:16:09 +01:00
Or_test.go Updated module path 2025-02-25 17:16:09 +01:00
Pop.go Updated module path 2025-02-25 17:16:09 +01:00
Pop_test.go Updated module path 2025-02-25 17:16:09 +01:00
Push.go Improved performance of the data finalizer 2025-03-04 16:54:17 +01:00
Push_test.go Improved performance of the data finalizer 2025-03-04 16:54:17 +01:00
Registers.go Added basic support for arm64 2025-03-06 13:40:17 +01:00
Registers_test.go Updated module path 2025-02-25 17:16:09 +01:00
Return.go Renamed x64 to x86 2025-02-05 23:16:18 +01:00
REX.go Renamed x64 to x86 2025-02-05 23:16:18 +01:00
REX_test.go Updated module path 2025-02-25 17:16:09 +01:00
Shift.go Updated module path 2025-02-25 17:16:09 +01:00
Shift_test.go Updated module path 2025-02-25 17:16:09 +01:00
SIB.go Renamed x64 to x86 2025-02-05 23:16:18 +01:00
SIB_test.go Updated module path 2025-02-25 17:16:09 +01:00
Store.go Updated module path 2025-02-25 17:16:09 +01:00
Store_test.go Updated module path 2025-02-25 17:16:09 +01:00
StoreDynamic.go Updated module path 2025-02-25 17:16:09 +01:00
StoreDynamic_test.go Updated module path 2025-02-25 17:16:09 +01:00
Sub.go Updated module path 2025-02-25 17:16:09 +01:00
Sub_test.go Updated module path 2025-02-25 17:16:09 +01:00
Syscall.go Renamed x64 to x86 2025-02-05 23:16:18 +01:00
x86_test.go Implemented calls using memory addresses 2025-03-03 00:53:41 +01:00
Xor.go Updated module path 2025-02-25 17:16:09 +01:00
Xor_test.go Updated module path 2025-02-25 17:16:09 +01:00