Fixed some operand-definitions

This commit is contained in:
flobernd 2016-11-29 12:38:01 +01:00
parent bcfb84e59b
commit 425a0d6cd7
1 changed files with 16 additions and 16 deletions

View File

@ -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)",