From 425a0d6cd723b50e9f02e9712791b4d546518535 Mon Sep 17 00:00:00 2001 From: flobernd Date: Tue, 29 Nov 2016 12:38:01 +0100 Subject: [PATCH] Fixed some operand-definitions --- assets/instructions.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/assets/instructions.json b/assets/instructions.json index e81f782..befb6c9 100644 --- a/assets/instructions.json +++ b/assets/instructions.json @@ -23555,8 +23555,8 @@ }, "operands": { "operand1": { - "type": "imm32", - "encoding": "imm32" + "type": "mem32", + "encoding": "modrm_rm" } }, "comment": "fadd $f32mem (ADD_F32m)", @@ -23870,8 +23870,8 @@ }, "operands": { "operand1": { - "type": "imm32", - "encoding": "imm32" + "type": "mem32", + "encoding": "modrm_rm" } }, "comment": "fcom $f32mem (FCOM32m)", @@ -24000,8 +24000,8 @@ }, "operands": { "operand1": { - "type": "imm32", - "encoding": "imm32" + "type": "mem32", + "encoding": "modrm_rm" } }, "comment": "fcomp $f32mem (FCOMP32m)", @@ -24101,8 +24101,8 @@ }, "operands": { "operand1": { - "type": "imm32", - "encoding": "imm32" + "type": "mem32", + "encoding": "modrm_rm" } }, "comment": "fdiv $f32mem (DIV_F32m)", @@ -24189,8 +24189,8 @@ }, "operands": { "operand1": { - "type": "imm32", - "encoding": "imm32" + "type": "mem32", + "encoding": "modrm_rm" } }, "comment": "fdivr $f32mem (DIVR_F32m)", @@ -24937,8 +24937,8 @@ }, "operands": { "operand1": { - "type": "imm32", - "encoding": "imm32" + "type": "mem32", + "encoding": "modrm_rm" } }, "comment": "fmul $f32mem (MUL_F32m)", @@ -25491,8 +25491,8 @@ }, "operands": { "operand1": { - "type": "imm32", - "encoding": "imm32" + "type": "mem32", + "encoding": "modrm_rm" } }, "comment": "fsub $f32mem (SUB_F32m)", @@ -25579,8 +25579,8 @@ }, "operands": { "operand1": { - "type": "imm32", - "encoding": "imm32" + "type": "mem32", + "encoding": "modrm_rm" } }, "comment": "fsubr $f32mem (SUBR_F32m)",