Module ida_typeinf :: Class simd_info_t
[frames] | no frames]

Class simd_info_t

object --+
         |
        simd_info_t

Proxy of C++ simd_info_t class.

Instance Methods
simd_info_t
__init__(self, nm=None, sz=0, memt=BTF_UNK)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
bool
match_pattern(self, pattern)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  memtype
simd_info_t_memtype_get(self) -> type_t
  name
simd_info_t_name_get(self) -> char const *
  size
simd_info_t_size_get(self) -> uint16
  thisown
The membership flag
  tif
simd_info_t_tif_get(self) -> tinfo_t

Inherited from object: __class__

Method Details

__init__(self, nm=None, sz=0, memt=BTF_UNK)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: simd_info_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

memtype

simd_info_t_memtype_get(self) -> type_t

Get Method:
unreachable.simd_info_t_memtype_get(self)
Set Method:
unreachable.simd_info_t_memtype_set(self, memtype)

name

simd_info_t_name_get(self) -> char const *

Get Method:
unreachable.simd_info_t_name_get(self)
Set Method:
unreachable.simd_info_t_name_set(self, name)

size

simd_info_t_size_get(self) -> uint16

Get Method:
unreachable.simd_info_t_size_get(self)
Set Method:
unreachable.simd_info_t_size_set(self, size)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

tif

simd_info_t_tif_get(self) -> tinfo_t

Get Method:
unreachable.simd_info_t_tif_get(self)
Set Method:
unreachable.simd_info_t_tif_set(self, tif)