☰
CodeAsmKtestw
Required Methods
ktestw
Implementors
In iced_x86::code_asm::asm_traits
?
Trait
iced_x86
::
code_asm
::
asm_traits
::
CodeAsmKtestw
source
·
[
−
]
pub trait CodeAsmKtestw<T, U> { fn
ktestw
(&mut self, op0: T, op1: U) ->
Result
<
()
,
IcedError
>; }
Required Methods
source
fn
ktestw
(&mut self, op0: T, op1: U) ->
Result
<
()
,
IcedError
>
Implementors
source
impl
CodeAsmKtestw
<
AsmRegisterK
,
AsmRegisterK
> for
CodeAssembler