File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Ghidra/Processors/x86/data/languages Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4137,10 +4137,10 @@ define pcodeop f2xm1;
4137
4137
:FIADD spec_m32 is vexMode=0 & byte=0xDA; reg_opcode=0 ... & spec_m32 { ST0 = ST0 f+ int2float(spec_m32); }
4138
4138
:FIADD spec_m16 is vexMode=0 & byte=0xDE; reg_opcode=0 ... & spec_m16 { ST0 = ST0 f+ int2float(spec_m16); }
4139
4139
4140
- define pcodeop convert_bcd ;
4141
- :FBLD spec_m80 is vexMode=0 & byte=0xDF; reg_opcode=4 ... & spec_m80 { fdec(); ST0 = convert_bcd (spec_m80); }
4142
-
4143
- :FBSTP spec_m80 is vexMode=0 & byte=0xDF; reg_opcode=6 ... & spec_m80 { spec_m80 = convert_bcd (ST0); fpop(); }
4140
+ define pcodeop from_bcd ;
4141
+ :FBLD spec_m80 is vexMode=0 & byte=0xDF; reg_opcode=4 ... & spec_m80 { fdec(); ST0 = from_bcd (spec_m80); }
4142
+ define pcodeop to_bcd;
4143
+ :FBSTP spec_m80 is vexMode=0 & byte=0xDF; reg_opcode=6 ... & spec_m80 { spec_m80 = to_bcd (ST0); fpop(); }
4144
4144
4145
4145
:FCHS is vexMode=0 & byte=0xD9; byte=0xE0 { ST0 = f- ST0; }
4146
4146
You can’t perform that action at this time.
0 commit comments