capstone/include
Chen 21ce362438
Use cs_ac_type for operand access mode in all arches and use cs_xtensa_op_type for Xtensa operand type (#2721)
* Xtensa: use cs_xtensa_op_type for operand type, and use cs_ac_type for operand access mode

To explicitly tell the user the possible values of the operand
type/access mode.

Also drop the unused XTENSA_OP_MEM_REG and XTENSA_OP_MEM_IMM.

* Use cs_ac_type for operand access mode in all arches

Currently, some arches use uint8_t for operand access mode, while others
use cs_ac_type. Use cs_ac_type uniformly.

* M680X: use cs_ac_type directly, instead of adding another e_access type

* Change access type to c_uint to follow c-side changes to cs_ac_type

* Document operand access type change to enum
2025-06-05 11:49:20 +08:00
..
capstone Use cs_ac_type for operand access mode in all arches and use cs_xtensa_op_type for Xtensa operand type (#2721) 2025-06-05 11:49:20 +08:00
windowsce Added support for building binaries for Windows CE 7 on ARMv7 (a.k.a., Windows Embedded Compact 7) and for Windows CE 8 on ARMv7 (a.k.a., Windows Embedded Compact 2013). 2016-04-07 17:05:00 +02:00
platform.h fix some warnings on VS2010 on redefining INTxx_MIN, INTxx_MAX 2017-03-06 14:40:30 +08:00