Index of InstructionsΒΆ

Instruction

Binary Opcode

Type

Validation

Execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{unreachable}}\)

\(\def\mathdef268#1{\mathtt{0x#1}}\mathdef268{00}\)

\([t_1^\ast] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_2^\ast]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{nop}}\)

\(\def\mathdef269#1{\mathtt{0x#1}}\mathdef269{01}\)

\([] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{block}}~\mathit{bt}\)

\(\def\mathdef270#1{\mathtt{0x#1}}\mathdef270{02}\)

\([t_1^\ast] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_2^\ast]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{loop}}~\mathit{bt}\)

\(\def\mathdef271#1{\mathtt{0x#1}}\mathdef271{03}\)

\([t_1^\ast] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_2^\ast]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{if}}~\mathit{bt}\)

\(\def\mathdef272#1{\mathtt{0x#1}}\mathdef272{04}\)

\([t_1^\ast~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_2^\ast]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{else}}\)

\(\def\mathdef273#1{\mathtt{0x#1}}\mathdef273{05}\)

(reserved)

\(\def\mathdef274#1{\mathtt{0x#1}}\mathdef274{06}\)

(reserved)

\(\def\mathdef275#1{\mathtt{0x#1}}\mathdef275{07}\)

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{throw}}~x\)

\(\def\mathdef276#1{\mathtt{0x#1}}\mathdef276{08}\)

\([t_1^\ast~t_x^\ast] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_2^\ast]\)

validation

execution

(reserved)

\(\def\mathdef277#1{\mathtt{0x#1}}\mathdef277{09}\)

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{throw\_ref}}\)

\(\def\mathdef278#1{\mathtt{0x#1}}\mathdef278{0A}\)

\([t_1^\ast~\href{../syntax/types.html#syntax-reftype}{\mathsf{exnref}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_2^\ast]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{end}}\)

\(\def\mathdef279#1{\mathtt{0x#1}}\mathdef279{0B}\)

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{br}}~l\)

\(\def\mathdef280#1{\mathtt{0x#1}}\mathdef280{0C}\)

\([t_1^\ast~t^\ast] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_2^\ast]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{br\_if}}~l\)

\(\def\mathdef281#1{\mathtt{0x#1}}\mathdef281{0D}\)

\([t^\ast~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t^\ast]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{br\_table}}~l^\ast~l\)

\(\def\mathdef282#1{\mathtt{0x#1}}\mathdef282{0E}\)

\([t_1^\ast~t^\ast~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_2^\ast]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{return}}\)

\(\def\mathdef283#1{\mathtt{0x#1}}\mathdef283{0F}\)

\([t_1^\ast~t^\ast] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_2^\ast]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{call}}~x\)

\(\def\mathdef284#1{\mathtt{0x#1}}\mathdef284{10}\)

\([t_1^\ast] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_2^\ast]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{call\_indirect}}~x~y\)

\(\def\mathdef285#1{\mathtt{0x#1}}\mathdef285{11}\)

\([t_1^\ast~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_2^\ast]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{return\_call}}~x\)

\(\def\mathdef286#1{\mathtt{0x#1}}\mathdef286{12}\)

\([t_1^\ast] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_2^\ast]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{return\_call\_indirect}}~x~y\)

\(\def\mathdef287#1{\mathtt{0x#1}}\mathdef287{13}\)

\([t_1^\ast~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_2^\ast]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{call\_ref}}~x\)

\(\def\mathdef288#1{\mathtt{0x#1}}\mathdef288{14}\)

\([t_1^\ast~(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~x)] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_2^\ast]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{return\_call\_ref}}~x\)

\(\def\mathdef289#1{\mathtt{0x#1}}\mathdef289{15}\)

\([t_1^\ast~(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~x)] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_2^\ast]\)

validation

execution

(reserved)

\(\def\mathdef290#1{\mathtt{0x#1}}\mathdef290{16}\)

(reserved)

\(\def\mathdef291#1{\mathtt{0x#1}}\mathdef291{17}\)

(reserved)

\(\def\mathdef292#1{\mathtt{0x#1}}\mathdef292{18}\)

(reserved)

\(\def\mathdef293#1{\mathtt{0x#1}}\mathdef293{19}\)

\(\href{../syntax/instructions.html#syntax-instr-parametric}{\mathsf{drop}}\)

\(\def\mathdef294#1{\mathtt{0x#1}}\mathdef294{1A}\)

\([t] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-parametric}{\mathsf{select}}\)

\(\def\mathdef295#1{\mathtt{0x#1}}\mathdef295{1B}\)

\([t~t~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-parametric}{\mathsf{select}}~t\)

\(\def\mathdef296#1{\mathtt{0x#1}}\mathdef296{1C}\)

\([t~t~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t]\)

validation

execution

(reserved)

\(\def\mathdef297#1{\mathtt{0x#1}}\mathdef297{1D}\)

(reserved)

\(\def\mathdef298#1{\mathtt{0x#1}}\mathdef298{1E}\)

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{try\_table}}~\mathit{bt}\)

\(\def\mathdef299#1{\mathtt{0x#1}}\mathdef299{1F}\)

\([t_1^\ast] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_2^\ast]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-variable}{\mathsf{local{.}get}}~x\)

\(\def\mathdef300#1{\mathtt{0x#1}}\mathdef300{20}\)

\([] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-variable}{\mathsf{local{.}set}}~x\)

\(\def\mathdef301#1{\mathtt{0x#1}}\mathdef301{21}\)

\([t] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-variable}{\mathsf{local{.}tee}}~x\)

\(\def\mathdef302#1{\mathtt{0x#1}}\mathdef302{22}\)

\([t] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-variable}{\mathsf{global{.}get}}~x\)

\(\def\mathdef303#1{\mathtt{0x#1}}\mathdef303{23}\)

\([] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-variable}{\mathsf{global{.}set}}~x\)

\(\def\mathdef304#1{\mathtt{0x#1}}\mathdef304{24}\)

\([t] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-table}{\mathsf{table{.}get}}~x\)

\(\def\mathdef305#1{\mathtt{0x#1}}\mathdef305{25}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-table}{\mathsf{table{.}set}}~x\)

\(\def\mathdef306#1{\mathtt{0x#1}}\mathdef306{26}\)

\([\mathit{at}~t] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

(reserved)

\(\def\mathdef307#1{\mathtt{0x#1}}\mathdef307{27}\)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef308#1{\mathtt{0x#1}}\mathdef308{28}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef309#1{\mathtt{0x#1}}\mathdef309{29}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef310#1{\mathtt{0x#1}}\mathdef310{2A}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef311#1{\mathtt{0x#1}}\mathdef311{2B}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{8\_s}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef312#1{\mathtt{0x#1}}\mathdef312{2C}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{8\_u}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef313#1{\mathtt{0x#1}}\mathdef313{2D}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{16\_s}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef314#1{\mathtt{0x#1}}\mathdef314{2E}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{16\_u}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef315#1{\mathtt{0x#1}}\mathdef315{2F}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{8\_s}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef316#1{\mathtt{0x#1}}\mathdef316{30}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{8\_u}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef317#1{\mathtt{0x#1}}\mathdef317{31}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{16\_s}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef318#1{\mathtt{0x#1}}\mathdef318{32}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{16\_u}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef319#1{\mathtt{0x#1}}\mathdef319{33}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{32\_s}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef320#1{\mathtt{0x#1}}\mathdef320{34}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{32\_u}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef321#1{\mathtt{0x#1}}\mathdef321{35}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{store}}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef322#1{\mathtt{0x#1}}\mathdef322{36}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{store}}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef323#1{\mathtt{0x#1}}\mathdef323{37}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{store}}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef324#1{\mathtt{0x#1}}\mathdef324{38}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{store}}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef325#1{\mathtt{0x#1}}\mathdef325{39}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{store}}\mathsf{8}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef326#1{\mathtt{0x#1}}\mathdef326{3A}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{store}}\mathsf{16}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef327#1{\mathtt{0x#1}}\mathdef327{3B}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{store}}\mathsf{8}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef328#1{\mathtt{0x#1}}\mathdef328{3C}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{store}}\mathsf{16}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef329#1{\mathtt{0x#1}}\mathdef329{3D}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{store}}\mathsf{32}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef330#1{\mathtt{0x#1}}\mathdef330{3E}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{memory{.}size}}~x\)

\(\def\mathdef331#1{\mathtt{0x#1}}\mathdef331{3F}\)

\([] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\mathit{at}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{memory{.}grow}}~x\)

\(\def\mathdef332#1{\mathtt{0x#1}}\mathdef332{40}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\mathit{at}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{const}}~\href{../syntax/values.html#syntax-int}{\mathit{i\scriptstyle\kern-0.1em32}}\)

\(\def\mathdef333#1{\mathtt{0x#1}}\mathdef333{41}\)

\([] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{const}}~\href{../syntax/values.html#syntax-int}{\mathit{i\scriptstyle\kern-0.1em64}}\)

\(\def\mathdef334#1{\mathtt{0x#1}}\mathdef334{42}\)

\([] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{const}}~\href{../syntax/values.html#syntax-float}{\mathit{f\scriptstyle\kern-0.15em32}}\)

\(\def\mathdef335#1{\mathtt{0x#1}}\mathdef335{43}\)

\([] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{const}}~\href{../syntax/values.html#syntax-float}{\mathit{f\scriptstyle\kern-0.15em64}}\)

\(\def\mathdef336#1{\mathtt{0x#1}}\mathdef336{44}\)

\([] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{eqz}}\)

\(\def\mathdef337#1{\mathtt{0x#1}}\mathdef337{45}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{eq}}\)

\(\def\mathdef338#1{\mathtt{0x#1}}\mathdef338{46}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ne}}\)

\(\def\mathdef339#1{\mathtt{0x#1}}\mathdef339{47}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{lt}}\mathsf{\_s}\)

\(\def\mathdef340#1{\mathtt{0x#1}}\mathdef340{48}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{lt}}\mathsf{\_u}\)

\(\def\mathdef341#1{\mathtt{0x#1}}\mathdef341{49}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{gt}}\mathsf{\_s}\)

\(\def\mathdef342#1{\mathtt{0x#1}}\mathdef342{4A}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{gt}}\mathsf{\_u}\)

\(\def\mathdef343#1{\mathtt{0x#1}}\mathdef343{4B}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{le}}\mathsf{\_s}\)

\(\def\mathdef344#1{\mathtt{0x#1}}\mathdef344{4C}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{le}}\mathsf{\_u}\)

\(\def\mathdef345#1{\mathtt{0x#1}}\mathdef345{4D}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ge}}\mathsf{\_s}\)

\(\def\mathdef346#1{\mathtt{0x#1}}\mathdef346{4E}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ge}}\mathsf{\_u}\)

\(\def\mathdef347#1{\mathtt{0x#1}}\mathdef347{4F}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{eqz}}\)

\(\def\mathdef348#1{\mathtt{0x#1}}\mathdef348{50}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{eq}}\)

\(\def\mathdef349#1{\mathtt{0x#1}}\mathdef349{51}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ne}}\)

\(\def\mathdef350#1{\mathtt{0x#1}}\mathdef350{52}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{lt}}\mathsf{\_s}\)

\(\def\mathdef351#1{\mathtt{0x#1}}\mathdef351{53}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{lt}}\mathsf{\_u}\)

\(\def\mathdef352#1{\mathtt{0x#1}}\mathdef352{54}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{gt}}\mathsf{\_s}\)

\(\def\mathdef353#1{\mathtt{0x#1}}\mathdef353{55}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{gt}}\mathsf{\_u}\)

\(\def\mathdef354#1{\mathtt{0x#1}}\mathdef354{56}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{le}}\mathsf{\_s}\)

\(\def\mathdef355#1{\mathtt{0x#1}}\mathdef355{57}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{le}}\mathsf{\_u}\)

\(\def\mathdef356#1{\mathtt{0x#1}}\mathdef356{58}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ge}}\mathsf{\_s}\)

\(\def\mathdef357#1{\mathtt{0x#1}}\mathdef357{59}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ge}}\mathsf{\_u}\)

\(\def\mathdef358#1{\mathtt{0x#1}}\mathdef358{5A}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{eq}}\)

\(\def\mathdef359#1{\mathtt{0x#1}}\mathdef359{5B}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ne}}\)

\(\def\mathdef360#1{\mathtt{0x#1}}\mathdef360{5C}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{lt}}\)

\(\def\mathdef361#1{\mathtt{0x#1}}\mathdef361{5D}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{gt}}\)

\(\def\mathdef362#1{\mathtt{0x#1}}\mathdef362{5E}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{le}}\)

\(\def\mathdef363#1{\mathtt{0x#1}}\mathdef363{5F}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ge}}\)

\(\def\mathdef364#1{\mathtt{0x#1}}\mathdef364{60}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{eq}}\)

\(\def\mathdef365#1{\mathtt{0x#1}}\mathdef365{61}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ne}}\)

\(\def\mathdef366#1{\mathtt{0x#1}}\mathdef366{62}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{lt}}\)

\(\def\mathdef367#1{\mathtt{0x#1}}\mathdef367{63}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{gt}}\)

\(\def\mathdef368#1{\mathtt{0x#1}}\mathdef368{64}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{le}}\)

\(\def\mathdef369#1{\mathtt{0x#1}}\mathdef369{65}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ge}}\)

\(\def\mathdef370#1{\mathtt{0x#1}}\mathdef370{66}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{clz}}\)

\(\def\mathdef371#1{\mathtt{0x#1}}\mathdef371{67}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ctz}}\)

\(\def\mathdef372#1{\mathtt{0x#1}}\mathdef372{68}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{popcnt}}\)

\(\def\mathdef373#1{\mathtt{0x#1}}\mathdef373{69}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{add}}\)

\(\def\mathdef374#1{\mathtt{0x#1}}\mathdef374{6A}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{sub}}\)

\(\def\mathdef375#1{\mathtt{0x#1}}\mathdef375{6B}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{mul}}\)

\(\def\mathdef376#1{\mathtt{0x#1}}\mathdef376{6C}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{div}}\mathsf{\_s}\)

\(\def\mathdef377#1{\mathtt{0x#1}}\mathdef377{6D}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{div}}\mathsf{\_u}\)

\(\def\mathdef378#1{\mathtt{0x#1}}\mathdef378{6E}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{rem}}\mathsf{\_s}\)

\(\def\mathdef379#1{\mathtt{0x#1}}\mathdef379{6F}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{rem}}\mathsf{\_u}\)

\(\def\mathdef380#1{\mathtt{0x#1}}\mathdef380{70}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{and}}\)

\(\def\mathdef381#1{\mathtt{0x#1}}\mathdef381{71}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{or}}\)

\(\def\mathdef382#1{\mathtt{0x#1}}\mathdef382{72}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{xor}}\)

\(\def\mathdef383#1{\mathtt{0x#1}}\mathdef383{73}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{shl}}\)

\(\def\mathdef384#1{\mathtt{0x#1}}\mathdef384{74}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{shr}}\mathsf{\_s}\)

\(\def\mathdef385#1{\mathtt{0x#1}}\mathdef385{75}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{shr}}\mathsf{\_u}\)

\(\def\mathdef386#1{\mathtt{0x#1}}\mathdef386{76}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{rotl}}\)

\(\def\mathdef387#1{\mathtt{0x#1}}\mathdef387{77}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{rotr}}\)

\(\def\mathdef388#1{\mathtt{0x#1}}\mathdef388{78}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{clz}}\)

\(\def\mathdef389#1{\mathtt{0x#1}}\mathdef389{79}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ctz}}\)

\(\def\mathdef390#1{\mathtt{0x#1}}\mathdef390{7A}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{popcnt}}\)

\(\def\mathdef391#1{\mathtt{0x#1}}\mathdef391{7B}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{add}}\)

\(\def\mathdef392#1{\mathtt{0x#1}}\mathdef392{7C}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{sub}}\)

\(\def\mathdef393#1{\mathtt{0x#1}}\mathdef393{7D}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{mul}}\)

\(\def\mathdef394#1{\mathtt{0x#1}}\mathdef394{7E}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{div}}\mathsf{\_s}\)

\(\def\mathdef395#1{\mathtt{0x#1}}\mathdef395{7F}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{div}}\mathsf{\_u}\)

\(\def\mathdef396#1{\mathtt{0x#1}}\mathdef396{80}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{rem}}\mathsf{\_s}\)

\(\def\mathdef397#1{\mathtt{0x#1}}\mathdef397{81}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{rem}}\mathsf{\_u}\)

\(\def\mathdef398#1{\mathtt{0x#1}}\mathdef398{82}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{and}}\)

\(\def\mathdef399#1{\mathtt{0x#1}}\mathdef399{83}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{or}}\)

\(\def\mathdef400#1{\mathtt{0x#1}}\mathdef400{84}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{xor}}\)

\(\def\mathdef401#1{\mathtt{0x#1}}\mathdef401{85}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{shl}}\)

\(\def\mathdef402#1{\mathtt{0x#1}}\mathdef402{86}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{shr}}\mathsf{\_s}\)

\(\def\mathdef403#1{\mathtt{0x#1}}\mathdef403{87}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{shr}}\mathsf{\_u}\)

\(\def\mathdef404#1{\mathtt{0x#1}}\mathdef404{88}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{rotl}}\)

\(\def\mathdef405#1{\mathtt{0x#1}}\mathdef405{89}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{rotr}}\)

\(\def\mathdef406#1{\mathtt{0x#1}}\mathdef406{8A}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{abs}}\)

\(\def\mathdef407#1{\mathtt{0x#1}}\mathdef407{8B}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{neg}}\)

\(\def\mathdef408#1{\mathtt{0x#1}}\mathdef408{8C}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ceil}}\)

\(\def\mathdef409#1{\mathtt{0x#1}}\mathdef409{8D}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{floor}}\)

\(\def\mathdef410#1{\mathtt{0x#1}}\mathdef410{8E}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\)

\(\def\mathdef411#1{\mathtt{0x#1}}\mathdef411{8F}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{nearest}}\)

\(\def\mathdef412#1{\mathtt{0x#1}}\mathdef412{90}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{sqrt}}\)

\(\def\mathdef413#1{\mathtt{0x#1}}\mathdef413{91}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{add}}\)

\(\def\mathdef414#1{\mathtt{0x#1}}\mathdef414{92}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{sub}}\)

\(\def\mathdef415#1{\mathtt{0x#1}}\mathdef415{93}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{mul}}\)

\(\def\mathdef416#1{\mathtt{0x#1}}\mathdef416{94}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{div}}\)

\(\def\mathdef417#1{\mathtt{0x#1}}\mathdef417{95}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{min}}\)

\(\def\mathdef418#1{\mathtt{0x#1}}\mathdef418{96}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{max}}\)

\(\def\mathdef419#1{\mathtt{0x#1}}\mathdef419{97}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{copysign}}\)

\(\def\mathdef420#1{\mathtt{0x#1}}\mathdef420{98}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{abs}}\)

\(\def\mathdef421#1{\mathtt{0x#1}}\mathdef421{99}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{neg}}\)

\(\def\mathdef422#1{\mathtt{0x#1}}\mathdef422{9A}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ceil}}\)

\(\def\mathdef423#1{\mathtt{0x#1}}\mathdef423{9B}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{floor}}\)

\(\def\mathdef424#1{\mathtt{0x#1}}\mathdef424{9C}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\)

\(\def\mathdef425#1{\mathtt{0x#1}}\mathdef425{9D}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{nearest}}\)

\(\def\mathdef426#1{\mathtt{0x#1}}\mathdef426{9E}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{sqrt}}\)

\(\def\mathdef427#1{\mathtt{0x#1}}\mathdef427{9F}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{add}}\)

\(\def\mathdef428#1{\mathtt{0x#1}}\mathdef428{A0}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{sub}}\)

\(\def\mathdef429#1{\mathtt{0x#1}}\mathdef429{A1}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{mul}}\)

\(\def\mathdef430#1{\mathtt{0x#1}}\mathdef430{A2}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{div}}\)

\(\def\mathdef431#1{\mathtt{0x#1}}\mathdef431{A3}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{min}}\)

\(\def\mathdef432#1{\mathtt{0x#1}}\mathdef432{A4}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{max}}\)

\(\def\mathdef433#1{\mathtt{0x#1}}\mathdef433{A5}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{copysign}}\)

\(\def\mathdef434#1{\mathtt{0x#1}}\mathdef434{A6}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{wrap}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}\)

\(\def\mathdef435#1{\mathtt{0x#1}}\mathdef435{A7}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}\mathsf{\_s}\)

\(\def\mathdef436#1{\mathtt{0x#1}}\mathdef436{A8}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}\mathsf{\_u}\)

\(\def\mathdef437#1{\mathtt{0x#1}}\mathdef437{A9}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}\mathsf{\_s}\)

\(\def\mathdef438#1{\mathtt{0x#1}}\mathdef438{AA}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}\mathsf{\_u}\)

\(\def\mathdef439#1{\mathtt{0x#1}}\mathdef439{AB}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{extend}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}\mathsf{\_s}\)

\(\def\mathdef440#1{\mathtt{0x#1}}\mathdef440{AC}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{extend}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}\mathsf{\_u}\)

\(\def\mathdef441#1{\mathtt{0x#1}}\mathdef441{AD}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}\mathsf{\_s}\)

\(\def\mathdef442#1{\mathtt{0x#1}}\mathdef442{AE}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}\mathsf{\_u}\)

\(\def\mathdef443#1{\mathtt{0x#1}}\mathdef443{AF}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}\mathsf{\_s}\)

\(\def\mathdef444#1{\mathtt{0x#1}}\mathdef444{B0}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}\mathsf{\_u}\)

\(\def\mathdef445#1{\mathtt{0x#1}}\mathdef445{B1}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{convert}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}\mathsf{\_s}\)

\(\def\mathdef446#1{\mathtt{0x#1}}\mathdef446{B2}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{convert}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}\mathsf{\_u}\)

\(\def\mathdef447#1{\mathtt{0x#1}}\mathdef447{B3}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{convert}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}\mathsf{\_s}\)

\(\def\mathdef448#1{\mathtt{0x#1}}\mathdef448{B4}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{convert}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}\mathsf{\_u}\)

\(\def\mathdef449#1{\mathtt{0x#1}}\mathdef449{B5}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{demote}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}\)

\(\def\mathdef450#1{\mathtt{0x#1}}\mathdef450{B6}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{convert}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}\mathsf{\_s}\)

\(\def\mathdef451#1{\mathtt{0x#1}}\mathdef451{B7}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{convert}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}\mathsf{\_u}\)

\(\def\mathdef452#1{\mathtt{0x#1}}\mathdef452{B8}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{convert}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}\mathsf{\_s}\)

\(\def\mathdef453#1{\mathtt{0x#1}}\mathdef453{B9}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{convert}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}\mathsf{\_u}\)

\(\def\mathdef454#1{\mathtt{0x#1}}\mathdef454{BA}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{promote}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}\)

\(\def\mathdef455#1{\mathtt{0x#1}}\mathdef455{BB}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{reinterpret}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}\)

\(\def\mathdef456#1{\mathtt{0x#1}}\mathdef456{BC}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{reinterpret}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}\)

\(\def\mathdef457#1{\mathtt{0x#1}}\mathdef457{BD}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{reinterpret}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}\)

\(\def\mathdef458#1{\mathtt{0x#1}}\mathdef458{BE}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{reinterpret}}\mathsf{\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}\)

\(\def\mathdef459#1{\mathtt{0x#1}}\mathdef459{BF}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{extend}}\mathsf{8\_s}\)

\(\def\mathdef460#1{\mathtt{0x#1}}\mathdef460{C0}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{extend}}\mathsf{16\_s}\)

\(\def\mathdef461#1{\mathtt{0x#1}}\mathdef461{C1}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{extend}}\mathsf{8\_s}\)

\(\def\mathdef462#1{\mathtt{0x#1}}\mathdef462{C2}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{extend}}\mathsf{16\_s}\)

\(\def\mathdef463#1{\mathtt{0x#1}}\mathdef463{C3}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{extend}}\mathsf{32\_s}\)

\(\def\mathdef464#1{\mathtt{0x#1}}\mathdef464{C4}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

(reserved)

\(\def\mathdef465#1{\mathtt{0x#1}}\mathdef465{C5}\)

(reserved)

\(\def\mathdef466#1{\mathtt{0x#1}}\mathdef466{C6}\)

(reserved)

\(\def\mathdef467#1{\mathtt{0x#1}}\mathdef467{C7}\)

(reserved)

\(\def\mathdef468#1{\mathtt{0x#1}}\mathdef468{C8}\)

(reserved)

\(\def\mathdef469#1{\mathtt{0x#1}}\mathdef469{C9}\)

(reserved)

\(\def\mathdef470#1{\mathtt{0x#1}}\mathdef470{CA}\)

(reserved)

\(\def\mathdef471#1{\mathtt{0x#1}}\mathdef471{CB}\)

(reserved)

\(\def\mathdef472#1{\mathtt{0x#1}}\mathdef472{CC}\)

(reserved)

\(\def\mathdef473#1{\mathtt{0x#1}}\mathdef473{CD}\)

(reserved)

\(\def\mathdef474#1{\mathtt{0x#1}}\mathdef474{CE}\)

(reserved)

\(\def\mathdef475#1{\mathtt{0x#1}}\mathdef475{CF}\)

\(\href{../syntax/instructions.html#syntax-instr-ref}{\mathsf{ref{.}null}}~\mathit{ht}\)

\(\def\mathdef476#1{\mathtt{0x#1}}\mathdef476{D0}\)

\([] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~\mathit{ht})]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-ref}{\mathsf{ref{.}is\_null}}\)

\(\def\mathdef477#1{\mathtt{0x#1}}\mathdef477{D1}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~\mathit{ht})] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-ref}{\mathsf{ref{.}func}}~x\)

\(\def\mathdef478#1{\mathtt{0x#1}}\mathdef478{D2}\)

\([] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\mathit{ht}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-ref}{\mathsf{ref{.}eq}}\)

\(\def\mathdef479#1{\mathtt{0x#1}}\mathdef479{D3}\)

\([\href{../syntax/types.html#syntax-reftype}{\mathsf{eqref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{eqref}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-ref}{\mathsf{ref{.}as\_non\_null}}\)

\(\def\mathdef480#1{\mathtt{0x#1}}\mathdef480{D4}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~\mathit{ht})] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\mathit{ht})]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{br\_on\_null}}~l\)

\(\def\mathdef481#1{\mathtt{0x#1}}\mathdef481{D5}\)

\([t^\ast~(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~\mathit{ht})] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t^\ast~(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\mathit{ht})]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{br\_on\_non\_null}}~l\)

\(\def\mathdef482#1{\mathtt{0x#1}}\mathdef482{D6}\)

\([t^\ast~(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~\mathit{ht})] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t^\ast]\)

validation

execution

(reserved)

\(\def\mathdef483#1{\mathtt{0x#1}}\mathdef483{D7}\)

(reserved)

\(\def\mathdef484#1{\mathtt{0x#1}}\mathdef484{D8}\)

(reserved)

\(\def\mathdef485#1{\mathtt{0x#1}}\mathdef485{D9}\)

(reserved)

\(\def\mathdef486#1{\mathtt{0x#1}}\mathdef486{DA}\)

(reserved)

\(\def\mathdef487#1{\mathtt{0x#1}}\mathdef487{DB}\)

(reserved)

\(\def\mathdef488#1{\mathtt{0x#1}}\mathdef488{DC}\)

(reserved)

\(\def\mathdef489#1{\mathtt{0x#1}}\mathdef489{DD}\)

(reserved)

\(\def\mathdef490#1{\mathtt{0x#1}}\mathdef490{DE}\)

(reserved)

\(\def\mathdef491#1{\mathtt{0x#1}}\mathdef491{DF}\)

(reserved)

\(\def\mathdef492#1{\mathtt{0x#1}}\mathdef492{E0}\)

(reserved)

\(\def\mathdef493#1{\mathtt{0x#1}}\mathdef493{E1}\)

(reserved)

\(\def\mathdef494#1{\mathtt{0x#1}}\mathdef494{E2}\)

(reserved)

\(\def\mathdef495#1{\mathtt{0x#1}}\mathdef495{E3}\)

(reserved)

\(\def\mathdef496#1{\mathtt{0x#1}}\mathdef496{E4}\)

(reserved)

\(\def\mathdef497#1{\mathtt{0x#1}}\mathdef497{E5}\)

(reserved)

\(\def\mathdef498#1{\mathtt{0x#1}}\mathdef498{E6}\)

(reserved)

\(\def\mathdef499#1{\mathtt{0x#1}}\mathdef499{E7}\)

(reserved)

\(\def\mathdef500#1{\mathtt{0x#1}}\mathdef500{E8}\)

(reserved)

\(\def\mathdef501#1{\mathtt{0x#1}}\mathdef501{E9}\)

(reserved)

\(\def\mathdef502#1{\mathtt{0x#1}}\mathdef502{EA}\)

(reserved)

\(\def\mathdef503#1{\mathtt{0x#1}}\mathdef503{EB}\)

(reserved)

\(\def\mathdef504#1{\mathtt{0x#1}}\mathdef504{EC}\)

(reserved)

\(\def\mathdef505#1{\mathtt{0x#1}}\mathdef505{ED}\)

(reserved)

\(\def\mathdef506#1{\mathtt{0x#1}}\mathdef506{EE}\)

(reserved)

\(\def\mathdef507#1{\mathtt{0x#1}}\mathdef507{EF}\)

(reserved)

\(\def\mathdef508#1{\mathtt{0x#1}}\mathdef508{F0}\)

(reserved)

\(\def\mathdef509#1{\mathtt{0x#1}}\mathdef509{F1}\)

(reserved)

\(\def\mathdef510#1{\mathtt{0x#1}}\mathdef510{F2}\)

(reserved)

\(\def\mathdef511#1{\mathtt{0x#1}}\mathdef511{F3}\)

(reserved)

\(\def\mathdef512#1{\mathtt{0x#1}}\mathdef512{F4}\)

(reserved)

\(\def\mathdef513#1{\mathtt{0x#1}}\mathdef513{F5}\)

(reserved)

\(\def\mathdef514#1{\mathtt{0x#1}}\mathdef514{F6}\)

(reserved)

\(\def\mathdef515#1{\mathtt{0x#1}}\mathdef515{F7}\)

(reserved)

\(\def\mathdef516#1{\mathtt{0x#1}}\mathdef516{F8}\)

(reserved)

\(\def\mathdef517#1{\mathtt{0x#1}}\mathdef517{F9}\)

(reserved)

\(\def\mathdef518#1{\mathtt{0x#1}}\mathdef518{FA}\)

\(\href{../syntax/instructions.html#syntax-instr-struct}{\mathsf{struct{.}new}}~x\)

\(\def\mathdef519#1{\mathtt{0x#1}}\mathdef519{FB}~\def\mathdef520#1{\mathtt{0x#1}}\mathdef520{00}\)

\([t^\ast] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~x)]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-struct}{\mathsf{struct{.}new\_default}}~x\)

\(\def\mathdef521#1{\mathtt{0x#1}}\mathdef521{FB}~\def\mathdef522#1{\mathtt{0x#1}}\mathdef522{01}\)

\([] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~x)]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-struct}{\mathsf{struct{.}get}}~x~y\)

\(\def\mathdef523#1{\mathtt{0x#1}}\mathdef523{FB}~\def\mathdef524#1{\mathtt{0x#1}}\mathdef524{02}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~x)] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-struct}{\mathsf{struct{.}get\_s}}~x~y\)

\(\def\mathdef525#1{\mathtt{0x#1}}\mathdef525{FB}~\def\mathdef526#1{\mathtt{0x#1}}\mathdef526{03}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~x)] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-struct}{\mathsf{struct{.}get\_u}}~x~y\)

\(\def\mathdef527#1{\mathtt{0x#1}}\mathdef527{FB}~\def\mathdef528#1{\mathtt{0x#1}}\mathdef528{04}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~x)] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-struct}{\mathsf{struct{.}set}}~x~y\)

\(\def\mathdef529#1{\mathtt{0x#1}}\mathdef529{FB}~\def\mathdef530#1{\mathtt{0x#1}}\mathdef530{05}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~x)~t] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-array}{\mathsf{array{.}new}}~x\)

\(\def\mathdef531#1{\mathtt{0x#1}}\mathdef531{FB}~\def\mathdef532#1{\mathtt{0x#1}}\mathdef532{06}\)

\([t~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~x)]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-array}{\mathsf{array{.}new\_default}}~x\)

\(\def\mathdef533#1{\mathtt{0x#1}}\mathdef533{FB}~\def\mathdef534#1{\mathtt{0x#1}}\mathdef534{07}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~x)]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-array}{\mathsf{array{.}new\_fixed}}~x~n\)

\(\def\mathdef535#1{\mathtt{0x#1}}\mathdef535{FB}~\def\mathdef536#1{\mathtt{0x#1}}\mathdef536{08}\)

\([t^n] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~x)]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-array}{\mathsf{array{.}new\_data}}~x~y\)

\(\def\mathdef537#1{\mathtt{0x#1}}\mathdef537{FB}~\def\mathdef538#1{\mathtt{0x#1}}\mathdef538{09}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~x)]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-array}{\mathsf{array{.}new\_elem}}~x~y\)

\(\def\mathdef539#1{\mathtt{0x#1}}\mathdef539{FB}~\def\mathdef540#1{\mathtt{0x#1}}\mathdef540{0A}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~x)]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-array}{\mathsf{array{.}get}}~x\)

\(\def\mathdef541#1{\mathtt{0x#1}}\mathdef541{FB}~\def\mathdef542#1{\mathtt{0x#1}}\mathdef542{0B}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~x)~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-array}{\mathsf{array{.}get\_s}}~x\)

\(\def\mathdef543#1{\mathtt{0x#1}}\mathdef543{FB}~\def\mathdef544#1{\mathtt{0x#1}}\mathdef544{0C}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~x)~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-array}{\mathsf{array{.}get\_u}}~x\)

\(\def\mathdef545#1{\mathtt{0x#1}}\mathdef545{FB}~\def\mathdef546#1{\mathtt{0x#1}}\mathdef546{0D}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~x)~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-array}{\mathsf{array{.}set}}~x\)

\(\def\mathdef547#1{\mathtt{0x#1}}\mathdef547{FB}~\def\mathdef548#1{\mathtt{0x#1}}\mathdef548{0E}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~x)~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~t] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-array}{\mathsf{array{.}len}}\)

\(\def\mathdef549#1{\mathtt{0x#1}}\mathdef549{FB}~\def\mathdef550#1{\mathtt{0x#1}}\mathdef550{0F}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~\href{../syntax/types.html#syntax-heaptype}{\mathsf{array}})] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-array}{\mathsf{array{.}fill}}~x\)

\(\def\mathdef551#1{\mathtt{0x#1}}\mathdef551{FB}~\def\mathdef552#1{\mathtt{0x#1}}\mathdef552{10}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~x)~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~t~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-array}{\mathsf{array{.}copy}}~x~y\)

\(\def\mathdef553#1{\mathtt{0x#1}}\mathdef553{FB}~\def\mathdef554#1{\mathtt{0x#1}}\mathdef554{11}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~x)~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~y)~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-array}{\mathsf{array{.}init\_data}}~x~y\)

\(\def\mathdef555#1{\mathtt{0x#1}}\mathdef555{FB}~\def\mathdef556#1{\mathtt{0x#1}}\mathdef556{12}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~x)~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-array}{\mathsf{array{.}init\_elem}}~x~y\)

\(\def\mathdef557#1{\mathtt{0x#1}}\mathdef557{FB}~\def\mathdef558#1{\mathtt{0x#1}}\mathdef558{13}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~x)~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-ref}{\mathsf{ref{.}test}}~(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~t)\)

\(\def\mathdef559#1{\mathtt{0x#1}}\mathdef559{FB}~\def\mathdef560#1{\mathtt{0x#1}}\mathdef560{14}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~t')] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-ref}{\mathsf{ref{.}test}}~(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~t)\)

\(\def\mathdef561#1{\mathtt{0x#1}}\mathdef561{FB}~\def\mathdef562#1{\mathtt{0x#1}}\mathdef562{15}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~t')] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-ref}{\mathsf{ref{.}cast}}~(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~t)\)

\(\def\mathdef563#1{\mathtt{0x#1}}\mathdef563{FB}~\def\mathdef564#1{\mathtt{0x#1}}\mathdef564{16}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~t')] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~t)]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-ref}{\mathsf{ref{.}cast}}~(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~t)\)

\(\def\mathdef565#1{\mathtt{0x#1}}\mathdef565{FB}~\def\mathdef566#1{\mathtt{0x#1}}\mathdef566{17}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~t')] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~t)]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{br\_on\_cast}}~t_1~t_2\)

\(\def\mathdef567#1{\mathtt{0x#1}}\mathdef567{FB}~\def\mathdef568#1{\mathtt{0x#1}}\mathdef568{18}\)

\([t_1] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_1\href{../valid/conventions.html#aux-reftypediff}{\setminus} t_2]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-control}{\mathsf{br\_on\_cast\_fail}}~t_1~t_2\)

\(\def\mathdef569#1{\mathtt{0x#1}}\mathdef569{FB}~\def\mathdef570#1{\mathtt{0x#1}}\mathdef570{19}\)

\([t_1] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [t_2]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-extern}{\mathsf{any{.}convert\_extern}}\)

\(\def\mathdef571#1{\mathtt{0x#1}}\mathdef571{FB}~\def\mathdef572#1{\mathtt{0x#1}}\mathdef572{1A}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~\href{../syntax/types.html#syntax-heaptype}{\mathsf{extern}})] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~\href{../syntax/types.html#syntax-heaptype}{\mathsf{any}})]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-extern}{\mathsf{extern{.}convert\_any}}\)

\(\def\mathdef573#1{\mathtt{0x#1}}\mathdef573{FB}~\def\mathdef574#1{\mathtt{0x#1}}\mathdef574{1B}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~\href{../syntax/types.html#syntax-heaptype}{\mathsf{any}})] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~\href{../syntax/types.html#syntax-heaptype}{\mathsf{extern}})]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-i31}{\mathsf{ref{.}i\scriptstyle31}}\)

\(\def\mathdef575#1{\mathtt{0x#1}}\mathdef575{FB}~\def\mathdef576#1{\mathtt{0x#1}}\mathdef576{1C}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-heaptype}{\mathsf{i\scriptstyle31}})]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-i31}{\mathsf{i{\scriptstyle31}{.}get\_s}}\)

\(\def\mathdef577#1{\mathtt{0x#1}}\mathdef577{FB}~\def\mathdef578#1{\mathtt{0x#1}}\mathdef578{1D}\)

\([\href{../syntax/types.html#syntax-reftype}{\mathsf{i{\scriptstyle31}ref}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-i31}{\mathsf{i{\scriptstyle31}{.}get\_u}}\)

\(\def\mathdef579#1{\mathtt{0x#1}}\mathdef579{FB}~\def\mathdef580#1{\mathtt{0x#1}}\mathdef580{1E}\)

\([\href{../syntax/types.html#syntax-reftype}{\mathsf{i{\scriptstyle31}ref}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

(reserved)

\(\def\mathdef581#1{\mathtt{0x#1}}\mathdef581{FB}~\def\mathdef582#1{\mathtt{0x#1}}\mathdef582{1F} \dots\)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}\mathsf{\_s}\)

\(\def\mathdef583#1{\mathtt{0x#1}}\mathdef583{FC}~\def\mathdef584#1{\mathtt{0x#1}}\mathdef584{00}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}\mathsf{\_u}\)

\(\def\mathdef585#1{\mathtt{0x#1}}\mathdef585{FC}~\def\mathdef586#1{\mathtt{0x#1}}\mathdef586{01}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}\mathsf{\_s}\)

\(\def\mathdef587#1{\mathtt{0x#1}}\mathdef587{FC}~\def\mathdef588#1{\mathtt{0x#1}}\mathdef588{02}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}\mathsf{\_u}\)

\(\def\mathdef589#1{\mathtt{0x#1}}\mathdef589{FC}~\def\mathdef590#1{\mathtt{0x#1}}\mathdef590{03}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}\mathsf{\_s}\)

\(\def\mathdef591#1{\mathtt{0x#1}}\mathdef591{FC}~\def\mathdef592#1{\mathtt{0x#1}}\mathdef592{04}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}\mathsf{\_u}\)

\(\def\mathdef593#1{\mathtt{0x#1}}\mathdef593{FC}~\def\mathdef594#1{\mathtt{0x#1}}\mathdef594{05}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}\mathsf{\_s}\)

\(\def\mathdef595#1{\mathtt{0x#1}}\mathdef595{FC}~\def\mathdef596#1{\mathtt{0x#1}}\mathdef596{06}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_}\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}\mathsf{\_u}\)

\(\def\mathdef597#1{\mathtt{0x#1}}\mathdef597{FC}~\def\mathdef598#1{\mathtt{0x#1}}\mathdef598{07}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{memory{.}init}}~x~y\)

\(\def\mathdef599#1{\mathtt{0x#1}}\mathdef599{FC}~\def\mathdef600#1{\mathtt{0x#1}}\mathdef600{08}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{data{.}drop}}~x\)

\(\def\mathdef601#1{\mathtt{0x#1}}\mathdef601{FC}~\def\mathdef602#1{\mathtt{0x#1}}\mathdef602{09}\)

\([] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{memory{.}copy}}~x~y\)

\(\def\mathdef603#1{\mathtt{0x#1}}\mathdef603{FC}~\def\mathdef604#1{\mathtt{0x#1}}\mathdef604{0A}\)

\([\mathit{at}_1~\mathit{at}_2~\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{memory{.}fill}}~y\)

\(\def\mathdef605#1{\mathtt{0x#1}}\mathdef605{FC}~\def\mathdef606#1{\mathtt{0x#1}}\mathdef606{0B}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-table}{\mathsf{table{.}init}}~x~y\)

\(\def\mathdef607#1{\mathtt{0x#1}}\mathdef607{FC}~\def\mathdef608#1{\mathtt{0x#1}}\mathdef608{0C}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-table}{\mathsf{elem{.}drop}}~x\)

\(\def\mathdef609#1{\mathtt{0x#1}}\mathdef609{FC}~\def\mathdef610#1{\mathtt{0x#1}}\mathdef610{0D}\)

\([] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-table}{\mathsf{table{.}copy}}~x~y\)

\(\def\mathdef611#1{\mathtt{0x#1}}\mathdef611{FC}~\def\mathdef612#1{\mathtt{0x#1}}\mathdef612{0E}\)

\([\mathit{at}_1~\mathit{at}_2~\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-table}{\mathsf{table{.}grow}}~x\)

\(\def\mathdef613#1{\mathtt{0x#1}}\mathdef613{FC}~\def\mathdef614#1{\mathtt{0x#1}}\mathdef614{0F}\)

\([t~\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\mathit{at}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-table}{\mathsf{table{.}size}}~x\)

\(\def\mathdef615#1{\mathtt{0x#1}}\mathdef615{FC}~\def\mathdef616#1{\mathtt{0x#1}}\mathdef616{10}\)

\([] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\mathit{at}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-instr-table}{\mathsf{table{.}fill}}~x\)

\(\def\mathdef617#1{\mathtt{0x#1}}\mathdef617{FC}~\def\mathdef618#1{\mathtt{0x#1}}\mathdef618{11}\)

\([\mathit{at}~t~\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

(reserved)

\(\def\mathdef619#1{\mathtt{0x#1}}\mathdef619{FC}~\def\mathdef620#1{\mathtt{0x#1}}\mathdef620{12} \dots\)

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef621#1{\mathtt{0x#1}}\mathdef621{FD}~~\def\mathdef622#1{\mathtt{0x#1}}\mathdef622{00}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{8x8\_s}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef623#1{\mathtt{0x#1}}\mathdef623{FD}~~\def\mathdef624#1{\mathtt{0x#1}}\mathdef624{01}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{8x8\_u}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef625#1{\mathtt{0x#1}}\mathdef625{FD}~~\def\mathdef626#1{\mathtt{0x#1}}\mathdef626{02}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{16x4\_s}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef627#1{\mathtt{0x#1}}\mathdef627{FD}~~\def\mathdef628#1{\mathtt{0x#1}}\mathdef628{03}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{16x4\_u}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef629#1{\mathtt{0x#1}}\mathdef629{FD}~~\def\mathdef630#1{\mathtt{0x#1}}\mathdef630{04}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{32x2\_s}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef631#1{\mathtt{0x#1}}\mathdef631{FD}~~\def\mathdef632#1{\mathtt{0x#1}}\mathdef632{05}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{32x2\_u}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef633#1{\mathtt{0x#1}}\mathdef633{FD}~~\def\mathdef634#1{\mathtt{0x#1}}\mathdef634{06}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{8\_splat}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef635#1{\mathtt{0x#1}}\mathdef635{FD}~~\def\mathdef636#1{\mathtt{0x#1}}\mathdef636{07}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{16\_splat}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef637#1{\mathtt{0x#1}}\mathdef637{FD}~~\def\mathdef638#1{\mathtt{0x#1}}\mathdef638{08}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{32\_splat}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef639#1{\mathtt{0x#1}}\mathdef639{FD}~~\def\mathdef640#1{\mathtt{0x#1}}\mathdef640{09}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{64\_splat}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef641#1{\mathtt{0x#1}}\mathdef641{FD}~~\def\mathdef642#1{\mathtt{0x#1}}\mathdef642{0A}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{store}}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef643#1{\mathtt{0x#1}}\mathdef643{FD}~~\def\mathdef644#1{\mathtt{0x#1}}\mathdef644{0B}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{const}}~\href{../syntax/values.html#syntax-int}{\mathit{i\scriptstyle\kern-0.1em128}}\)

\(\def\mathdef645#1{\mathtt{0x#1}}\mathdef645{FD}~~\def\mathdef646#1{\mathtt{0x#1}}\mathdef646{0C}\)

\([] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shuffle}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}^{16}\)

\(\def\mathdef647#1{\mathtt{0x#1}}\mathdef647{FD}~~\def\mathdef648#1{\mathtt{0x#1}}\mathdef648{0D}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{swizzle}}\)

\(\def\mathdef649#1{\mathtt{0x#1}}\mathdef649{FD}~~\def\mathdef650#1{\mathtt{0x#1}}\mathdef650{0E}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{splat}}\)

\(\def\mathdef651#1{\mathtt{0x#1}}\mathdef651{FD}~~\def\mathdef652#1{\mathtt{0x#1}}\mathdef652{0F}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{splat}}\)

\(\def\mathdef653#1{\mathtt{0x#1}}\mathdef653{FD}~~\def\mathdef654#1{\mathtt{0x#1}}\mathdef654{10}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{splat}}\)

\(\def\mathdef655#1{\mathtt{0x#1}}\mathdef655{FD}~~\def\mathdef656#1{\mathtt{0x#1}}\mathdef656{11}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{splat}}\)

\(\def\mathdef657#1{\mathtt{0x#1}}\mathdef657{FD}~~\def\mathdef658#1{\mathtt{0x#1}}\mathdef658{12}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{splat}}\)

\(\def\mathdef659#1{\mathtt{0x#1}}\mathdef659{FD}~~\def\mathdef660#1{\mathtt{0x#1}}\mathdef660{13}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{splat}}\)

\(\def\mathdef661#1{\mathtt{0x#1}}\mathdef661{FD}~~\def\mathdef662#1{\mathtt{0x#1}}\mathdef662{14}\)

\([\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extract\_lane}}\mathsf{\_s}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef663#1{\mathtt{0x#1}}\mathdef663{FD}~~\def\mathdef664#1{\mathtt{0x#1}}\mathdef664{15}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extract\_lane}}\mathsf{\_u}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef665#1{\mathtt{0x#1}}\mathdef665{FD}~~\def\mathdef666#1{\mathtt{0x#1}}\mathdef666{16}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{replace\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef667#1{\mathtt{0x#1}}\mathdef667{FD}~~\def\mathdef668#1{\mathtt{0x#1}}\mathdef668{17}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extract\_lane}}\mathsf{\_s}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef669#1{\mathtt{0x#1}}\mathdef669{FD}~~\def\mathdef670#1{\mathtt{0x#1}}\mathdef670{18}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extract\_lane}}\mathsf{\_u}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef671#1{\mathtt{0x#1}}\mathdef671{FD}~~\def\mathdef672#1{\mathtt{0x#1}}\mathdef672{19}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{replace\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef673#1{\mathtt{0x#1}}\mathdef673{FD}~~\def\mathdef674#1{\mathtt{0x#1}}\mathdef674{1A}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extract\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef675#1{\mathtt{0x#1}}\mathdef675{FD}~~\def\mathdef676#1{\mathtt{0x#1}}\mathdef676{1B}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{replace\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef677#1{\mathtt{0x#1}}\mathdef677{FD}~~\def\mathdef678#1{\mathtt{0x#1}}\mathdef678{1C}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extract\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef679#1{\mathtt{0x#1}}\mathdef679{FD}~~\def\mathdef680#1{\mathtt{0x#1}}\mathdef680{1D}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{replace\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef681#1{\mathtt{0x#1}}\mathdef681{FD}~~\def\mathdef682#1{\mathtt{0x#1}}\mathdef682{1E}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extract\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef683#1{\mathtt{0x#1}}\mathdef683{FD}~~\def\mathdef684#1{\mathtt{0x#1}}\mathdef684{1F}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{replace\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef685#1{\mathtt{0x#1}}\mathdef685{FD}~~\def\mathdef686#1{\mathtt{0x#1}}\mathdef686{20}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extract\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef687#1{\mathtt{0x#1}}\mathdef687{FD}~~\def\mathdef688#1{\mathtt{0x#1}}\mathdef688{21}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{replace\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef689#1{\mathtt{0x#1}}\mathdef689{FD}~~\def\mathdef690#1{\mathtt{0x#1}}\mathdef690{22}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{f\scriptstyle64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{eq}}\)

\(\def\mathdef691#1{\mathtt{0x#1}}\mathdef691{FD}~~\def\mathdef692#1{\mathtt{0x#1}}\mathdef692{23}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ne}}\)

\(\def\mathdef693#1{\mathtt{0x#1}}\mathdef693{FD}~~\def\mathdef694#1{\mathtt{0x#1}}\mathdef694{24}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\mathsf{\_s}\)

\(\def\mathdef695#1{\mathtt{0x#1}}\mathdef695{FD}~~\def\mathdef696#1{\mathtt{0x#1}}\mathdef696{25}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\mathsf{\_u}\)

\(\def\mathdef697#1{\mathtt{0x#1}}\mathdef697{FD}~~\def\mathdef698#1{\mathtt{0x#1}}\mathdef698{26}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\mathsf{\_s}\)

\(\def\mathdef699#1{\mathtt{0x#1}}\mathdef699{FD}~~\def\mathdef700#1{\mathtt{0x#1}}\mathdef700{27}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\mathsf{\_u}\)

\(\def\mathdef701#1{\mathtt{0x#1}}\mathdef701{FD}~~\def\mathdef702#1{\mathtt{0x#1}}\mathdef702{28}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\mathsf{\_s}\)

\(\def\mathdef703#1{\mathtt{0x#1}}\mathdef703{FD}~~\def\mathdef704#1{\mathtt{0x#1}}\mathdef704{29}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\mathsf{\_u}\)

\(\def\mathdef705#1{\mathtt{0x#1}}\mathdef705{FD}~~\def\mathdef706#1{\mathtt{0x#1}}\mathdef706{2A}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\mathsf{\_s}\)

\(\def\mathdef707#1{\mathtt{0x#1}}\mathdef707{FD}~~\def\mathdef708#1{\mathtt{0x#1}}\mathdef708{2B}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\mathsf{\_u}\)

\(\def\mathdef709#1{\mathtt{0x#1}}\mathdef709{FD}~~\def\mathdef710#1{\mathtt{0x#1}}\mathdef710{2C}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{eq}}\)

\(\def\mathdef711#1{\mathtt{0x#1}}\mathdef711{FD}~~\def\mathdef712#1{\mathtt{0x#1}}\mathdef712{2D}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ne}}\)

\(\def\mathdef713#1{\mathtt{0x#1}}\mathdef713{FD}~~\def\mathdef714#1{\mathtt{0x#1}}\mathdef714{2E}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\mathsf{\_s}\)

\(\def\mathdef715#1{\mathtt{0x#1}}\mathdef715{FD}~~\def\mathdef716#1{\mathtt{0x#1}}\mathdef716{2F}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\mathsf{\_u}\)

\(\def\mathdef717#1{\mathtt{0x#1}}\mathdef717{FD}~~\def\mathdef718#1{\mathtt{0x#1}}\mathdef718{30}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\mathsf{\_s}\)

\(\def\mathdef719#1{\mathtt{0x#1}}\mathdef719{FD}~~\def\mathdef720#1{\mathtt{0x#1}}\mathdef720{31}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\mathsf{\_u}\)

\(\def\mathdef721#1{\mathtt{0x#1}}\mathdef721{FD}~~\def\mathdef722#1{\mathtt{0x#1}}\mathdef722{32}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\mathsf{\_s}\)

\(\def\mathdef723#1{\mathtt{0x#1}}\mathdef723{FD}~~\def\mathdef724#1{\mathtt{0x#1}}\mathdef724{33}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\mathsf{\_u}\)

\(\def\mathdef725#1{\mathtt{0x#1}}\mathdef725{FD}~~\def\mathdef726#1{\mathtt{0x#1}}\mathdef726{34}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\mathsf{\_s}\)

\(\def\mathdef727#1{\mathtt{0x#1}}\mathdef727{FD}~~\def\mathdef728#1{\mathtt{0x#1}}\mathdef728{35}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\mathsf{\_u}\)

\(\def\mathdef729#1{\mathtt{0x#1}}\mathdef729{FD}~~\def\mathdef730#1{\mathtt{0x#1}}\mathdef730{36}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{eq}}\)

\(\def\mathdef731#1{\mathtt{0x#1}}\mathdef731{FD}~~\def\mathdef732#1{\mathtt{0x#1}}\mathdef732{37}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ne}}\)

\(\def\mathdef733#1{\mathtt{0x#1}}\mathdef733{FD}~~\def\mathdef734#1{\mathtt{0x#1}}\mathdef734{38}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\mathsf{\_s}\)

\(\def\mathdef735#1{\mathtt{0x#1}}\mathdef735{FD}~~\def\mathdef736#1{\mathtt{0x#1}}\mathdef736{39}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\mathsf{\_u}\)

\(\def\mathdef737#1{\mathtt{0x#1}}\mathdef737{FD}~~\def\mathdef738#1{\mathtt{0x#1}}\mathdef738{3A}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\mathsf{\_s}\)

\(\def\mathdef739#1{\mathtt{0x#1}}\mathdef739{FD}~~\def\mathdef740#1{\mathtt{0x#1}}\mathdef740{3B}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\mathsf{\_u}\)

\(\def\mathdef741#1{\mathtt{0x#1}}\mathdef741{FD}~~\def\mathdef742#1{\mathtt{0x#1}}\mathdef742{3C}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\mathsf{\_s}\)

\(\def\mathdef743#1{\mathtt{0x#1}}\mathdef743{FD}~~\def\mathdef744#1{\mathtt{0x#1}}\mathdef744{3D}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\mathsf{\_u}\)

\(\def\mathdef745#1{\mathtt{0x#1}}\mathdef745{FD}~~\def\mathdef746#1{\mathtt{0x#1}}\mathdef746{3E}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\mathsf{\_s}\)

\(\def\mathdef747#1{\mathtt{0x#1}}\mathdef747{FD}~~\def\mathdef748#1{\mathtt{0x#1}}\mathdef748{3F}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\mathsf{\_u}\)

\(\def\mathdef749#1{\mathtt{0x#1}}\mathdef749{FD}~~\def\mathdef750#1{\mathtt{0x#1}}\mathdef750{40}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{eq}}\)

\(\def\mathdef751#1{\mathtt{0x#1}}\mathdef751{FD}~~\def\mathdef752#1{\mathtt{0x#1}}\mathdef752{41}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ne}}\)

\(\def\mathdef753#1{\mathtt{0x#1}}\mathdef753{FD}~~\def\mathdef754#1{\mathtt{0x#1}}\mathdef754{42}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\)

\(\def\mathdef755#1{\mathtt{0x#1}}\mathdef755{FD}~~\def\mathdef756#1{\mathtt{0x#1}}\mathdef756{43}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\)

\(\def\mathdef757#1{\mathtt{0x#1}}\mathdef757{FD}~~\def\mathdef758#1{\mathtt{0x#1}}\mathdef758{44}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\)

\(\def\mathdef759#1{\mathtt{0x#1}}\mathdef759{FD}~~\def\mathdef760#1{\mathtt{0x#1}}\mathdef760{45}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\)

\(\def\mathdef761#1{\mathtt{0x#1}}\mathdef761{FD}~~\def\mathdef762#1{\mathtt{0x#1}}\mathdef762{46}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{eq}}\)

\(\def\mathdef763#1{\mathtt{0x#1}}\mathdef763{FD}~~\def\mathdef764#1{\mathtt{0x#1}}\mathdef764{47}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ne}}\)

\(\def\mathdef765#1{\mathtt{0x#1}}\mathdef765{FD}~~\def\mathdef766#1{\mathtt{0x#1}}\mathdef766{48}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\)

\(\def\mathdef767#1{\mathtt{0x#1}}\mathdef767{FD}~~\def\mathdef768#1{\mathtt{0x#1}}\mathdef768{49}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\)

\(\def\mathdef769#1{\mathtt{0x#1}}\mathdef769{FD}~~\def\mathdef770#1{\mathtt{0x#1}}\mathdef770{4A}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\)

\(\def\mathdef771#1{\mathtt{0x#1}}\mathdef771{FD}~~\def\mathdef772#1{\mathtt{0x#1}}\mathdef772{4B}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\)

\(\def\mathdef773#1{\mathtt{0x#1}}\mathdef773{FD}~~\def\mathdef774#1{\mathtt{0x#1}}\mathdef774{4C}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{not}}\)

\(\def\mathdef775#1{\mathtt{0x#1}}\mathdef775{FD}~~\def\mathdef776#1{\mathtt{0x#1}}\mathdef776{4D}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{and}}\)

\(\def\mathdef777#1{\mathtt{0x#1}}\mathdef777{FD}~~\def\mathdef778#1{\mathtt{0x#1}}\mathdef778{4E}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{andnot}}\)

\(\def\mathdef779#1{\mathtt{0x#1}}\mathdef779{FD}~~\def\mathdef780#1{\mathtt{0x#1}}\mathdef780{4F}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{or}}\)

\(\def\mathdef781#1{\mathtt{0x#1}}\mathdef781{FD}~~\def\mathdef782#1{\mathtt{0x#1}}\mathdef782{50}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{xor}}\)

\(\def\mathdef783#1{\mathtt{0x#1}}\mathdef783{FD}~~\def\mathdef784#1{\mathtt{0x#1}}\mathdef784{51}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{bitselect}}\)

\(\def\mathdef785#1{\mathtt{0x#1}}\mathdef785{FD}~~\def\mathdef786#1{\mathtt{0x#1}}\mathdef786{52}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{any\_true}}\)

\(\def\mathdef787#1{\mathtt{0x#1}}\mathdef787{FD}~~\def\mathdef788#1{\mathtt{0x#1}}\mathdef788{53}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{8\_lane}~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef789#1{\mathtt{0x#1}}\mathdef789{FD}~~\def\mathdef790#1{\mathtt{0x#1}}\mathdef790{54}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{16\_lane}~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef791#1{\mathtt{0x#1}}\mathdef791{FD}~~\def\mathdef792#1{\mathtt{0x#1}}\mathdef792{55}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{32\_lane}~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef793#1{\mathtt{0x#1}}\mathdef793{FD}~~\def\mathdef794#1{\mathtt{0x#1}}\mathdef794{56}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{64\_lane}~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef795#1{\mathtt{0x#1}}\mathdef795{FD}~~\def\mathdef796#1{\mathtt{0x#1}}\mathdef796{57}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{store}}\mathsf{8\_lane}~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef797#1{\mathtt{0x#1}}\mathdef797{FD}~~\def\mathdef798#1{\mathtt{0x#1}}\mathdef798{58}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{store}}\mathsf{16\_lane}~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef799#1{\mathtt{0x#1}}\mathdef799{FD}~~\def\mathdef800#1{\mathtt{0x#1}}\mathdef800{59}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{store}}\mathsf{32\_lane}~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef801#1{\mathtt{0x#1}}\mathdef801{FD}~~\def\mathdef802#1{\mathtt{0x#1}}\mathdef802{5A}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{store}}\mathsf{64\_lane}~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef803#1{\mathtt{0x#1}}\mathdef803{FD}~~\def\mathdef804#1{\mathtt{0x#1}}\mathdef804{5B}\)

\([\mathit{at}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{32\_zero}~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef805#1{\mathtt{0x#1}}\mathdef805{FD}~~\def\mathdef806#1{\mathtt{0x#1}}\mathdef806{5C}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{64\_zero}~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef807#1{\mathtt{0x#1}}\mathdef807{FD}~~\def\mathdef808#1{\mathtt{0x#1}}\mathdef808{5D}\)

\([\mathit{at}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{demote}}\mathsf{\_f64x2\_zero}\)

\(\def\mathdef809#1{\mathtt{0x#1}}\mathdef809{FD}~~\def\mathdef810#1{\mathtt{0x#1}}\mathdef810{5E}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{promote}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{low}}\mathsf{\_f32x4}\)

\(\def\mathdef811#1{\mathtt{0x#1}}\mathdef811{FD}~~\def\mathdef812#1{\mathtt{0x#1}}\mathdef812{5F}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{abs}}\)

\(\def\mathdef813#1{\mathtt{0x#1}}\mathdef813{FD}~~\def\mathdef814#1{\mathtt{0x#1}}\mathdef814{60}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{neg}}\)

\(\def\mathdef815#1{\mathtt{0x#1}}\mathdef815{FD}~~\def\mathdef816#1{\mathtt{0x#1}}\mathdef816{61}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{popcnt}}\)

\(\def\mathdef817#1{\mathtt{0x#1}}\mathdef817{FD}~~\def\mathdef818#1{\mathtt{0x#1}}\mathdef818{62}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{all\_true}}\)

\(\def\mathdef819#1{\mathtt{0x#1}}\mathdef819{FD}~~\def\mathdef820#1{\mathtt{0x#1}}\mathdef820{63}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{bitmask}}\)

\(\def\mathdef821#1{\mathtt{0x#1}}\mathdef821{FD}~~\def\mathdef822#1{\mathtt{0x#1}}\mathdef822{64}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{narrow}}\mathsf{\_i16x8\_s}\)

\(\def\mathdef823#1{\mathtt{0x#1}}\mathdef823{FD}~~\def\mathdef824#1{\mathtt{0x#1}}\mathdef824{65}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{narrow}}\mathsf{\_i16x8\_u}\)

\(\def\mathdef825#1{\mathtt{0x#1}}\mathdef825{FD}~~\def\mathdef826#1{\mathtt{0x#1}}\mathdef826{66}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ceil}}\)

\(\def\mathdef827#1{\mathtt{0x#1}}\mathdef827{FD}~~\def\mathdef828#1{\mathtt{0x#1}}\mathdef828{67}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{floor}}\)

\(\def\mathdef829#1{\mathtt{0x#1}}\mathdef829{FD}~~\def\mathdef830#1{\mathtt{0x#1}}\mathdef830{68}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{trunc}}\)

\(\def\mathdef831#1{\mathtt{0x#1}}\mathdef831{FD}~~\def\mathdef832#1{\mathtt{0x#1}}\mathdef832{69}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{nearest}}\)

\(\def\mathdef833#1{\mathtt{0x#1}}\mathdef833{FD}~~\def\mathdef834#1{\mathtt{0x#1}}\mathdef834{6A}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shl}}\)

\(\def\mathdef835#1{\mathtt{0x#1}}\mathdef835{FD}~~\def\mathdef836#1{\mathtt{0x#1}}\mathdef836{6B}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shr}}\mathsf{\_s}\)

\(\def\mathdef837#1{\mathtt{0x#1}}\mathdef837{FD}~~\def\mathdef838#1{\mathtt{0x#1}}\mathdef838{6C}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shr}}\mathsf{\_u}\)

\(\def\mathdef839#1{\mathtt{0x#1}}\mathdef839{FD}~~\def\mathdef840#1{\mathtt{0x#1}}\mathdef840{6D}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\)

\(\def\mathdef841#1{\mathtt{0x#1}}\mathdef841{FD}~~\def\mathdef842#1{\mathtt{0x#1}}\mathdef842{6E}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add\_sat}}\mathsf{\_s}\)

\(\def\mathdef843#1{\mathtt{0x#1}}\mathdef843{FD}~~\def\mathdef844#1{\mathtt{0x#1}}\mathdef844{6F}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add\_sat}}\mathsf{\_u}\)

\(\def\mathdef845#1{\mathtt{0x#1}}\mathdef845{FD}~~\def\mathdef846#1{\mathtt{0x#1}}\mathdef846{70}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\)

\(\def\mathdef847#1{\mathtt{0x#1}}\mathdef847{FD}~~\def\mathdef848#1{\mathtt{0x#1}}\mathdef848{71}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub\_sat}}\mathsf{\_s}\)

\(\def\mathdef849#1{\mathtt{0x#1}}\mathdef849{FD}~~\def\mathdef850#1{\mathtt{0x#1}}\mathdef850{72}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub\_sat}}\mathsf{\_u}\)

\(\def\mathdef851#1{\mathtt{0x#1}}\mathdef851{FD}~~\def\mathdef852#1{\mathtt{0x#1}}\mathdef852{73}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ceil}}\)

\(\def\mathdef853#1{\mathtt{0x#1}}\mathdef853{FD}~~\def\mathdef854#1{\mathtt{0x#1}}\mathdef854{74}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{floor}}\)

\(\def\mathdef855#1{\mathtt{0x#1}}\mathdef855{FD}~~\def\mathdef856#1{\mathtt{0x#1}}\mathdef856{75}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{min}}\mathsf{\_s}\)

\(\def\mathdef857#1{\mathtt{0x#1}}\mathdef857{FD}~~\def\mathdef858#1{\mathtt{0x#1}}\mathdef858{76}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{min}}\mathsf{\_u}\)

\(\def\mathdef859#1{\mathtt{0x#1}}\mathdef859{FD}~~\def\mathdef860#1{\mathtt{0x#1}}\mathdef860{77}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{max}}\mathsf{\_s}\)

\(\def\mathdef861#1{\mathtt{0x#1}}\mathdef861{FD}~~\def\mathdef862#1{\mathtt{0x#1}}\mathdef862{78}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{max}}\mathsf{\_u}\)

\(\def\mathdef863#1{\mathtt{0x#1}}\mathdef863{FD}~~\def\mathdef864#1{\mathtt{0x#1}}\mathdef864{79}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{trunc}}\)

\(\def\mathdef865#1{\mathtt{0x#1}}\mathdef865{FD}~~\def\mathdef866#1{\mathtt{0x#1}}\mathdef866{7A}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{avgr}}\mathsf{\_u}\)

\(\def\mathdef867#1{\mathtt{0x#1}}\mathdef867{FD}~~\def\mathdef868#1{\mathtt{0x#1}}\mathdef868{7B}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extadd\_pairwise}}\mathsf{\_i8x16\_s}\)

\(\def\mathdef869#1{\mathtt{0x#1}}\mathdef869{FD}~~\def\mathdef870#1{\mathtt{0x#1}}\mathdef870{7C}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extadd\_pairwise}}\mathsf{\_i8x16\_u}\)

\(\def\mathdef871#1{\mathtt{0x#1}}\mathdef871{FD}~~\def\mathdef872#1{\mathtt{0x#1}}\mathdef872{7D}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extadd\_pairwise}}\mathsf{\_i16x8\_s}\)

\(\def\mathdef873#1{\mathtt{0x#1}}\mathdef873{FD}~~\def\mathdef874#1{\mathtt{0x#1}}\mathdef874{7E}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extadd\_pairwise}}\mathsf{\_i16x8\_u}\)

\(\def\mathdef875#1{\mathtt{0x#1}}\mathdef875{FD}~~\def\mathdef876#1{\mathtt{0x#1}}\mathdef876{7F}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{abs}}\)

\(\def\mathdef877#1{\mathtt{0x#1}}\mathdef877{FD}~~\def\mathdef878#1{\mathtt{0x#1}}\mathdef878{80}~~\def\mathdef879#1{\mathtt{0x#1}}\mathdef879{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{neg}}\)

\(\def\mathdef880#1{\mathtt{0x#1}}\mathdef880{FD}~~\def\mathdef881#1{\mathtt{0x#1}}\mathdef881{81}~~\def\mathdef882#1{\mathtt{0x#1}}\mathdef882{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{q{\scriptstyle15}mulr\_sat}}\mathsf{\_s}\)

\(\def\mathdef883#1{\mathtt{0x#1}}\mathdef883{FD}~~\def\mathdef884#1{\mathtt{0x#1}}\mathdef884{82}~~\def\mathdef885#1{\mathtt{0x#1}}\mathdef885{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{all\_true}}\)

\(\def\mathdef886#1{\mathtt{0x#1}}\mathdef886{FD}~~\def\mathdef887#1{\mathtt{0x#1}}\mathdef887{83}~~\def\mathdef888#1{\mathtt{0x#1}}\mathdef888{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{bitmask}}\)

\(\def\mathdef889#1{\mathtt{0x#1}}\mathdef889{FD}~~\def\mathdef890#1{\mathtt{0x#1}}\mathdef890{84}~~\def\mathdef891#1{\mathtt{0x#1}}\mathdef891{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{narrow}}\mathsf{\_i32x4\_s}\)

\(\def\mathdef892#1{\mathtt{0x#1}}\mathdef892{FD}~~\def\mathdef893#1{\mathtt{0x#1}}\mathdef893{85}~~\def\mathdef894#1{\mathtt{0x#1}}\mathdef894{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{narrow}}\mathsf{\_i32x4\_u}\)

\(\def\mathdef895#1{\mathtt{0x#1}}\mathdef895{FD}~~\def\mathdef896#1{\mathtt{0x#1}}\mathdef896{86}~~\def\mathdef897#1{\mathtt{0x#1}}\mathdef897{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{low}}\mathsf{\_i8x16\_s}\)

\(\def\mathdef898#1{\mathtt{0x#1}}\mathdef898{FD}~~\def\mathdef899#1{\mathtt{0x#1}}\mathdef899{87}~~\def\mathdef900#1{\mathtt{0x#1}}\mathdef900{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{high}}\mathsf{\_i8x16\_s}\)

\(\def\mathdef901#1{\mathtt{0x#1}}\mathdef901{FD}~~\def\mathdef902#1{\mathtt{0x#1}}\mathdef902{88}~~\def\mathdef903#1{\mathtt{0x#1}}\mathdef903{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{low}}\mathsf{\_i8x16\_u}\)

\(\def\mathdef904#1{\mathtt{0x#1}}\mathdef904{FD}~~\def\mathdef905#1{\mathtt{0x#1}}\mathdef905{89}~~\def\mathdef906#1{\mathtt{0x#1}}\mathdef906{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{high}}\mathsf{\_i8x16\_u}\)

\(\def\mathdef907#1{\mathtt{0x#1}}\mathdef907{FD}~~\def\mathdef908#1{\mathtt{0x#1}}\mathdef908{8A}~~\def\mathdef909#1{\mathtt{0x#1}}\mathdef909{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shl}}\)

\(\def\mathdef910#1{\mathtt{0x#1}}\mathdef910{FD}~~\def\mathdef911#1{\mathtt{0x#1}}\mathdef911{8B}~~\def\mathdef912#1{\mathtt{0x#1}}\mathdef912{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shr}}\mathsf{\_s}\)

\(\def\mathdef913#1{\mathtt{0x#1}}\mathdef913{FD}~~\def\mathdef914#1{\mathtt{0x#1}}\mathdef914{8C}~~\def\mathdef915#1{\mathtt{0x#1}}\mathdef915{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shr}}\mathsf{\_u}\)

\(\def\mathdef916#1{\mathtt{0x#1}}\mathdef916{FD}~~\def\mathdef917#1{\mathtt{0x#1}}\mathdef917{8D}~~\def\mathdef918#1{\mathtt{0x#1}}\mathdef918{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\)

\(\def\mathdef919#1{\mathtt{0x#1}}\mathdef919{FD}~~\def\mathdef920#1{\mathtt{0x#1}}\mathdef920{8E}~~\def\mathdef921#1{\mathtt{0x#1}}\mathdef921{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\mathsf{\_sat\_s}\)

\(\def\mathdef922#1{\mathtt{0x#1}}\mathdef922{FD}~~\def\mathdef923#1{\mathtt{0x#1}}\mathdef923{8F}~~\def\mathdef924#1{\mathtt{0x#1}}\mathdef924{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\mathsf{\_sat\_u}\)

\(\def\mathdef925#1{\mathtt{0x#1}}\mathdef925{FD}~~\def\mathdef926#1{\mathtt{0x#1}}\mathdef926{90}~~\def\mathdef927#1{\mathtt{0x#1}}\mathdef927{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\)

\(\def\mathdef928#1{\mathtt{0x#1}}\mathdef928{FD}~~\def\mathdef929#1{\mathtt{0x#1}}\mathdef929{91}~~\def\mathdef930#1{\mathtt{0x#1}}\mathdef930{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\mathsf{\_sat\_s}\)

\(\def\mathdef931#1{\mathtt{0x#1}}\mathdef931{FD}~~\def\mathdef932#1{\mathtt{0x#1}}\mathdef932{92}~~\def\mathdef933#1{\mathtt{0x#1}}\mathdef933{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\mathsf{\_sat\_u}\)

\(\def\mathdef934#1{\mathtt{0x#1}}\mathdef934{FD}~~\def\mathdef935#1{\mathtt{0x#1}}\mathdef935{93}~~\def\mathdef936#1{\mathtt{0x#1}}\mathdef936{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{nearest}}\)

\(\def\mathdef937#1{\mathtt{0x#1}}\mathdef937{FD}~~\def\mathdef938#1{\mathtt{0x#1}}\mathdef938{94}~~\def\mathdef939#1{\mathtt{0x#1}}\mathdef939{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{mul}}\)

\(\def\mathdef940#1{\mathtt{0x#1}}\mathdef940{FD}~~\def\mathdef941#1{\mathtt{0x#1}}\mathdef941{95}~~\def\mathdef942#1{\mathtt{0x#1}}\mathdef942{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{min}}\mathsf{\_s}\)

\(\def\mathdef943#1{\mathtt{0x#1}}\mathdef943{FD}~~\def\mathdef944#1{\mathtt{0x#1}}\mathdef944{96}~~\def\mathdef945#1{\mathtt{0x#1}}\mathdef945{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{min}}\mathsf{\_u}\)

\(\def\mathdef946#1{\mathtt{0x#1}}\mathdef946{FD}~~\def\mathdef947#1{\mathtt{0x#1}}\mathdef947{97}~~\def\mathdef948#1{\mathtt{0x#1}}\mathdef948{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{max}}\mathsf{\_s}\)

\(\def\mathdef949#1{\mathtt{0x#1}}\mathdef949{FD}~~\def\mathdef950#1{\mathtt{0x#1}}\mathdef950{98}~~\def\mathdef951#1{\mathtt{0x#1}}\mathdef951{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{max}}\mathsf{\_u}\)

\(\def\mathdef952#1{\mathtt{0x#1}}\mathdef952{FD}~~\def\mathdef953#1{\mathtt{0x#1}}\mathdef953{99}~~\def\mathdef954#1{\mathtt{0x#1}}\mathdef954{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

(reserved)

\(\def\mathdef955#1{\mathtt{0x#1}}\mathdef955{FD}~\def\mathdef956#1{\mathtt{0x#1}}\mathdef956{9A}~\def\mathdef957#1{\mathtt{0x#1}}\mathdef957{01}\)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{avgr}}\mathsf{\_u}\)

\(\def\mathdef958#1{\mathtt{0x#1}}\mathdef958{FD}~~\def\mathdef959#1{\mathtt{0x#1}}\mathdef959{9B}~~\def\mathdef960#1{\mathtt{0x#1}}\mathdef960{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{low}}\mathsf{\_i8x16\_s}\)

\(\def\mathdef961#1{\mathtt{0x#1}}\mathdef961{FD}~~\def\mathdef962#1{\mathtt{0x#1}}\mathdef962{9C}~~\def\mathdef963#1{\mathtt{0x#1}}\mathdef963{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{high}}\mathsf{\_i8x16\_s}\)

\(\def\mathdef964#1{\mathtt{0x#1}}\mathdef964{FD}~~\def\mathdef965#1{\mathtt{0x#1}}\mathdef965{9D}~~\def\mathdef966#1{\mathtt{0x#1}}\mathdef966{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{low}}\mathsf{\_i8x16\_u}\)

\(\def\mathdef967#1{\mathtt{0x#1}}\mathdef967{FD}~~\def\mathdef968#1{\mathtt{0x#1}}\mathdef968{9E}~~\def\mathdef969#1{\mathtt{0x#1}}\mathdef969{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{high}}\mathsf{\_i8x16\_u}\)

\(\def\mathdef970#1{\mathtt{0x#1}}\mathdef970{FD}~~\def\mathdef971#1{\mathtt{0x#1}}\mathdef971{9F}~~\def\mathdef972#1{\mathtt{0x#1}}\mathdef972{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{abs}}\)

\(\def\mathdef973#1{\mathtt{0x#1}}\mathdef973{FD}~~\def\mathdef974#1{\mathtt{0x#1}}\mathdef974{A0}~~\def\mathdef975#1{\mathtt{0x#1}}\mathdef975{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{neg}}\)

\(\def\mathdef976#1{\mathtt{0x#1}}\mathdef976{FD}~~\def\mathdef977#1{\mathtt{0x#1}}\mathdef977{A1}~~\def\mathdef978#1{\mathtt{0x#1}}\mathdef978{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

(reserved)

\(\def\mathdef979#1{\mathtt{0x#1}}\mathdef979{FD}~\def\mathdef980#1{\mathtt{0x#1}}\mathdef980{A2}~\def\mathdef981#1{\mathtt{0x#1}}\mathdef981{01}\)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{all\_true}}\)

\(\def\mathdef982#1{\mathtt{0x#1}}\mathdef982{FD}~~\def\mathdef983#1{\mathtt{0x#1}}\mathdef983{A3}~~\def\mathdef984#1{\mathtt{0x#1}}\mathdef984{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{bitmask}}\)

\(\def\mathdef985#1{\mathtt{0x#1}}\mathdef985{FD}~~\def\mathdef986#1{\mathtt{0x#1}}\mathdef986{A4}~~\def\mathdef987#1{\mathtt{0x#1}}\mathdef987{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

(reserved)

\(\def\mathdef988#1{\mathtt{0x#1}}\mathdef988{FD}~\def\mathdef989#1{\mathtt{0x#1}}\mathdef989{A5}~\def\mathdef990#1{\mathtt{0x#1}}\mathdef990{01}\)

(reserved)

\(\def\mathdef991#1{\mathtt{0x#1}}\mathdef991{FD}~\def\mathdef992#1{\mathtt{0x#1}}\mathdef992{A6}~\def\mathdef993#1{\mathtt{0x#1}}\mathdef993{01}\)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{low}}\mathsf{\_i16x8\_s}\)

\(\def\mathdef994#1{\mathtt{0x#1}}\mathdef994{FD}~~\def\mathdef995#1{\mathtt{0x#1}}\mathdef995{A7}~~\def\mathdef996#1{\mathtt{0x#1}}\mathdef996{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{high}}\mathsf{\_i16x8\_s}\)

\(\def\mathdef997#1{\mathtt{0x#1}}\mathdef997{FD}~~\def\mathdef998#1{\mathtt{0x#1}}\mathdef998{A8}~~\def\mathdef999#1{\mathtt{0x#1}}\mathdef999{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{low}}\mathsf{\_i16x8\_u}\)

\(\def\mathdef1000#1{\mathtt{0x#1}}\mathdef1000{FD}~~\def\mathdef1001#1{\mathtt{0x#1}}\mathdef1001{A9}~~\def\mathdef1002#1{\mathtt{0x#1}}\mathdef1002{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{high}}\mathsf{\_i16x8\_u}\)

\(\def\mathdef1003#1{\mathtt{0x#1}}\mathdef1003{FD}~~\def\mathdef1004#1{\mathtt{0x#1}}\mathdef1004{AA}~~\def\mathdef1005#1{\mathtt{0x#1}}\mathdef1005{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shl}}\)

\(\def\mathdef1006#1{\mathtt{0x#1}}\mathdef1006{FD}~~\def\mathdef1007#1{\mathtt{0x#1}}\mathdef1007{AB}~~\def\mathdef1008#1{\mathtt{0x#1}}\mathdef1008{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shr}}\mathsf{\_s}\)

\(\def\mathdef1009#1{\mathtt{0x#1}}\mathdef1009{FD}~~\def\mathdef1010#1{\mathtt{0x#1}}\mathdef1010{AC}~~\def\mathdef1011#1{\mathtt{0x#1}}\mathdef1011{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shr}}\mathsf{\_u}\)

\(\def\mathdef1012#1{\mathtt{0x#1}}\mathdef1012{FD}~~\def\mathdef1013#1{\mathtt{0x#1}}\mathdef1013{AD}~~\def\mathdef1014#1{\mathtt{0x#1}}\mathdef1014{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\)

\(\def\mathdef1015#1{\mathtt{0x#1}}\mathdef1015{FD}~~\def\mathdef1016#1{\mathtt{0x#1}}\mathdef1016{AE}~~\def\mathdef1017#1{\mathtt{0x#1}}\mathdef1017{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

(reserved)

\(\def\mathdef1018#1{\mathtt{0x#1}}\mathdef1018{FD}~\def\mathdef1019#1{\mathtt{0x#1}}\mathdef1019{AF}~\def\mathdef1020#1{\mathtt{0x#1}}\mathdef1020{01}\)

(reserved)

\(\def\mathdef1021#1{\mathtt{0x#1}}\mathdef1021{FD}~\def\mathdef1022#1{\mathtt{0x#1}}\mathdef1022{B0}~\def\mathdef1023#1{\mathtt{0x#1}}\mathdef1023{01}\)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\)

\(\def\mathdef1024#1{\mathtt{0x#1}}\mathdef1024{FD}~~\def\mathdef1025#1{\mathtt{0x#1}}\mathdef1025{B1}~~\def\mathdef1026#1{\mathtt{0x#1}}\mathdef1026{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

(reserved)

\(\def\mathdef1027#1{\mathtt{0x#1}}\mathdef1027{FD}~\def\mathdef1028#1{\mathtt{0x#1}}\mathdef1028{B2}~\def\mathdef1029#1{\mathtt{0x#1}}\mathdef1029{01}\)

(reserved)

\(\def\mathdef1030#1{\mathtt{0x#1}}\mathdef1030{FD}~\def\mathdef1031#1{\mathtt{0x#1}}\mathdef1031{B3}~\def\mathdef1032#1{\mathtt{0x#1}}\mathdef1032{01}\)

(reserved)

\(\def\mathdef1033#1{\mathtt{0x#1}}\mathdef1033{FD}~\def\mathdef1034#1{\mathtt{0x#1}}\mathdef1034{B4}~\def\mathdef1035#1{\mathtt{0x#1}}\mathdef1035{01}\)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{mul}}\)

\(\def\mathdef1036#1{\mathtt{0x#1}}\mathdef1036{FD}~~\def\mathdef1037#1{\mathtt{0x#1}}\mathdef1037{B5}~~\def\mathdef1038#1{\mathtt{0x#1}}\mathdef1038{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{min}}\mathsf{\_s}\)

\(\def\mathdef1039#1{\mathtt{0x#1}}\mathdef1039{FD}~~\def\mathdef1040#1{\mathtt{0x#1}}\mathdef1040{B6}~~\def\mathdef1041#1{\mathtt{0x#1}}\mathdef1041{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{min}}\mathsf{\_u}\)

\(\def\mathdef1042#1{\mathtt{0x#1}}\mathdef1042{FD}~~\def\mathdef1043#1{\mathtt{0x#1}}\mathdef1043{B7}~~\def\mathdef1044#1{\mathtt{0x#1}}\mathdef1044{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{max}}\mathsf{\_s}\)

\(\def\mathdef1045#1{\mathtt{0x#1}}\mathdef1045{FD}~~\def\mathdef1046#1{\mathtt{0x#1}}\mathdef1046{B8}~~\def\mathdef1047#1{\mathtt{0x#1}}\mathdef1047{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{max}}\mathsf{\_u}\)

\(\def\mathdef1048#1{\mathtt{0x#1}}\mathdef1048{FD}~~\def\mathdef1049#1{\mathtt{0x#1}}\mathdef1049{B9}~~\def\mathdef1050#1{\mathtt{0x#1}}\mathdef1050{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{dot}}\mathsf{\_i16x8\_s}\)

\(\def\mathdef1051#1{\mathtt{0x#1}}\mathdef1051{FD}~~\def\mathdef1052#1{\mathtt{0x#1}}\mathdef1052{BA}~~\def\mathdef1053#1{\mathtt{0x#1}}\mathdef1053{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{low}}\mathsf{\_i16x8\_s}\)

\(\def\mathdef1054#1{\mathtt{0x#1}}\mathdef1054{FD}~~\def\mathdef1055#1{\mathtt{0x#1}}\mathdef1055{BC}~~\def\mathdef1056#1{\mathtt{0x#1}}\mathdef1056{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{high}}\mathsf{\_i16x8\_s}\)

\(\def\mathdef1057#1{\mathtt{0x#1}}\mathdef1057{FD}~~\def\mathdef1058#1{\mathtt{0x#1}}\mathdef1058{BD}~~\def\mathdef1059#1{\mathtt{0x#1}}\mathdef1059{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{low}}\mathsf{\_i16x8\_u}\)

\(\def\mathdef1060#1{\mathtt{0x#1}}\mathdef1060{FD}~~\def\mathdef1061#1{\mathtt{0x#1}}\mathdef1061{BE}~~\def\mathdef1062#1{\mathtt{0x#1}}\mathdef1062{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{high}}\mathsf{\_i16x8\_u}\)

\(\def\mathdef1063#1{\mathtt{0x#1}}\mathdef1063{FD}~~\def\mathdef1064#1{\mathtt{0x#1}}\mathdef1064{BF}~~\def\mathdef1065#1{\mathtt{0x#1}}\mathdef1065{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{abs}}\)

\(\def\mathdef1066#1{\mathtt{0x#1}}\mathdef1066{FD}~~\def\mathdef1067#1{\mathtt{0x#1}}\mathdef1067{C0}~~\def\mathdef1068#1{\mathtt{0x#1}}\mathdef1068{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{neg}}\)

\(\def\mathdef1069#1{\mathtt{0x#1}}\mathdef1069{FD}~~\def\mathdef1070#1{\mathtt{0x#1}}\mathdef1070{C1}~~\def\mathdef1071#1{\mathtt{0x#1}}\mathdef1071{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

(reserved)

\(\def\mathdef1072#1{\mathtt{0x#1}}\mathdef1072{FD}~\def\mathdef1073#1{\mathtt{0x#1}}\mathdef1073{C2}~\def\mathdef1074#1{\mathtt{0x#1}}\mathdef1074{01}\)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{all\_true}}\)

\(\def\mathdef1075#1{\mathtt{0x#1}}\mathdef1075{FD}~~\def\mathdef1076#1{\mathtt{0x#1}}\mathdef1076{C3}~~\def\mathdef1077#1{\mathtt{0x#1}}\mathdef1077{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{bitmask}}\)

\(\def\mathdef1078#1{\mathtt{0x#1}}\mathdef1078{FD}~~\def\mathdef1079#1{\mathtt{0x#1}}\mathdef1079{C4}~~\def\mathdef1080#1{\mathtt{0x#1}}\mathdef1080{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}]\)

validation

execution (operator)

(reserved)

\(\def\mathdef1081#1{\mathtt{0x#1}}\mathdef1081{FD}~\def\mathdef1082#1{\mathtt{0x#1}}\mathdef1082{C5}~\def\mathdef1083#1{\mathtt{0x#1}}\mathdef1083{01}\)

(reserved)

\(\def\mathdef1084#1{\mathtt{0x#1}}\mathdef1084{FD}~\def\mathdef1085#1{\mathtt{0x#1}}\mathdef1085{C6}~\def\mathdef1086#1{\mathtt{0x#1}}\mathdef1086{01}\)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{low}}\mathsf{\_i32x4\_s}\)

\(\def\mathdef1087#1{\mathtt{0x#1}}\mathdef1087{FD}~~\def\mathdef1088#1{\mathtt{0x#1}}\mathdef1088{C7}~~\def\mathdef1089#1{\mathtt{0x#1}}\mathdef1089{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{high}}\mathsf{\_i32x4\_s}\)

\(\def\mathdef1090#1{\mathtt{0x#1}}\mathdef1090{FD}~~\def\mathdef1091#1{\mathtt{0x#1}}\mathdef1091{C8}~~\def\mathdef1092#1{\mathtt{0x#1}}\mathdef1092{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{low}}\mathsf{\_i32x4\_u}\)

\(\def\mathdef1093#1{\mathtt{0x#1}}\mathdef1093{FD}~~\def\mathdef1094#1{\mathtt{0x#1}}\mathdef1094{C9}~~\def\mathdef1095#1{\mathtt{0x#1}}\mathdef1095{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{high}}\mathsf{\_i32x4\_u}\)

\(\def\mathdef1096#1{\mathtt{0x#1}}\mathdef1096{FD}~~\def\mathdef1097#1{\mathtt{0x#1}}\mathdef1097{CA}~~\def\mathdef1098#1{\mathtt{0x#1}}\mathdef1098{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shl}}\)

\(\def\mathdef1099#1{\mathtt{0x#1}}\mathdef1099{FD}~~\def\mathdef1100#1{\mathtt{0x#1}}\mathdef1100{CB}~~\def\mathdef1101#1{\mathtt{0x#1}}\mathdef1101{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shr}}\mathsf{\_s}\)

\(\def\mathdef1102#1{\mathtt{0x#1}}\mathdef1102{FD}~~\def\mathdef1103#1{\mathtt{0x#1}}\mathdef1103{CC}~~\def\mathdef1104#1{\mathtt{0x#1}}\mathdef1104{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shr}}\mathsf{\_u}\)

\(\def\mathdef1105#1{\mathtt{0x#1}}\mathdef1105{FD}~~\def\mathdef1106#1{\mathtt{0x#1}}\mathdef1106{CD}~~\def\mathdef1107#1{\mathtt{0x#1}}\mathdef1107{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-numtype}{\mathsf{i\scriptstyle32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\)

\(\def\mathdef1108#1{\mathtt{0x#1}}\mathdef1108{FD}~~\def\mathdef1109#1{\mathtt{0x#1}}\mathdef1109{CE}~~\def\mathdef1110#1{\mathtt{0x#1}}\mathdef1110{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

(reserved)

\(\def\mathdef1111#1{\mathtt{0x#1}}\mathdef1111{FD}~\def\mathdef1112#1{\mathtt{0x#1}}\mathdef1112{CF}~\def\mathdef1113#1{\mathtt{0x#1}}\mathdef1113{01}\)

(reserved)

\(\def\mathdef1114#1{\mathtt{0x#1}}\mathdef1114{FD}~\def\mathdef1115#1{\mathtt{0x#1}}\mathdef1115{D0}~\def\mathdef1116#1{\mathtt{0x#1}}\mathdef1116{01}\)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\)

\(\def\mathdef1117#1{\mathtt{0x#1}}\mathdef1117{FD}~~\def\mathdef1118#1{\mathtt{0x#1}}\mathdef1118{D1}~~\def\mathdef1119#1{\mathtt{0x#1}}\mathdef1119{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

(reserved)

\(\def\mathdef1120#1{\mathtt{0x#1}}\mathdef1120{FD}~\def\mathdef1121#1{\mathtt{0x#1}}\mathdef1121{D2}~\def\mathdef1122#1{\mathtt{0x#1}}\mathdef1122{01}\)

(reserved)

\(\def\mathdef1123#1{\mathtt{0x#1}}\mathdef1123{FD}~\def\mathdef1124#1{\mathtt{0x#1}}\mathdef1124{D3}~\def\mathdef1125#1{\mathtt{0x#1}}\mathdef1125{01}\)

(reserved)

\(\def\mathdef1126#1{\mathtt{0x#1}}\mathdef1126{FD}~\def\mathdef1127#1{\mathtt{0x#1}}\mathdef1127{D4}~\def\mathdef1128#1{\mathtt{0x#1}}\mathdef1128{01}\)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{mul}}\)

\(\def\mathdef1129#1{\mathtt{0x#1}}\mathdef1129{FD}~~\def\mathdef1130#1{\mathtt{0x#1}}\mathdef1130{D5}~~\def\mathdef1131#1{\mathtt{0x#1}}\mathdef1131{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{eq}}\)

\(\def\mathdef1132#1{\mathtt{0x#1}}\mathdef1132{FD}~~\def\mathdef1133#1{\mathtt{0x#1}}\mathdef1133{D6}~~\def\mathdef1134#1{\mathtt{0x#1}}\mathdef1134{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ne}}\)

\(\def\mathdef1135#1{\mathtt{0x#1}}\mathdef1135{FD}~~\def\mathdef1136#1{\mathtt{0x#1}}\mathdef1136{D7}~~\def\mathdef1137#1{\mathtt{0x#1}}\mathdef1137{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\mathsf{\_s}\)

\(\def\mathdef1138#1{\mathtt{0x#1}}\mathdef1138{FD}~~\def\mathdef1139#1{\mathtt{0x#1}}\mathdef1139{D8}~~\def\mathdef1140#1{\mathtt{0x#1}}\mathdef1140{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\mathsf{\_s}\)

\(\def\mathdef1141#1{\mathtt{0x#1}}\mathdef1141{FD}~~\def\mathdef1142#1{\mathtt{0x#1}}\mathdef1142{D9}~~\def\mathdef1143#1{\mathtt{0x#1}}\mathdef1143{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\mathsf{\_s}\)

\(\def\mathdef1144#1{\mathtt{0x#1}}\mathdef1144{FD}~~\def\mathdef1145#1{\mathtt{0x#1}}\mathdef1145{DA}~~\def\mathdef1146#1{\mathtt{0x#1}}\mathdef1146{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\mathsf{\_s}\)

\(\def\mathdef1147#1{\mathtt{0x#1}}\mathdef1147{FD}~~\def\mathdef1148#1{\mathtt{0x#1}}\mathdef1148{DB}~~\def\mathdef1149#1{\mathtt{0x#1}}\mathdef1149{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{low}}\mathsf{\_i32x4\_s}\)

\(\def\mathdef1150#1{\mathtt{0x#1}}\mathdef1150{FD}~~\def\mathdef1151#1{\mathtt{0x#1}}\mathdef1151{DC}~~\def\mathdef1152#1{\mathtt{0x#1}}\mathdef1152{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{high}}\mathsf{\_i32x4\_s}\)

\(\def\mathdef1153#1{\mathtt{0x#1}}\mathdef1153{FD}~~\def\mathdef1154#1{\mathtt{0x#1}}\mathdef1154{DD}~~\def\mathdef1155#1{\mathtt{0x#1}}\mathdef1155{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{low}}\mathsf{\_i32x4\_u}\)

\(\def\mathdef1156#1{\mathtt{0x#1}}\mathdef1156{FD}~~\def\mathdef1157#1{\mathtt{0x#1}}\mathdef1157{DE}~~\def\mathdef1158#1{\mathtt{0x#1}}\mathdef1158{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{high}}\mathsf{\_i32x4\_u}\)

\(\def\mathdef1159#1{\mathtt{0x#1}}\mathdef1159{FD}~~\def\mathdef1160#1{\mathtt{0x#1}}\mathdef1160{DF}~~\def\mathdef1161#1{\mathtt{0x#1}}\mathdef1161{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{abs}}\)

\(\def\mathdef1162#1{\mathtt{0x#1}}\mathdef1162{FD}~~\def\mathdef1163#1{\mathtt{0x#1}}\mathdef1163{E0}~~\def\mathdef1164#1{\mathtt{0x#1}}\mathdef1164{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{neg}}\)

\(\def\mathdef1165#1{\mathtt{0x#1}}\mathdef1165{FD}~~\def\mathdef1166#1{\mathtt{0x#1}}\mathdef1166{E1}~~\def\mathdef1167#1{\mathtt{0x#1}}\mathdef1167{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

(reserved)

\(\def\mathdef1168#1{\mathtt{0x#1}}\mathdef1168{FD}~\def\mathdef1169#1{\mathtt{0x#1}}\mathdef1169{E2}~\def\mathdef1170#1{\mathtt{0x#1}}\mathdef1170{01}\)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sqrt}}\)

\(\def\mathdef1171#1{\mathtt{0x#1}}\mathdef1171{FD}~~\def\mathdef1172#1{\mathtt{0x#1}}\mathdef1172{E3}~~\def\mathdef1173#1{\mathtt{0x#1}}\mathdef1173{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\)

\(\def\mathdef1174#1{\mathtt{0x#1}}\mathdef1174{FD}~~\def\mathdef1175#1{\mathtt{0x#1}}\mathdef1175{E4}~~\def\mathdef1176#1{\mathtt{0x#1}}\mathdef1176{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\)

\(\def\mathdef1177#1{\mathtt{0x#1}}\mathdef1177{FD}~~\def\mathdef1178#1{\mathtt{0x#1}}\mathdef1178{E5}~~\def\mathdef1179#1{\mathtt{0x#1}}\mathdef1179{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{mul}}\)

\(\def\mathdef1180#1{\mathtt{0x#1}}\mathdef1180{FD}~~\def\mathdef1181#1{\mathtt{0x#1}}\mathdef1181{E6}~~\def\mathdef1182#1{\mathtt{0x#1}}\mathdef1182{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{div}}\)

\(\def\mathdef1183#1{\mathtt{0x#1}}\mathdef1183{FD}~~\def\mathdef1184#1{\mathtt{0x#1}}\mathdef1184{E7}~~\def\mathdef1185#1{\mathtt{0x#1}}\mathdef1185{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{min}}\)

\(\def\mathdef1186#1{\mathtt{0x#1}}\mathdef1186{FD}~~\def\mathdef1187#1{\mathtt{0x#1}}\mathdef1187{E8}~~\def\mathdef1188#1{\mathtt{0x#1}}\mathdef1188{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{max}}\)

\(\def\mathdef1189#1{\mathtt{0x#1}}\mathdef1189{FD}~~\def\mathdef1190#1{\mathtt{0x#1}}\mathdef1190{E9}~~\def\mathdef1191#1{\mathtt{0x#1}}\mathdef1191{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{pmin}}\)

\(\def\mathdef1192#1{\mathtt{0x#1}}\mathdef1192{FD}~~\def\mathdef1193#1{\mathtt{0x#1}}\mathdef1193{EA}~~\def\mathdef1194#1{\mathtt{0x#1}}\mathdef1194{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{pmax}}\)

\(\def\mathdef1195#1{\mathtt{0x#1}}\mathdef1195{FD}~~\def\mathdef1196#1{\mathtt{0x#1}}\mathdef1196{EB}~~\def\mathdef1197#1{\mathtt{0x#1}}\mathdef1197{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{abs}}\)

\(\def\mathdef1198#1{\mathtt{0x#1}}\mathdef1198{FD}~~\def\mathdef1199#1{\mathtt{0x#1}}\mathdef1199{EC}~~\def\mathdef1200#1{\mathtt{0x#1}}\mathdef1200{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{neg}}\)

\(\def\mathdef1201#1{\mathtt{0x#1}}\mathdef1201{FD}~~\def\mathdef1202#1{\mathtt{0x#1}}\mathdef1202{ED}~~\def\mathdef1203#1{\mathtt{0x#1}}\mathdef1203{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

(reserved)

\(\def\mathdef1204#1{\mathtt{0x#1}}\mathdef1204{FD}~\def\mathdef1205#1{\mathtt{0x#1}}\mathdef1205{EE}~\def\mathdef1206#1{\mathtt{0x#1}}\mathdef1206{01}\)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sqrt}}\)

\(\def\mathdef1207#1{\mathtt{0x#1}}\mathdef1207{FD}~~\def\mathdef1208#1{\mathtt{0x#1}}\mathdef1208{EF}~~\def\mathdef1209#1{\mathtt{0x#1}}\mathdef1209{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\)

\(\def\mathdef1210#1{\mathtt{0x#1}}\mathdef1210{FD}~~\def\mathdef1211#1{\mathtt{0x#1}}\mathdef1211{F0}~~\def\mathdef1212#1{\mathtt{0x#1}}\mathdef1212{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\)

\(\def\mathdef1213#1{\mathtt{0x#1}}\mathdef1213{FD}~~\def\mathdef1214#1{\mathtt{0x#1}}\mathdef1214{F1}~~\def\mathdef1215#1{\mathtt{0x#1}}\mathdef1215{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{mul}}\)

\(\def\mathdef1216#1{\mathtt{0x#1}}\mathdef1216{FD}~~\def\mathdef1217#1{\mathtt{0x#1}}\mathdef1217{F2}~~\def\mathdef1218#1{\mathtt{0x#1}}\mathdef1218{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{div}}\)

\(\def\mathdef1219#1{\mathtt{0x#1}}\mathdef1219{FD}~~\def\mathdef1220#1{\mathtt{0x#1}}\mathdef1220{F3}~~\def\mathdef1221#1{\mathtt{0x#1}}\mathdef1221{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{min}}\)

\(\def\mathdef1222#1{\mathtt{0x#1}}\mathdef1222{FD}~~\def\mathdef1223#1{\mathtt{0x#1}}\mathdef1223{F4}~~\def\mathdef1224#1{\mathtt{0x#1}}\mathdef1224{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{max}}\)

\(\def\mathdef1225#1{\mathtt{0x#1}}\mathdef1225{FD}~~\def\mathdef1226#1{\mathtt{0x#1}}\mathdef1226{F5}~~\def\mathdef1227#1{\mathtt{0x#1}}\mathdef1227{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{pmin}}\)

\(\def\mathdef1228#1{\mathtt{0x#1}}\mathdef1228{FD}~~\def\mathdef1229#1{\mathtt{0x#1}}\mathdef1229{F6}~~\def\mathdef1230#1{\mathtt{0x#1}}\mathdef1230{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{pmax}}\)

\(\def\mathdef1231#1{\mathtt{0x#1}}\mathdef1231{FD}~~\def\mathdef1232#1{\mathtt{0x#1}}\mathdef1232{F7}~~\def\mathdef1233#1{\mathtt{0x#1}}\mathdef1233{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{trunc\_sat}}\mathsf{\_f32x4\_s}\)

\(\def\mathdef1234#1{\mathtt{0x#1}}\mathdef1234{FD}~~\def\mathdef1235#1{\mathtt{0x#1}}\mathdef1235{F8}~~\def\mathdef1236#1{\mathtt{0x#1}}\mathdef1236{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{trunc\_sat}}\mathsf{\_f32x4\_u}\)

\(\def\mathdef1237#1{\mathtt{0x#1}}\mathdef1237{FD}~~\def\mathdef1238#1{\mathtt{0x#1}}\mathdef1238{F9}~~\def\mathdef1239#1{\mathtt{0x#1}}\mathdef1239{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{convert}}\mathsf{\_i32x4\_s}\)

\(\def\mathdef1240#1{\mathtt{0x#1}}\mathdef1240{FD}~~\def\mathdef1241#1{\mathtt{0x#1}}\mathdef1241{FA}~~\def\mathdef1242#1{\mathtt{0x#1}}\mathdef1242{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{convert}}\mathsf{\_i32x4\_u}\)

\(\def\mathdef1243#1{\mathtt{0x#1}}\mathdef1243{FD}~~\def\mathdef1244#1{\mathtt{0x#1}}\mathdef1244{FB}~~\def\mathdef1245#1{\mathtt{0x#1}}\mathdef1245{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{trunc\_sat}}\mathsf{\_f64x2\_s\_zero}\)

\(\def\mathdef1246#1{\mathtt{0x#1}}\mathdef1246{FD}~~\def\mathdef1247#1{\mathtt{0x#1}}\mathdef1247{FC}~~\def\mathdef1248#1{\mathtt{0x#1}}\mathdef1248{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{trunc\_sat}}\mathsf{\_f64x2\_u\_zero}\)

\(\def\mathdef1249#1{\mathtt{0x#1}}\mathdef1249{FD}~~\def\mathdef1250#1{\mathtt{0x#1}}\mathdef1250{FD}~~\def\mathdef1251#1{\mathtt{0x#1}}\mathdef1251{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{convert}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{low}}\mathsf{\_i32x4\_s}\)

\(\def\mathdef1252#1{\mathtt{0x#1}}\mathdef1252{FD}~~\def\mathdef1253#1{\mathtt{0x#1}}\mathdef1253{FE}~~\def\mathdef1254#1{\mathtt{0x#1}}\mathdef1254{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{convert}}\mathsf{\_}\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{low}}\mathsf{\_i32x4\_u}\)

\(\def\mathdef1255#1{\mathtt{0x#1}}\mathdef1255{FD}~~\def\mathdef1256#1{\mathtt{0x#1}}\mathdef1256{FF}~~\def\mathdef1257#1{\mathtt{0x#1}}\mathdef1257{01}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_swizzle}}\)

\(\def\mathdef1258#1{\mathtt{0x#1}}\mathdef1258{FD}~~\def\mathdef1259#1{\mathtt{0x#1}}\mathdef1259{80}~~\def\mathdef1260#1{\mathtt{0x#1}}\mathdef1260{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_trunc}}\mathsf{\_f32x4\_s}\)

\(\def\mathdef1261#1{\mathtt{0x#1}}\mathdef1261{FD}~~\def\mathdef1262#1{\mathtt{0x#1}}\mathdef1262{81}~~\def\mathdef1263#1{\mathtt{0x#1}}\mathdef1263{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_trunc}}\mathsf{\_f32x4\_u}\)

\(\def\mathdef1264#1{\mathtt{0x#1}}\mathdef1264{FD}~~\def\mathdef1265#1{\mathtt{0x#1}}\mathdef1265{82}~~\def\mathdef1266#1{\mathtt{0x#1}}\mathdef1266{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_trunc}}\mathsf{\_f64x2\_s}\)

\(\def\mathdef1267#1{\mathtt{0x#1}}\mathdef1267{FD}~~\def\mathdef1268#1{\mathtt{0x#1}}\mathdef1268{83}~~\def\mathdef1269#1{\mathtt{0x#1}}\mathdef1269{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_trunc}}\mathsf{\_f64x2\_u}\)

\(\def\mathdef1270#1{\mathtt{0x#1}}\mathdef1270{FD}~~\def\mathdef1271#1{\mathtt{0x#1}}\mathdef1271{84}~~\def\mathdef1272#1{\mathtt{0x#1}}\mathdef1272{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_madd}}\)

\(\def\mathdef1273#1{\mathtt{0x#1}}\mathdef1273{FD}~~\def\mathdef1274#1{\mathtt{0x#1}}\mathdef1274{85}~~\def\mathdef1275#1{\mathtt{0x#1}}\mathdef1275{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_nmadd}}\)

\(\def\mathdef1276#1{\mathtt{0x#1}}\mathdef1276{FD}~~\def\mathdef1277#1{\mathtt{0x#1}}\mathdef1277{86}~~\def\mathdef1278#1{\mathtt{0x#1}}\mathdef1278{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_madd}}\)

\(\def\mathdef1279#1{\mathtt{0x#1}}\mathdef1279{FD}~~\def\mathdef1280#1{\mathtt{0x#1}}\mathdef1280{87}~~\def\mathdef1281#1{\mathtt{0x#1}}\mathdef1281{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_nmadd}}\)

\(\def\mathdef1282#1{\mathtt{0x#1}}\mathdef1282{FD}~~\def\mathdef1283#1{\mathtt{0x#1}}\mathdef1283{88}~~\def\mathdef1284#1{\mathtt{0x#1}}\mathdef1284{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle8}x\scriptstyle16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_laneselect}}\)

\(\def\mathdef1285#1{\mathtt{0x#1}}\mathdef1285{FD}~~\def\mathdef1286#1{\mathtt{0x#1}}\mathdef1286{89}~~\def\mathdef1287#1{\mathtt{0x#1}}\mathdef1287{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_laneselect}}\)

\(\def\mathdef1288#1{\mathtt{0x#1}}\mathdef1288{FD}~~\def\mathdef1289#1{\mathtt{0x#1}}\mathdef1289{8A}~~\def\mathdef1290#1{\mathtt{0x#1}}\mathdef1290{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_laneselect}}\)

\(\def\mathdef1291#1{\mathtt{0x#1}}\mathdef1291{FD}~~\def\mathdef1292#1{\mathtt{0x#1}}\mathdef1292{8B}~~\def\mathdef1293#1{\mathtt{0x#1}}\mathdef1293{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_laneselect}}\)

\(\def\mathdef1294#1{\mathtt{0x#1}}\mathdef1294{FD}~~\def\mathdef1295#1{\mathtt{0x#1}}\mathdef1295{8C}~~\def\mathdef1296#1{\mathtt{0x#1}}\mathdef1296{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_min}}\)

\(\def\mathdef1297#1{\mathtt{0x#1}}\mathdef1297{FD}~~\def\mathdef1298#1{\mathtt{0x#1}}\mathdef1298{8D}~~\def\mathdef1299#1{\mathtt{0x#1}}\mathdef1299{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_max}}\)

\(\def\mathdef1300#1{\mathtt{0x#1}}\mathdef1300{FD}~~\def\mathdef1301#1{\mathtt{0x#1}}\mathdef1301{8E}~~\def\mathdef1302#1{\mathtt{0x#1}}\mathdef1302{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_min}}\)

\(\def\mathdef1303#1{\mathtt{0x#1}}\mathdef1303{FD}~~\def\mathdef1304#1{\mathtt{0x#1}}\mathdef1304{8F}~~\def\mathdef1305#1{\mathtt{0x#1}}\mathdef1305{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{f{\scriptstyle64}x\scriptstyle2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_max}}\)

\(\def\mathdef1306#1{\mathtt{0x#1}}\mathdef1306{FD}~~\def\mathdef1307#1{\mathtt{0x#1}}\mathdef1307{90}~~\def\mathdef1308#1{\mathtt{0x#1}}\mathdef1308{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_q15mulr}}\mathsf{\_s}\)

\(\def\mathdef1309#1{\mathtt{0x#1}}\mathdef1309{FD}~~\def\mathdef1310#1{\mathtt{0x#1}}\mathdef1310{91}~~\def\mathdef1311#1{\mathtt{0x#1}}\mathdef1311{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle16}x\scriptstyle8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_dot}}\mathsf{\_i8x16\_i7x16\_s}\)

\(\def\mathdef1312#1{\mathtt{0x#1}}\mathdef1312{FD}~~\def\mathdef1313#1{\mathtt{0x#1}}\mathdef1313{92}~~\def\mathdef1314#1{\mathtt{0x#1}}\mathdef1314{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

\(\href{../syntax/instructions.html#syntax-shape}{\mathsf{i{\scriptstyle32}x\scriptstyle4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_dot}}\mathsf{\_i8x16\_i7x16\_add\_s}\)

\(\def\mathdef1315#1{\mathtt{0x#1}}\mathdef1315{FD}~~\def\mathdef1316#1{\mathtt{0x#1}}\mathdef1316{93}~~\def\mathdef1317#1{\mathtt{0x#1}}\mathdef1317{02}\)

\([\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}~\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-vectype}{\mathsf{v\scriptstyle128}}]\)

validation

execution (operator)

(reserved)

\(\def\mathdef1318#1{\mathtt{0x#1}}\mathdef1318{FD}~\def\mathdef1319#1{\mathtt{0x#1}}\mathdef1319{94}~\def\mathdef1320#1{\mathtt{0x#1}}\mathdef1320{02} \dots\)

(reserved)

\(\def\mathdef1321#1{\mathtt{0x#1}}\mathdef1321{FE}\)

(reserved)

\(\def\mathdef1322#1{\mathtt{0x#1}}\mathdef1322{FF}\)

Note

Multi-byte opcodes are given with the shortest possible encoding in the table. However, what is following the first byte is actually a u32 with variable-length encoding and consequently has multiple possible representations.