[machinst x64]: clarify parameter name of Inst::xmm_rm_r_imm
This commit is contained in:
@@ -786,14 +786,14 @@ impl Inst {
|
||||
src: RegMem,
|
||||
dst: Writable<Reg>,
|
||||
imm: u8,
|
||||
w: bool,
|
||||
is64: bool,
|
||||
) -> Inst {
|
||||
Inst::XmmRmRImm {
|
||||
op,
|
||||
src,
|
||||
dst,
|
||||
imm,
|
||||
is64: w,
|
||||
is64,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user