Skip to content

Commit

Permalink
get rid of bxcpu-ffi changes; i don't use the helper functions anyways
Browse files Browse the repository at this point in the history
  • Loading branch information
0vercl0k committed Feb 10, 2024
1 parent b359232 commit c74549a
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/libs/bochscpu-bins/include/bochscpu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ using bochscpu_cpu_global_seg_t = GlobalSeg;

using bochscpu_cpu_zmm_t = Zmm;

using bochscpu_cpu_float80_t = Float80;

using bochscpu_instr_t = const void*;

extern "C" {
Expand Down Expand Up @@ -360,26 +358,6 @@ void bochscpu_cpu_zmm(bochscpu_cpu_t p, uintptr_t idx, bochscpu_cpu_zmm_t *z);

void bochscpu_cpu_set_zmm(bochscpu_cpu_t p, uintptr_t idx, const bochscpu_cpu_zmm_t *z);

void bochscpu_cpu_fp_st(bochscpu_cpu_t p, uintptr_t idx, bochscpu_cpu_float80_t *f);

void bochscpu_cpu_set_fp_st(bochscpu_cpu_t p, uintptr_t idx, const bochscpu_cpu_float80_t *f);

uint16_t bochscpu_cpu_fp_cw(bochscpu_cpu_t p);

void bochscpu_cpu_set_fp_cw(bochscpu_cpu_t p, uint16_t f);

uint16_t bochscpu_cpu_fp_sw(bochscpu_cpu_t p);

void bochscpu_cpu_set_fp_sw(bochscpu_cpu_t p, uint16_t f);

uint16_t bochscpu_cpu_fp_tw(bochscpu_cpu_t p);

void bochscpu_cpu_set_fp_tw(bochscpu_cpu_t p, uint16_t f);

uint16_t bochscpu_cpu_fp_op(bochscpu_cpu_t p);

void bochscpu_cpu_set_fp_op(bochscpu_cpu_t p, uint16_t f);

uint32_t bochscpu_instr_bx_opcode(bochscpu_instr_t p);

uint16_t bochscpu_instr_imm16(bochscpu_instr_t p);
Expand Down

0 comments on commit c74549a

Please sign in to comment.