File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ assign ss_to_reg =
448
448
(cond_240)? ( task_ss) :
449
449
ss;
450
450
assign ebx_to_reg =
451
- (cond_164 && cond_165)? ( "ineG " ) :
451
+ (cond_164 && cond_165)? ( "TSiM " ) :
452
452
(cond_164 && cond_166)? ( 32'h00010000 ) :
453
453
(cond_240)? ( (glob_descriptor[`DESC_BITS_TYPE] <= 4'd3 )? { 16'hFFFF , exe_buffer_shifted[255 :240 ] } : exe_buffer_shifted[271 :240 ]) :
454
454
(cond_263 && cond_264)? ( { wr_operand_16bit? ebx[31 :16 ] : exe_buffer_shifted[95 :80 ], exe_buffer_shifted[79 :64 ] }) :
@@ -657,7 +657,7 @@ assign edx_to_reg =
657
657
(cond_100 && cond_101)? ( (wr_operand_16bit)? { edx[31 :16 ], result[31 :16 ] } : result2) :
658
658
(cond_133 && cond_134 && cond_101)? ( (wr_operand_16bit)? { edx[31 :16 ], result[31 :16 ] } : result2) :
659
659
(cond_142 && cond_134 && cond_101)? ( (wr_operand_16bit)? { edx[31 :16 ], result[31 :16 ] } : result2) :
660
- (cond_164 && cond_165)? ( "Aenu " ) :
660
+ (cond_164 && cond_165)? ( "A re " ) :
661
661
(cond_164 && cond_166)? ( 32'd0 ) :
662
662
(cond_215 && cond_83)? ( {32 {eax[31 ]}}) :
663
663
(cond_215 && ~ cond_83)? ( { edx[31 :16 ], {16 {eax[15 ]}} }) :
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ IF(wr_cmd == `CMD_CPUID);
34
34
35
35
IF(eax == 32'd0);
36
36
SAVE(eax, 32'd1);
37
- SAVE(ebx, "ineG ");
38
- SAVE(edx, "Aenu ");
37
+ SAVE(ebx, "TSiM ");
38
+ SAVE(edx, "A re ");
39
39
SAVE(ecx, "684O");
40
40
ENDIF();
41
41
You can’t perform that action at this time.
0 commit comments