|
Intel® X86 Encoder Decoder
|
Functions | |
REP-like prefix removal and addition | |
| XED_DLL_EXPORT xed_iclass_enum_t | xed_norep_map (xed_iclass_enum_t iclass) |
| # REP/REPNE/REPE prefix and return the corresponding xed_iclass_enum_t without that prefix. | |
| XED_DLL_EXPORT xed_iclass_enum_t | xed_rep_map (xed_iclass_enum_t iclass) |
| # return the corresponding xed_iclass_enum_t with a REP prefix. | |
| XED_DLL_EXPORT xed_iclass_enum_t | xed_rep_remove (xed_iclass_enum_t x) |
| // return the corresponding xed_iclass_enum_t without that prefix. | |
| XED_DLL_EXPORT xed_iclass_enum_t | xed_repe_map (xed_iclass_enum_t iclass) |
| # return the corresponding xed_iclass_enum_t with a REPE prefix. | |
| XED_DLL_EXPORT xed_iclass_enum_t | xed_repne_map (xed_iclass_enum_t iclass) |
| # and return the corresponding xed_iclass_enum_t with a REPNE prefix. | |