Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
mupen64plus-libretro-nx
Commits
350f90a7
Commit
350f90a7
authored
Jan 12, 2022
by
farmerbb
Committed by
m4xw
Jan 13, 2022
Browse files
Update asm_defines headers for Android
parent
3d55fe7e
Pipeline
#85496
canceled with stages
in 18 seconds
Changes
8
Pipelines
29
Hide whitespace changes
Inline
Side-by-side
mupen64plus-core/src/device/r4300/new_dynarec/arm/asm_defines_gas.h
View file @
350f90a7
...
...
@@ -2,7 +2,7 @@
#define offsetof_struct_r4300_core_cp0 (0x029014cc)
#define offsetof_struct_cp0_last_addr (0x0000017c)
#define offsetof_struct_cp0_count_per_op (0x00000180)
#define offsetof_struct_cp0_tlb (0x0000018
4
)
#define offsetof_struct_cp0_tlb (0x0000018
8
)
#define offsetof_struct_tlb_entries (0x00000000)
#define offsetof_struct_tlb_LUT_r (0x00000680)
#define offsetof_struct_tlb_LUT_w (0x00400680)
...
...
mupen64plus-core/src/device/r4300/new_dynarec/arm/asm_defines_nasm.h
View file @
350f90a7
...
...
@@ -2,7 +2,7 @@
%
define
offsetof_struct_r4300_core_cp0
(
0x029014cc
)
%
define
offsetof_struct_cp0_last_addr
(
0x0000017c
)
%
define
offsetof_struct_cp0_count_per_op
(
0x00000180
)
%
define
offsetof_struct_cp0_tlb
(
0x0000018
4
)
%
define
offsetof_struct_cp0_tlb
(
0x0000018
8
)
%
define
offsetof_struct_tlb_entries
(
0x00000000
)
%
define
offsetof_struct_tlb_LUT_r
(
0x00000680
)
%
define
offsetof_struct_tlb_LUT_w
(
0x00400680
)
...
...
mupen64plus-core/src/device/r4300/new_dynarec/arm64/asm_defines_gas.h
View file @
350f90a7
...
...
@@ -2,7 +2,7 @@
#define offsetof_struct_r4300_core_cp0 (0x031017d8)
#define offsetof_struct_cp0_last_addr (0x00000278)
#define offsetof_struct_cp0_count_per_op (0x0000027c)
#define offsetof_struct_cp0_tlb (0x0000028
0
)
#define offsetof_struct_cp0_tlb (0x0000028
4
)
#define offsetof_struct_tlb_entries (0x00000000)
#define offsetof_struct_tlb_LUT_r (0x00000680)
#define offsetof_struct_tlb_LUT_w (0x00400680)
...
...
mupen64plus-core/src/device/r4300/new_dynarec/arm64/asm_defines_nasm.h
View file @
350f90a7
...
...
@@ -2,7 +2,7 @@
%
define
offsetof_struct_r4300_core_cp0
(
0x031017d8
)
%
define
offsetof_struct_cp0_last_addr
(
0x00000278
)
%
define
offsetof_struct_cp0_count_per_op
(
0x0000027c
)
%
define
offsetof_struct_cp0_tlb
(
0x0000028
0
)
%
define
offsetof_struct_cp0_tlb
(
0x0000028
4
)
%
define
offsetof_struct_tlb_entries
(
0x00000000
)
%
define
offsetof_struct_tlb_LUT_r
(
0x00000680
)
%
define
offsetof_struct_tlb_LUT_w
(
0x00400680
)
...
...
mupen64plus-core/src/device/r4300/new_dynarec/x64/asm_defines_gas.h
View file @
350f90a7
...
...
@@ -2,7 +2,7 @@
#define offsetof_struct_r4300_core_cp0 (0x031017e8)
#define offsetof_struct_cp0_last_addr (0x00000278)
#define offsetof_struct_cp0_count_per_op (0x0000027c)
#define offsetof_struct_cp0_tlb (0x0000028
0
)
#define offsetof_struct_cp0_tlb (0x0000028
4
)
#define offsetof_struct_tlb_entries (0x00000000)
#define offsetof_struct_tlb_LUT_r (0x00000680)
#define offsetof_struct_tlb_LUT_w (0x00400680)
...
...
mupen64plus-core/src/device/r4300/new_dynarec/x64/asm_defines_nasm.h
View file @
350f90a7
...
...
@@ -2,7 +2,7 @@
%
define
offsetof_struct_r4300_core_cp0
(
0x031017e8
)
%
define
offsetof_struct_cp0_last_addr
(
0x00000278
)
%
define
offsetof_struct_cp0_count_per_op
(
0x0000027c
)
%
define
offsetof_struct_cp0_tlb
(
0x0000028
0
)
%
define
offsetof_struct_cp0_tlb
(
0x0000028
4
)
%
define
offsetof_struct_tlb_entries
(
0x00000000
)
%
define
offsetof_struct_tlb_LUT_r
(
0x00000680
)
%
define
offsetof_struct_tlb_LUT_w
(
0x00400680
)
...
...
mupen64plus-core/src/device/r4300/new_dynarec/x86/asm_defines_gas.h
View file @
350f90a7
...
...
@@ -2,7 +2,7 @@
#define offsetof_struct_r4300_core_cp0 (0x029014c0)
#define offsetof_struct_cp0_last_addr (0x0000017c)
#define offsetof_struct_cp0_count_per_op (0x00000180)
#define offsetof_struct_cp0_tlb (0x0000018
4
)
#define offsetof_struct_cp0_tlb (0x0000018
8
)
#define offsetof_struct_tlb_entries (0x00000000)
#define offsetof_struct_tlb_LUT_r (0x00000680)
#define offsetof_struct_tlb_LUT_w (0x00400680)
...
...
mupen64plus-core/src/device/r4300/new_dynarec/x86/asm_defines_nasm.h
View file @
350f90a7
...
...
@@ -2,7 +2,7 @@
%
define
offsetof_struct_r4300_core_cp0
(
0x029014c0
)
%
define
offsetof_struct_cp0_last_addr
(
0x0000017c
)
%
define
offsetof_struct_cp0_count_per_op
(
0x00000180
)
%
define
offsetof_struct_cp0_tlb
(
0x0000018
4
)
%
define
offsetof_struct_cp0_tlb
(
0x0000018
8
)
%
define
offsetof_struct_tlb_entries
(
0x00000000
)
%
define
offsetof_struct_tlb_LUT_r
(
0x00000680
)
%
define
offsetof_struct_tlb_LUT_w
(
0x00400680
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment