v86/src/rust/cpu
2022-11-26 14:11:19 -06:00
..
arith.rs late c2rust cleanup, fix panic in idiv16 in debug build 2022-11-15 10:14:28 +09:00
call_indirect.rs Rename imports to call_indirect 2020-12-31 19:14:32 -06:00
cpu.rs mxcsr: log less 2022-11-26 14:11:19 -06:00
fpu.rs fsave: set high bits of 16-bit fields 2022-11-26 14:11:19 -06:00
global_pointers.rs merge updates to last_op_size and flags_changed 2022-11-15 10:14:28 +09:00
instructions.rs fix: mov sreg, reg triggers pf before ud 2022-11-26 14:11:19 -06:00
instructions_0f.rs fix push sreg only touches 16 bits of the stack dword 2022-11-26 14:11:19 -06:00
memory.rs movs: fast path for unaligned src/dst 2022-11-15 10:14:28 +09:00
misc_instr.rs fix push sreg only touches 16 bits of the stack dword 2022-11-26 14:11:19 -06:00
mod.rs Port svga rendering to rust 2022-02-22 00:39:05 +01:00
modrm.rs minor 2022-02-22 00:39:05 +01:00
sse_instr.rs dead code 2022-11-15 10:14:28 +09:00
string.rs movs: allow overlapping strings, as long as they don't overlay within a page 2022-11-26 14:11:19 -06:00
vga.rs Fix svga not rendering pixels at bottom of changed buffer (#628) 2022-03-10 21:46:57 +01:00