U32
#define U32(ptr) get_u32(ctx->ctx->bios, (ptr))
#define U32(ptr) get_u32(ctx->ctx->bios, (ptr))
typedef u_int32_t U32;
typedef __le32 U32;
typedef uint32_t U32;
typedef uint32_t U32;
enum num_t { U64, first_t = U64, U32, S64, S32, last_t = S32 };