mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
x86 asm: logical instructions move from x86-assembly-cheat
This commit is contained in:
@@ -12366,6 +12366,15 @@ Bibliography:
|
||||
** link:userland/arch/x86_64/idiv.S[IDIV]
|
||||
* link:userland/arch/x86_64/cmp.S[CMP]
|
||||
|
||||
=== x86 logical instructions
|
||||
|
||||
<<intel-manual-1>> 5.1.4 "Logical Instructions"
|
||||
|
||||
* link:userland/arch/x86_64/and.S[AND]
|
||||
* link:userland/arch/x86_64/not.S[NOT]
|
||||
* link:userland/arch/x86_64/or.S[OR]
|
||||
* link:userland/arch/x86_64/xor.S[XOR]
|
||||
|
||||
=== x86 SIMD
|
||||
|
||||
History:
|
||||
|
||||
Reference in New Issue
Block a user