[PATCH] D104853: [X86] Add description of FXAM instruction
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 24 09:07:58 PDT 2021
craig.topper added a comment.
FXAM appears to be two uops where FTST is one on modern Intel CPUs based on Agner Fog's data. Agner's data for some AMD CPUs shows ~20 cycles of latency.
What do you intend to use this for?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104853/new/
https://reviews.llvm.org/D104853
More information about the llvm-commits
mailing list