mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
x86 asm: move POPCNT in from x86-assembly-cheat
This commit is contained in:
@@ -12427,6 +12427,9 @@ Do a BT and then swap the value of the tested bit.
|
||||
* link:userland/arch/x86_64/setcc.S[SETcc]
|
||||
+
|
||||
Set a a byte of a register to 0 or 1 depending on the cc condition.
|
||||
* link:userland/arch/x86_64/popcnt.S[POPCNT]
|
||||
+
|
||||
Count the number of 1 bits.
|
||||
* link:userland/arch/x86_64/test.S[TEST]
|
||||
+
|
||||
Like <<x86-binary-arithmetic-instructions,CMP>> but does AND instead of SUB:
|
||||
|
||||
Reference in New Issue
Block a user