Common: Cleanup CPU capability detection code.
This commit is contained in:
parent
a1942238f5
commit
0ee00861f6
5 changed files with 144 additions and 201 deletions
|
@ -532,7 +532,7 @@ public:
|
|||
void MOVSX(int dbits, int sbits, X64Reg dest, OpArg src); //automatically uses MOVSXD if necessary
|
||||
void MOVZX(int dbits, int sbits, X64Reg dest, OpArg src);
|
||||
|
||||
// Available only on Atom or >= Haswell so far. Test with cpu_info.bMOVBE.
|
||||
// Available only on Atom or >= Haswell so far. Test with GetCPUCaps().movbe.
|
||||
void MOVBE(int dbits, const OpArg& dest, const OpArg& src);
|
||||
|
||||
// Available only on AMD >= Phenom or Intel >= Haswell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue