TupleType

Tuple type (EVEX/MVEX) which can be used to get the disp8 scale factor N

iced_x86.TupleType.N1: int = 0

N = 1

iced_x86.TupleType.N2: int = 1

N = 2

iced_x86.TupleType.N4: int = 2

N = 4

iced_x86.TupleType.N8: int = 3

N = 8

iced_x86.TupleType.N16: int = 4

N = 16

iced_x86.TupleType.N32: int = 5

N = 32

iced_x86.TupleType.N64: int = 6

N = 64

iced_x86.TupleType.N8B4: int = 7

N = b ? 4 : 8

iced_x86.TupleType.N16B4: int = 8

N = b ? 4 : 16

iced_x86.TupleType.N32B4: int = 9

N = b ? 4 : 32

iced_x86.TupleType.N64B4: int = 10

N = b ? 4 : 64

iced_x86.TupleType.N16B8: int = 11

N = b ? 8 : 16

iced_x86.TupleType.N32B8: int = 12

N = b ? 8 : 32

iced_x86.TupleType.N64B8: int = 13

N = b ? 8 : 64

iced_x86.TupleType.N4B2: int = 14

N = b ? 2 : 4

iced_x86.TupleType.N8B2: int = 15

N = b ? 2 : 8

iced_x86.TupleType.N16B2: int = 16

N = b ? 2 : 16

iced_x86.TupleType.N32B2: int = 17

N = b ? 2 : 32

iced_x86.TupleType.N64B2: int = 18

N = b ? 2 : 64