Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 9c83732

Browse files
authored
Merge pull request #239 from alexcrichton/merge
Merge with main
2 parents f32768b + 25212e9 commit 9c83732

File tree

66 files changed

+581
-260
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+581
-260
lines changed

cranelift/assembler-x64/meta/src/dsl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ pub mod format;
1111

1212
pub use custom::{Custom, Customization};
1313
pub use encoding::{Encoding, ModRmKind, OpcodeMod};
14+
pub use encoding::{Evex, Length, Vex, VexEscape, VexPrefix, evex, vex};
1415
pub use encoding::{
1516
Group1Prefix, Group2Prefix, Group3Prefix, Group4Prefix, Opcodes, Prefixes, Rex, rex,
1617
};
17-
pub use encoding::{Vex, VexEscape, VexLength, VexPrefix, vex};
1818
pub use features::{ALL_FEATURES, Feature, Features};
1919
pub use format::{Eflags, Extension, Format, Location, Mutability, Operand, OperandKind, RegClass};
2020
pub use format::{align, fmt, implicit, r, rw, sxl, sxq, sxw, w};

0 commit comments

Comments
 (0)