Use a struct interface for creating and reading encoding bits on x86. #1156 (#1212)

This commit is contained in:
Sean Stangl
2019-11-13 18:01:13 -07:00
committed by GitHub
parent b578fd5396
commit f8ae622003
7 changed files with 273 additions and 45 deletions

View File

@@ -0,0 +1,3 @@
//! Shared ISA-specific definitions.
pub mod x86;