mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-01-22 22:48:59 +00:00
32150cf7b5
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"Features": {
|
|
"Bitness": 32,
|
|
"EnabledHostFeatures": [],
|
|
"DisabledHostFeatures": [
|
|
"SVE128",
|
|
"SVE256",
|
|
"AFP"
|
|
]
|
|
},
|
|
"Instructions": {
|
|
"push fs": {
|
|
"ExpectedInstructionCount": 2,
|
|
"Comment": "0x0f 0xa0",
|
|
"ExpectedArm64ASM": [
|
|
"ldrh w20, [x28, #938]",
|
|
"str w20, [x8, #-4]!"
|
|
]
|
|
},
|
|
"pop fs": {
|
|
"ExpectedInstructionCount": 7,
|
|
"Comment": "0x0f 0xa1",
|
|
"ExpectedArm64ASM": [
|
|
"ldr w20, [x8]",
|
|
"add x8, x8, #0x4 (4)",
|
|
"strh w20, [x28, #938]",
|
|
"ubfx w20, w20, #3, #13",
|
|
"add x0, x28, x20, lsl #2",
|
|
"ldr w20, [x0, #1168]",
|
|
"str w20, [x28, #968]"
|
|
]
|
|
},
|
|
"push gs": {
|
|
"ExpectedInstructionCount": 2,
|
|
"Comment": "0x0f 0xa8",
|
|
"ExpectedArm64ASM": [
|
|
"ldrh w20, [x28, #936]",
|
|
"str w20, [x8, #-4]!"
|
|
]
|
|
},
|
|
"pop gs": {
|
|
"ExpectedInstructionCount": 7,
|
|
"Comment": "0x0f 0xa9",
|
|
"ExpectedArm64ASM": [
|
|
"ldr w20, [x8]",
|
|
"add x8, x8, #0x4 (4)",
|
|
"strh w20, [x28, #936]",
|
|
"ubfx w20, w20, #3, #13",
|
|
"add x0, x28, x20, lsl #2",
|
|
"ldr w20, [x0, #1168]",
|
|
"str w20, [x28, #960]"
|
|
]
|
|
}
|
|
}
|
|
}
|