Skip to content

Commit 24c87f6

Browse files
authored
Merge pull request #1336 from calebzulawski/movbe
Document movbe target feature
2 parents 846bdbb + f37b1c1 commit 24c87f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/attributes/codegen.md

+2
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Feature | Implicitly Enables | Description
9292
`fma` | `avx` | [FMA3] — Three-operand fused multiply-add
9393
`fxsr` | | [`fxsave`] and [`fxrstor`] — Save and restore x87 FPU, MMX Technology, and SSE State
9494
`lzcnt` | | [`lzcnt`] — Leading zeros count
95+
`movbe` | | [`movbe`] - Move data after swapping bytes
9596
`pclmulqdq` | `sse2` | [`pclmulqdq`] — Packed carry-less multiplication quadword
9697
`popcnt` | | [`popcnt`] — Count of bits set to 1
9798
`rdrand` | | [`rdrand`] — Read random number
@@ -121,6 +122,7 @@ Feature | Implicitly Enables | Description
121122
[`fxsave`]: https://www.felixcloutier.com/x86/fxsave
122123
[`fxrstor`]: https://www.felixcloutier.com/x86/fxrstor
123124
[`lzcnt`]: https://www.felixcloutier.com/x86/lzcnt
125+
[`movbe`]: https://www.felixcloutier.com/x86/movbe
124126
[`pclmulqdq`]: https://www.felixcloutier.com/x86/pclmulqdq
125127
[`popcnt`]: https://www.felixcloutier.com/x86/popcnt
126128
[`rdrand`]: https://en.wikipedia.org/wiki/RdRand

0 commit comments

Comments
 (0)