Index of InstructionsΒΆ

Instruction

Binary Opcode

Type

Validation

Execution

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

\(\def\mathdef318#1{\mathtt{0x#1}}\mathdef318{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\mathdef319#1{\mathtt{0x#1}}\mathdef319{01}\)

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

validation

execution

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

\(\def\mathdef320#1{\mathtt{0x#1}}\mathdef320{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\mathdef321#1{\mathtt{0x#1}}\mathdef321{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\mathdef322#1{\mathtt{0x#1}}\mathdef322{04}\)

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

validation

execution

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

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

(reserved)

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

(reserved)

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

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

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

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

validation

execution

(reserved)

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

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

\(\def\mathdef328#1{\mathtt{0x#1}}\mathdef328{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\mathdef329#1{\mathtt{0x#1}}\mathdef329{0B}\)

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

\(\def\mathdef330#1{\mathtt{0x#1}}\mathdef330{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\mathdef331#1{\mathtt{0x#1}}\mathdef331{0D}\)

\([t^\ast~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \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\mathdef332#1{\mathtt{0x#1}}\mathdef332{0E}\)

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

validation

execution

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

\(\def\mathdef333#1{\mathtt{0x#1}}\mathdef333{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\mathdef334#1{\mathtt{0x#1}}\mathdef334{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\mathdef335#1{\mathtt{0x#1}}\mathdef335{11}\)

\([t_1^\ast~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \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\mathdef336#1{\mathtt{0x#1}}\mathdef336{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\mathdef337#1{\mathtt{0x#1}}\mathdef337{13}\)

\([t_1^\ast~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \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\mathdef338#1{\mathtt{0x#1}}\mathdef338{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\mathdef339#1{\mathtt{0x#1}}\mathdef339{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\mathdef340#1{\mathtt{0x#1}}\mathdef340{16}\)

(reserved)

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

(reserved)

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

(reserved)

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

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

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

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

validation

execution

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

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

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

validation

execution

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

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

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

validation

execution

(reserved)

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

(reserved)

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

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

\(\def\mathdef349#1{\mathtt{0x#1}}\mathdef349{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\mathdef350#1{\mathtt{0x#1}}\mathdef350{20}\)

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

validation

execution

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

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

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

validation

execution

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

\(\def\mathdef352#1{\mathtt{0x#1}}\mathdef352{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\mathdef353#1{\mathtt{0x#1}}\mathdef353{23}\)

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

validation

execution

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

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

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

validation

execution

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

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

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

validation

execution

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

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

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

validation

execution

(reserved)

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

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

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

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

validation

execution

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

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution

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

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}]\)

validation

execution

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

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}]\)

validation

execution

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

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

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

validation

execution

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

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

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

validation

execution

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

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

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

validation

execution

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

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

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

validation

execution

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

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution

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

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution

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

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution

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

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution

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

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution

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

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution

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

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

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

validation

execution

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

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

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

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

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

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

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

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

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

validation

execution

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

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

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

validation

execution

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

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

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

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

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

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

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

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

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

validation

execution

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

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

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{const}}~\href{../syntax/values.html#syntax-int}{\mathit{i32}}\)

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

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{const}}~\href{../syntax/values.html#syntax-int}{\mathit{i64}}\)

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

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{const}}~\href{../syntax/values.html#syntax-float}{\mathit{f32}}\)

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

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{const}}~\href{../syntax/values.html#syntax-float}{\mathit{f64}}\)

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

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{eqz}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{eq}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ne}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{lt}}\mathsf{\_s}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{lt}}\mathsf{\_u}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{gt}}\mathsf{\_s}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{gt}}\mathsf{\_u}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{le}}\mathsf{\_s}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{le}}\mathsf{\_u}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ge}}\mathsf{\_s}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ge}}\mathsf{\_u}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{eqz}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{eq}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ne}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{lt}}\mathsf{\_s}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{lt}}\mathsf{\_u}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{gt}}\mathsf{\_s}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{gt}}\mathsf{\_u}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{le}}\mathsf{\_s}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{le}}\mathsf{\_u}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ge}}\mathsf{\_s}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ge}}\mathsf{\_u}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{eq}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ne}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{lt}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{gt}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{le}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ge}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{eq}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ne}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{lt}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{gt}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{le}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ge}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{clz}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ctz}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{popcnt}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{add}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{sub}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{mul}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{div}}\mathsf{\_s}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{div}}\mathsf{\_u}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{rem}}\mathsf{\_s}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{rem}}\mathsf{\_u}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{and}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{or}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{xor}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{shl}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{shr}}\mathsf{\_s}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{shr}}\mathsf{\_u}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{rotl}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{rotr}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{clz}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ctz}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{popcnt}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{add}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{sub}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{mul}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{div}}\mathsf{\_s}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{div}}\mathsf{\_u}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{rem}}\mathsf{\_s}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{rem}}\mathsf{\_u}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{and}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{or}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{xor}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{shl}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{shr}}\mathsf{\_s}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{shr}}\mathsf{\_u}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{rotl}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{rotr}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{abs}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{neg}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ceil}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{floor}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{nearest}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{sqrt}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{add}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{sub}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{mul}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{div}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{min}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{max}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{copysign}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{abs}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{neg}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{ceil}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{floor}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{nearest}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{sqrt}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{add}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{sub}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{mul}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{div}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{min}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{max}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{copysign}}\)

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

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{wrap}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}\mathsf{\_s}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}\mathsf{\_u}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}\mathsf{\_s}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}\mathsf{\_u}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{extend}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}\mathsf{\_s}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{extend}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}\mathsf{\_u}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}\mathsf{\_s}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}\mathsf{\_u}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}\mathsf{\_s}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}\mathsf{\_u}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{convert}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}\mathsf{\_s}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{convert}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}\mathsf{\_u}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{convert}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}\mathsf{\_s}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{convert}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}\mathsf{\_u}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{demote}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{convert}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}\mathsf{\_s}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{convert}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}\mathsf{\_u}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{convert}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}\mathsf{\_s}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{convert}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}\mathsf{\_u}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{promote}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{reinterpret}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{reinterpret}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{reinterpret}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{reinterpret}}\mathsf{\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}\)

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

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}]\)

validation

execution (operator)

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

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

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

validation

execution (operator)

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

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

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

validation

execution (operator)

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

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

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

validation

execution (operator)

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

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

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

validation

execution (operator)

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

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

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

validation

execution (operator)

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

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

\(\def\mathdef526#1{\mathtt{0x#1}}\mathdef526{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\mathdef527#1{\mathtt{0x#1}}\mathdef527{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-valtype}{\mathsf{i32}}]\)

validation

execution

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

\(\def\mathdef528#1{\mathtt{0x#1}}\mathdef528{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\mathdef529#1{\mathtt{0x#1}}\mathdef529{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-valtype}{\mathsf{i32}}]\)

validation

execution

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

\(\def\mathdef530#1{\mathtt{0x#1}}\mathdef530{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\mathdef531#1{\mathtt{0x#1}}\mathdef531{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\mathdef532#1{\mathtt{0x#1}}\mathdef532{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\mathdef533#1{\mathtt{0x#1}}\mathdef533{D7}\)

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

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

\(\def\mathdef569#1{\mathtt{0x#1}}\mathdef569{FB}~\def\mathdef570#1{\mathtt{0x#1}}\mathdef570{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\mathdef571#1{\mathtt{0x#1}}\mathdef571{FB}~\def\mathdef572#1{\mathtt{0x#1}}\mathdef572{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\mathdef573#1{\mathtt{0x#1}}\mathdef573{FB}~\def\mathdef574#1{\mathtt{0x#1}}\mathdef574{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\mathdef575#1{\mathtt{0x#1}}\mathdef575{FB}~\def\mathdef576#1{\mathtt{0x#1}}\mathdef576{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-valtype}{\mathsf{i32}}]\)

validation

execution

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

\(\def\mathdef577#1{\mathtt{0x#1}}\mathdef577{FB}~\def\mathdef578#1{\mathtt{0x#1}}\mathdef578{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-valtype}{\mathsf{i32}}]\)

validation

execution

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

\(\def\mathdef579#1{\mathtt{0x#1}}\mathdef579{FB}~\def\mathdef580#1{\mathtt{0x#1}}\mathdef580{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\mathdef581#1{\mathtt{0x#1}}\mathdef581{FB}~\def\mathdef582#1{\mathtt{0x#1}}\mathdef582{06}\)

\([t] \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\mathdef583#1{\mathtt{0x#1}}\mathdef583{FB}~\def\mathdef584#1{\mathtt{0x#1}}\mathdef584{07}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \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\mathdef585#1{\mathtt{0x#1}}\mathdef585{FB}~\def\mathdef586#1{\mathtt{0x#1}}\mathdef586{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\mathdef587#1{\mathtt{0x#1}}\mathdef587{FB}~\def\mathdef588#1{\mathtt{0x#1}}\mathdef588{09}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \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\mathdef589#1{\mathtt{0x#1}}\mathdef589{FB}~\def\mathdef590#1{\mathtt{0x#1}}\mathdef590{0A}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \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\mathdef591#1{\mathtt{0x#1}}\mathdef591{FB}~\def\mathdef592#1{\mathtt{0x#1}}\mathdef592{0B}\)

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

validation

execution

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

\(\def\mathdef593#1{\mathtt{0x#1}}\mathdef593{FB}~\def\mathdef594#1{\mathtt{0x#1}}\mathdef594{0C}\)

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

validation

execution

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

\(\def\mathdef595#1{\mathtt{0x#1}}\mathdef595{FB}~\def\mathdef596#1{\mathtt{0x#1}}\mathdef596{0D}\)

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

validation

execution

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

\(\def\mathdef597#1{\mathtt{0x#1}}\mathdef597{FB}~\def\mathdef598#1{\mathtt{0x#1}}\mathdef598{0E}\)

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

validation

execution

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

\(\def\mathdef599#1{\mathtt{0x#1}}\mathdef599{FB}~\def\mathdef600#1{\mathtt{0x#1}}\mathdef600{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-valtype}{\mathsf{i32}}]\)

validation

execution

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

\(\def\mathdef601#1{\mathtt{0x#1}}\mathdef601{FB}~\def\mathdef602#1{\mathtt{0x#1}}\mathdef602{10}\)

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

validation

execution

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

\(\def\mathdef603#1{\mathtt{0x#1}}\mathdef603{FB}~\def\mathdef604#1{\mathtt{0x#1}}\mathdef604{11}\)

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

validation

execution

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

\(\def\mathdef605#1{\mathtt{0x#1}}\mathdef605{FB}~\def\mathdef606#1{\mathtt{0x#1}}\mathdef606{12}\)

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

validation

execution

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

\(\def\mathdef607#1{\mathtt{0x#1}}\mathdef607{FB}~\def\mathdef608#1{\mathtt{0x#1}}\mathdef608{13}\)

\([(\href{../syntax/types.html#syntax-reftype}{\mathsf{ref}}~\href{../syntax/types.html#syntax-reftype}{\mathsf{null}}~x)~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \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\mathdef609#1{\mathtt{0x#1}}\mathdef609{FB}~\def\mathdef610#1{\mathtt{0x#1}}\mathdef610{14}\)

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

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\mathdef611#1{\mathtt{0x#1}}\mathdef611{FB}~\def\mathdef612#1{\mathtt{0x#1}}\mathdef612{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-valtype}{\mathsf{i32}}]\)

validation

execution

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

\(\def\mathdef613#1{\mathtt{0x#1}}\mathdef613{FB}~\def\mathdef614#1{\mathtt{0x#1}}\mathdef614{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\mathdef615#1{\mathtt{0x#1}}\mathdef615{FB}~\def\mathdef616#1{\mathtt{0x#1}}\mathdef616{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\mathdef617#1{\mathtt{0x#1}}\mathdef617{FB}~\def\mathdef618#1{\mathtt{0x#1}}\mathdef618{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\mathdef619#1{\mathtt{0x#1}}\mathdef619{FB}~\def\mathdef620#1{\mathtt{0x#1}}\mathdef620{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\mathdef621#1{\mathtt{0x#1}}\mathdef621{FB}~\def\mathdef622#1{\mathtt{0x#1}}\mathdef622{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\mathdef623#1{\mathtt{0x#1}}\mathdef623{FB}~\def\mathdef624#1{\mathtt{0x#1}}\mathdef624{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.i31}}\)

\(\def\mathdef625#1{\mathtt{0x#1}}\mathdef625{FB}~\def\mathdef626#1{\mathtt{0x#1}}\mathdef626{1C}\)

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

validation

execution

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

\(\def\mathdef627#1{\mathtt{0x#1}}\mathdef627{FB}~\def\mathdef628#1{\mathtt{0x#1}}\mathdef628{1D}\)

\([\href{../syntax/types.html#syntax-reftype}{\mathsf{i31ref}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution

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

\(\def\mathdef629#1{\mathtt{0x#1}}\mathdef629{FB}~\def\mathdef630#1{\mathtt{0x#1}}\mathdef630{1E}\)

\([\href{../syntax/types.html#syntax-reftype}{\mathsf{i31ref}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution

(reserved)

\(\def\mathdef631#1{\mathtt{0x#1}}\mathdef631{FB}~\def\mathdef632#1{\mathtt{0x#1}}\mathdef632{1E} \dots\)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}\mathsf{\_s}\)

\(\def\mathdef633#1{\mathtt{0x#1}}\mathdef633{FC}~\def\mathdef634#1{\mathtt{0x#1}}\mathdef634{00}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}\mathsf{\_u}\)

\(\def\mathdef635#1{\mathtt{0x#1}}\mathdef635{FC}~\def\mathdef636#1{\mathtt{0x#1}}\mathdef636{01}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}\mathsf{\_s}\)

\(\def\mathdef637#1{\mathtt{0x#1}}\mathdef637{FC}~\def\mathdef638#1{\mathtt{0x#1}}\mathdef638{02}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}\mathsf{\_u}\)

\(\def\mathdef639#1{\mathtt{0x#1}}\mathdef639{FC}~\def\mathdef640#1{\mathtt{0x#1}}\mathdef640{03}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}\mathsf{\_s}\)

\(\def\mathdef641#1{\mathtt{0x#1}}\mathdef641{FC}~\def\mathdef642#1{\mathtt{0x#1}}\mathdef642{04}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}\mathsf{\_u}\)

\(\def\mathdef643#1{\mathtt{0x#1}}\mathdef643{FC}~\def\mathdef644#1{\mathtt{0x#1}}\mathdef644{05}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}\mathsf{\_s}\)

\(\def\mathdef645#1{\mathtt{0x#1}}\mathdef645{FC}~\def\mathdef646#1{\mathtt{0x#1}}\mathdef646{06}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_}\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}\mathsf{\_u}\)

\(\def\mathdef647#1{\mathtt{0x#1}}\mathdef647{FC}~\def\mathdef648#1{\mathtt{0x#1}}\mathdef648{07}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution (operator)

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

\(\def\mathdef649#1{\mathtt{0x#1}}\mathdef649{FC}~\def\mathdef650#1{\mathtt{0x#1}}\mathdef650{08}\)

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

validation

execution

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

\(\def\mathdef651#1{\mathtt{0x#1}}\mathdef651{FC}~\def\mathdef652#1{\mathtt{0x#1}}\mathdef652{09}\)

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

validation

execution

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

\(\def\mathdef653#1{\mathtt{0x#1}}\mathdef653{FC}~\def\mathdef654#1{\mathtt{0x#1}}\mathdef654{0A}\)

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

validation

execution

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

\(\def\mathdef655#1{\mathtt{0x#1}}\mathdef655{FC}~\def\mathdef656#1{\mathtt{0x#1}}\mathdef656{0B}\)

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

validation

execution

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

\(\def\mathdef657#1{\mathtt{0x#1}}\mathdef657{FC}~\def\mathdef658#1{\mathtt{0x#1}}\mathdef658{0C}\)

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

validation

execution

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

\(\def\mathdef659#1{\mathtt{0x#1}}\mathdef659{FC}~\def\mathdef660#1{\mathtt{0x#1}}\mathdef660{0D}\)

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

validation

execution

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

\(\def\mathdef661#1{\mathtt{0x#1}}\mathdef661{FC}~\def\mathdef662#1{\mathtt{0x#1}}\mathdef662{0E}\)

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

validation

execution

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

\(\def\mathdef663#1{\mathtt{0x#1}}\mathdef663{FC}~\def\mathdef664#1{\mathtt{0x#1}}\mathdef664{0F}\)

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

validation

execution

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

\(\def\mathdef665#1{\mathtt{0x#1}}\mathdef665{FC}~\def\mathdef666#1{\mathtt{0x#1}}\mathdef666{10}\)

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

validation

execution

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

\(\def\mathdef667#1{\mathtt{0x#1}}\mathdef667{FC}~\def\mathdef668#1{\mathtt{0x#1}}\mathdef668{11}\)

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

validation

execution

(reserved)

\(\def\mathdef669#1{\mathtt{0x#1}}\mathdef669{FC}~\def\mathdef670#1{\mathtt{0x#1}}\mathdef670{1E} \dots\)

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

\(\def\mathdef671#1{\mathtt{0x#1}}\mathdef671{FD}~~\def\mathdef672#1{\mathtt{0x#1}}\mathdef672{00}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

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

\(\def\mathdef673#1{\mathtt{0x#1}}\mathdef673{FD}~~\def\mathdef674#1{\mathtt{0x#1}}\mathdef674{01}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

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

\(\def\mathdef675#1{\mathtt{0x#1}}\mathdef675{FD}~~\def\mathdef676#1{\mathtt{0x#1}}\mathdef676{02}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

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

\(\def\mathdef677#1{\mathtt{0x#1}}\mathdef677{FD}~~\def\mathdef678#1{\mathtt{0x#1}}\mathdef678{03}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

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

\(\def\mathdef679#1{\mathtt{0x#1}}\mathdef679{FD}~~\def\mathdef680#1{\mathtt{0x#1}}\mathdef680{04}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

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

\(\def\mathdef681#1{\mathtt{0x#1}}\mathdef681{FD}~~\def\mathdef682#1{\mathtt{0x#1}}\mathdef682{05}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

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

\(\def\mathdef683#1{\mathtt{0x#1}}\mathdef683{FD}~~\def\mathdef684#1{\mathtt{0x#1}}\mathdef684{06}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{8\_splat}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef685#1{\mathtt{0x#1}}\mathdef685{FD}~~\def\mathdef686#1{\mathtt{0x#1}}\mathdef686{07}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{16\_splat}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef687#1{\mathtt{0x#1}}\mathdef687{FD}~~\def\mathdef688#1{\mathtt{0x#1}}\mathdef688{08}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{32\_splat}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef689#1{\mathtt{0x#1}}\mathdef689{FD}~~\def\mathdef690#1{\mathtt{0x#1}}\mathdef690{09}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{64\_splat}~x~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef691#1{\mathtt{0x#1}}\mathdef691{FD}~~\def\mathdef692#1{\mathtt{0x#1}}\mathdef692{0A}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

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

\(\def\mathdef693#1{\mathtt{0x#1}}\mathdef693{FD}~~\def\mathdef694#1{\mathtt{0x#1}}\mathdef694{0B}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{const}}~\href{../syntax/values.html#syntax-int}{\mathit{i128}}\)

\(\def\mathdef695#1{\mathtt{0x#1}}\mathdef695{FD}~~\def\mathdef696#1{\mathtt{0x#1}}\mathdef696{0C}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shuffle}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}^{16}\)

\(\def\mathdef697#1{\mathtt{0x#1}}\mathdef697{FD}~~\def\mathdef698#1{\mathtt{0x#1}}\mathdef698{0D}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{swizzle}}\)

\(\def\mathdef699#1{\mathtt{0x#1}}\mathdef699{FD}~~\def\mathdef700#1{\mathtt{0x#1}}\mathdef700{0E}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{splat}}\)

\(\def\mathdef701#1{\mathtt{0x#1}}\mathdef701{FD}~~\def\mathdef702#1{\mathtt{0x#1}}\mathdef702{0F}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{splat}}\)

\(\def\mathdef703#1{\mathtt{0x#1}}\mathdef703{FD}~~\def\mathdef704#1{\mathtt{0x#1}}\mathdef704{10}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{splat}}\)

\(\def\mathdef705#1{\mathtt{0x#1}}\mathdef705{FD}~~\def\mathdef706#1{\mathtt{0x#1}}\mathdef706{11}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{splat}}\)

\(\def\mathdef707#1{\mathtt{0x#1}}\mathdef707{FD}~~\def\mathdef708#1{\mathtt{0x#1}}\mathdef708{12}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{splat}}\)

\(\def\mathdef709#1{\mathtt{0x#1}}\mathdef709{FD}~~\def\mathdef710#1{\mathtt{0x#1}}\mathdef710{13}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{splat}}\)

\(\def\mathdef711#1{\mathtt{0x#1}}\mathdef711{FD}~~\def\mathdef712#1{\mathtt{0x#1}}\mathdef712{14}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extract\_lane}}\mathsf{\_s}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef713#1{\mathtt{0x#1}}\mathdef713{FD}~~\def\mathdef714#1{\mathtt{0x#1}}\mathdef714{15}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extract\_lane}}\mathsf{\_u}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef715#1{\mathtt{0x#1}}\mathdef715{FD}~~\def\mathdef716#1{\mathtt{0x#1}}\mathdef716{16}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{replace\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef717#1{\mathtt{0x#1}}\mathdef717{FD}~~\def\mathdef718#1{\mathtt{0x#1}}\mathdef718{17}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extract\_lane}}\mathsf{\_s}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef719#1{\mathtt{0x#1}}\mathdef719{FD}~~\def\mathdef720#1{\mathtt{0x#1}}\mathdef720{18}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extract\_lane}}\mathsf{\_u}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef721#1{\mathtt{0x#1}}\mathdef721{FD}~~\def\mathdef722#1{\mathtt{0x#1}}\mathdef722{19}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{replace\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef723#1{\mathtt{0x#1}}\mathdef723{FD}~~\def\mathdef724#1{\mathtt{0x#1}}\mathdef724{1A}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extract\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef725#1{\mathtt{0x#1}}\mathdef725{FD}~~\def\mathdef726#1{\mathtt{0x#1}}\mathdef726{1B}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{replace\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef727#1{\mathtt{0x#1}}\mathdef727{FD}~~\def\mathdef728#1{\mathtt{0x#1}}\mathdef728{1C}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extract\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef729#1{\mathtt{0x#1}}\mathdef729{FD}~~\def\mathdef730#1{\mathtt{0x#1}}\mathdef730{1D}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{replace\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef731#1{\mathtt{0x#1}}\mathdef731{FD}~~\def\mathdef732#1{\mathtt{0x#1}}\mathdef732{1E}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extract\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef733#1{\mathtt{0x#1}}\mathdef733{FD}~~\def\mathdef734#1{\mathtt{0x#1}}\mathdef734{1F}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{replace\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef735#1{\mathtt{0x#1}}\mathdef735{FD}~~\def\mathdef736#1{\mathtt{0x#1}}\mathdef736{20}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{f32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extract\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef737#1{\mathtt{0x#1}}\mathdef737{FD}~~\def\mathdef738#1{\mathtt{0x#1}}\mathdef738{21}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{replace\_lane}}~\href{../syntax/instructions.html#syntax-laneidx}{\mathit{laneidx}}\)

\(\def\mathdef739#1{\mathtt{0x#1}}\mathdef739{FD}~~\def\mathdef740#1{\mathtt{0x#1}}\mathdef740{22}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{f64}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{eq}}\)

\(\def\mathdef741#1{\mathtt{0x#1}}\mathdef741{FD}~~\def\mathdef742#1{\mathtt{0x#1}}\mathdef742{23}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ne}}\)

\(\def\mathdef743#1{\mathtt{0x#1}}\mathdef743{FD}~~\def\mathdef744#1{\mathtt{0x#1}}\mathdef744{24}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\mathsf{\_s}\)

\(\def\mathdef745#1{\mathtt{0x#1}}\mathdef745{FD}~~\def\mathdef746#1{\mathtt{0x#1}}\mathdef746{25}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\mathsf{\_u}\)

\(\def\mathdef747#1{\mathtt{0x#1}}\mathdef747{FD}~~\def\mathdef748#1{\mathtt{0x#1}}\mathdef748{26}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\mathsf{\_s}\)

\(\def\mathdef749#1{\mathtt{0x#1}}\mathdef749{FD}~~\def\mathdef750#1{\mathtt{0x#1}}\mathdef750{27}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\mathsf{\_u}\)

\(\def\mathdef751#1{\mathtt{0x#1}}\mathdef751{FD}~~\def\mathdef752#1{\mathtt{0x#1}}\mathdef752{28}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\mathsf{\_s}\)

\(\def\mathdef753#1{\mathtt{0x#1}}\mathdef753{FD}~~\def\mathdef754#1{\mathtt{0x#1}}\mathdef754{29}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\mathsf{\_u}\)

\(\def\mathdef755#1{\mathtt{0x#1}}\mathdef755{FD}~~\def\mathdef756#1{\mathtt{0x#1}}\mathdef756{2A}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\mathsf{\_s}\)

\(\def\mathdef757#1{\mathtt{0x#1}}\mathdef757{FD}~~\def\mathdef758#1{\mathtt{0x#1}}\mathdef758{2B}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\mathsf{\_u}\)

\(\def\mathdef759#1{\mathtt{0x#1}}\mathdef759{FD}~~\def\mathdef760#1{\mathtt{0x#1}}\mathdef760{2C}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{eq}}\)

\(\def\mathdef761#1{\mathtt{0x#1}}\mathdef761{FD}~~\def\mathdef762#1{\mathtt{0x#1}}\mathdef762{2D}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ne}}\)

\(\def\mathdef763#1{\mathtt{0x#1}}\mathdef763{FD}~~\def\mathdef764#1{\mathtt{0x#1}}\mathdef764{2E}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\mathsf{\_s}\)

\(\def\mathdef765#1{\mathtt{0x#1}}\mathdef765{FD}~~\def\mathdef766#1{\mathtt{0x#1}}\mathdef766{2F}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\mathsf{\_u}\)

\(\def\mathdef767#1{\mathtt{0x#1}}\mathdef767{FD}~~\def\mathdef768#1{\mathtt{0x#1}}\mathdef768{30}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\mathsf{\_s}\)

\(\def\mathdef769#1{\mathtt{0x#1}}\mathdef769{FD}~~\def\mathdef770#1{\mathtt{0x#1}}\mathdef770{31}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\mathsf{\_u}\)

\(\def\mathdef771#1{\mathtt{0x#1}}\mathdef771{FD}~~\def\mathdef772#1{\mathtt{0x#1}}\mathdef772{32}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\mathsf{\_s}\)

\(\def\mathdef773#1{\mathtt{0x#1}}\mathdef773{FD}~~\def\mathdef774#1{\mathtt{0x#1}}\mathdef774{33}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\mathsf{\_u}\)

\(\def\mathdef775#1{\mathtt{0x#1}}\mathdef775{FD}~~\def\mathdef776#1{\mathtt{0x#1}}\mathdef776{34}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\mathsf{\_s}\)

\(\def\mathdef777#1{\mathtt{0x#1}}\mathdef777{FD}~~\def\mathdef778#1{\mathtt{0x#1}}\mathdef778{35}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\mathsf{\_u}\)

\(\def\mathdef779#1{\mathtt{0x#1}}\mathdef779{FD}~~\def\mathdef780#1{\mathtt{0x#1}}\mathdef780{36}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{eq}}\)

\(\def\mathdef781#1{\mathtt{0x#1}}\mathdef781{FD}~~\def\mathdef782#1{\mathtt{0x#1}}\mathdef782{37}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ne}}\)

\(\def\mathdef783#1{\mathtt{0x#1}}\mathdef783{FD}~~\def\mathdef784#1{\mathtt{0x#1}}\mathdef784{38}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\mathsf{\_s}\)

\(\def\mathdef785#1{\mathtt{0x#1}}\mathdef785{FD}~~\def\mathdef786#1{\mathtt{0x#1}}\mathdef786{39}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\mathsf{\_u}\)

\(\def\mathdef787#1{\mathtt{0x#1}}\mathdef787{FD}~~\def\mathdef788#1{\mathtt{0x#1}}\mathdef788{3A}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\mathsf{\_s}\)

\(\def\mathdef789#1{\mathtt{0x#1}}\mathdef789{FD}~~\def\mathdef790#1{\mathtt{0x#1}}\mathdef790{3B}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\mathsf{\_u}\)

\(\def\mathdef791#1{\mathtt{0x#1}}\mathdef791{FD}~~\def\mathdef792#1{\mathtt{0x#1}}\mathdef792{3C}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\mathsf{\_s}\)

\(\def\mathdef793#1{\mathtt{0x#1}}\mathdef793{FD}~~\def\mathdef794#1{\mathtt{0x#1}}\mathdef794{3D}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\mathsf{\_u}\)

\(\def\mathdef795#1{\mathtt{0x#1}}\mathdef795{FD}~~\def\mathdef796#1{\mathtt{0x#1}}\mathdef796{3E}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\mathsf{\_s}\)

\(\def\mathdef797#1{\mathtt{0x#1}}\mathdef797{FD}~~\def\mathdef798#1{\mathtt{0x#1}}\mathdef798{3F}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\mathsf{\_u}\)

\(\def\mathdef799#1{\mathtt{0x#1}}\mathdef799{FD}~~\def\mathdef800#1{\mathtt{0x#1}}\mathdef800{40}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{eq}}\)

\(\def\mathdef801#1{\mathtt{0x#1}}\mathdef801{FD}~~\def\mathdef802#1{\mathtt{0x#1}}\mathdef802{41}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ne}}\)

\(\def\mathdef803#1{\mathtt{0x#1}}\mathdef803{FD}~~\def\mathdef804#1{\mathtt{0x#1}}\mathdef804{42}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\)

\(\def\mathdef805#1{\mathtt{0x#1}}\mathdef805{FD}~~\def\mathdef806#1{\mathtt{0x#1}}\mathdef806{43}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\)

\(\def\mathdef807#1{\mathtt{0x#1}}\mathdef807{FD}~~\def\mathdef808#1{\mathtt{0x#1}}\mathdef808{44}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\)

\(\def\mathdef809#1{\mathtt{0x#1}}\mathdef809{FD}~~\def\mathdef810#1{\mathtt{0x#1}}\mathdef810{45}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\)

\(\def\mathdef811#1{\mathtt{0x#1}}\mathdef811{FD}~~\def\mathdef812#1{\mathtt{0x#1}}\mathdef812{46}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{eq}}\)

\(\def\mathdef813#1{\mathtt{0x#1}}\mathdef813{FD}~~\def\mathdef814#1{\mathtt{0x#1}}\mathdef814{47}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ne}}\)

\(\def\mathdef815#1{\mathtt{0x#1}}\mathdef815{FD}~~\def\mathdef816#1{\mathtt{0x#1}}\mathdef816{48}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\)

\(\def\mathdef817#1{\mathtt{0x#1}}\mathdef817{FD}~~\def\mathdef818#1{\mathtt{0x#1}}\mathdef818{49}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\)

\(\def\mathdef819#1{\mathtt{0x#1}}\mathdef819{FD}~~\def\mathdef820#1{\mathtt{0x#1}}\mathdef820{4A}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\)

\(\def\mathdef821#1{\mathtt{0x#1}}\mathdef821{FD}~~\def\mathdef822#1{\mathtt{0x#1}}\mathdef822{4B}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\)

\(\def\mathdef823#1{\mathtt{0x#1}}\mathdef823{FD}~~\def\mathdef824#1{\mathtt{0x#1}}\mathdef824{4C}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{not}}\)

\(\def\mathdef825#1{\mathtt{0x#1}}\mathdef825{FD}~~\def\mathdef826#1{\mathtt{0x#1}}\mathdef826{4D}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{and}}\)

\(\def\mathdef827#1{\mathtt{0x#1}}\mathdef827{FD}~~\def\mathdef828#1{\mathtt{0x#1}}\mathdef828{4E}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{andnot}}\)

\(\def\mathdef829#1{\mathtt{0x#1}}\mathdef829{FD}~~\def\mathdef830#1{\mathtt{0x#1}}\mathdef830{4F}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{or}}\)

\(\def\mathdef831#1{\mathtt{0x#1}}\mathdef831{FD}~~\def\mathdef832#1{\mathtt{0x#1}}\mathdef832{50}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{xor}}\)

\(\def\mathdef833#1{\mathtt{0x#1}}\mathdef833{FD}~~\def\mathdef834#1{\mathtt{0x#1}}\mathdef834{51}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{bitselect}}\)

\(\def\mathdef835#1{\mathtt{0x#1}}\mathdef835{FD}~~\def\mathdef836#1{\mathtt{0x#1}}\mathdef836{52}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{any\_true}}\)

\(\def\mathdef837#1{\mathtt{0x#1}}\mathdef837{FD}~~\def\mathdef838#1{\mathtt{0x#1}}\mathdef838{53}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\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\mathdef839#1{\mathtt{0x#1}}\mathdef839{FD}~~\def\mathdef840#1{\mathtt{0x#1}}\mathdef840{54}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\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\mathdef841#1{\mathtt{0x#1}}\mathdef841{FD}~~\def\mathdef842#1{\mathtt{0x#1}}\mathdef842{55}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\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\mathdef843#1{\mathtt{0x#1}}\mathdef843{FD}~~\def\mathdef844#1{\mathtt{0x#1}}\mathdef844{56}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\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\mathdef845#1{\mathtt{0x#1}}\mathdef845{FD}~~\def\mathdef846#1{\mathtt{0x#1}}\mathdef846{57}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\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\mathdef847#1{\mathtt{0x#1}}\mathdef847{FD}~~\def\mathdef848#1{\mathtt{0x#1}}\mathdef848{58}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\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\mathdef849#1{\mathtt{0x#1}}\mathdef849{FD}~~\def\mathdef850#1{\mathtt{0x#1}}\mathdef850{59}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\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\mathdef851#1{\mathtt{0x#1}}\mathdef851{FD}~~\def\mathdef852#1{\mathtt{0x#1}}\mathdef852{5A}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\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\mathdef853#1{\mathtt{0x#1}}\mathdef853{FD}~~\def\mathdef854#1{\mathtt{0x#1}}\mathdef854{5B}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} []\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{32\_zero}~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef855#1{\mathtt{0x#1}}\mathdef855{FD}~~\def\mathdef856#1{\mathtt{0x#1}}\mathdef856{5C}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}\mathsf{64\_zero}~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}\)

\(\def\mathdef857#1{\mathtt{0x#1}}\mathdef857{FD}~~\def\mathdef858#1{\mathtt{0x#1}}\mathdef858{5D}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{demote}}\mathsf{\_f64x2\_zero}\)

\(\def\mathdef859#1{\mathtt{0x#1}}\mathdef859{FD}~~\def\mathdef860#1{\mathtt{0x#1}}\mathdef860{5E}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{promote}}\mathsf{\_low\_f32x4}\)

\(\def\mathdef861#1{\mathtt{0x#1}}\mathdef861{FD}~~\def\mathdef862#1{\mathtt{0x#1}}\mathdef862{5F}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{abs}}\)

\(\def\mathdef863#1{\mathtt{0x#1}}\mathdef863{FD}~~\def\mathdef864#1{\mathtt{0x#1}}\mathdef864{60}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{neg}}\)

\(\def\mathdef865#1{\mathtt{0x#1}}\mathdef865{FD}~~\def\mathdef866#1{\mathtt{0x#1}}\mathdef866{61}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{popcnt}}\)

\(\def\mathdef867#1{\mathtt{0x#1}}\mathdef867{FD}~~\def\mathdef868#1{\mathtt{0x#1}}\mathdef868{62}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{all\_true}}\)

\(\def\mathdef869#1{\mathtt{0x#1}}\mathdef869{FD}~~\def\mathdef870#1{\mathtt{0x#1}}\mathdef870{63}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{bitmask}}\)

\(\def\mathdef871#1{\mathtt{0x#1}}\mathdef871{FD}~~\def\mathdef872#1{\mathtt{0x#1}}\mathdef872{64}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{narrow}}\mathsf{\_i16x8\_s}\)

\(\def\mathdef873#1{\mathtt{0x#1}}\mathdef873{FD}~~\def\mathdef874#1{\mathtt{0x#1}}\mathdef874{65}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{narrow}}\mathsf{\_i16x8\_u}\)

\(\def\mathdef875#1{\mathtt{0x#1}}\mathdef875{FD}~~\def\mathdef876#1{\mathtt{0x#1}}\mathdef876{66}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ceil}}\)

\(\def\mathdef877#1{\mathtt{0x#1}}\mathdef877{FD}~~\def\mathdef878#1{\mathtt{0x#1}}\mathdef878{67}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{floor}}\)

\(\def\mathdef879#1{\mathtt{0x#1}}\mathdef879{FD}~~\def\mathdef880#1{\mathtt{0x#1}}\mathdef880{68}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{trunc}}\)

\(\def\mathdef881#1{\mathtt{0x#1}}\mathdef881{FD}~~\def\mathdef882#1{\mathtt{0x#1}}\mathdef882{69}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{nearest}}\)

\(\def\mathdef883#1{\mathtt{0x#1}}\mathdef883{FD}~~\def\mathdef884#1{\mathtt{0x#1}}\mathdef884{6A}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shl}}\)

\(\def\mathdef885#1{\mathtt{0x#1}}\mathdef885{FD}~~\def\mathdef886#1{\mathtt{0x#1}}\mathdef886{6B}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shr}}\mathsf{\_s}\)

\(\def\mathdef887#1{\mathtt{0x#1}}\mathdef887{FD}~~\def\mathdef888#1{\mathtt{0x#1}}\mathdef888{6C}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shr}}\mathsf{\_u}\)

\(\def\mathdef889#1{\mathtt{0x#1}}\mathdef889{FD}~~\def\mathdef890#1{\mathtt{0x#1}}\mathdef890{6D}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\)

\(\def\mathdef891#1{\mathtt{0x#1}}\mathdef891{FD}~~\def\mathdef892#1{\mathtt{0x#1}}\mathdef892{6E}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\mathsf{\_sat\_s}\)

\(\def\mathdef893#1{\mathtt{0x#1}}\mathdef893{FD}~~\def\mathdef894#1{\mathtt{0x#1}}\mathdef894{6F}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\mathsf{\_sat\_u}\)

\(\def\mathdef895#1{\mathtt{0x#1}}\mathdef895{FD}~~\def\mathdef896#1{\mathtt{0x#1}}\mathdef896{70}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\)

\(\def\mathdef897#1{\mathtt{0x#1}}\mathdef897{FD}~~\def\mathdef898#1{\mathtt{0x#1}}\mathdef898{71}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\mathsf{\_sat\_s}\)

\(\def\mathdef899#1{\mathtt{0x#1}}\mathdef899{FD}~~\def\mathdef900#1{\mathtt{0x#1}}\mathdef900{72}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\mathsf{\_sat\_u}\)

\(\def\mathdef901#1{\mathtt{0x#1}}\mathdef901{FD}~~\def\mathdef902#1{\mathtt{0x#1}}\mathdef902{73}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ceil}}\)

\(\def\mathdef903#1{\mathtt{0x#1}}\mathdef903{FD}~~\def\mathdef904#1{\mathtt{0x#1}}\mathdef904{74}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{floor}}\)

\(\def\mathdef905#1{\mathtt{0x#1}}\mathdef905{FD}~~\def\mathdef906#1{\mathtt{0x#1}}\mathdef906{75}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{min}}\mathsf{\_s}\)

\(\def\mathdef907#1{\mathtt{0x#1}}\mathdef907{FD}~~\def\mathdef908#1{\mathtt{0x#1}}\mathdef908{76}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{min}}\mathsf{\_u}\)

\(\def\mathdef909#1{\mathtt{0x#1}}\mathdef909{FD}~~\def\mathdef910#1{\mathtt{0x#1}}\mathdef910{77}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{max}}\mathsf{\_s}\)

\(\def\mathdef911#1{\mathtt{0x#1}}\mathdef911{FD}~~\def\mathdef912#1{\mathtt{0x#1}}\mathdef912{78}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{max}}\mathsf{\_u}\)

\(\def\mathdef913#1{\mathtt{0x#1}}\mathdef913{FD}~~\def\mathdef914#1{\mathtt{0x#1}}\mathdef914{79}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{trunc}}\)

\(\def\mathdef915#1{\mathtt{0x#1}}\mathdef915{FD}~~\def\mathdef916#1{\mathtt{0x#1}}\mathdef916{7A}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{avgr}}\mathsf{\_u}\)

\(\def\mathdef917#1{\mathtt{0x#1}}\mathdef917{FD}~~\def\mathdef918#1{\mathtt{0x#1}}\mathdef918{7B}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extadd\_pairwise}}\mathsf{\_i8x16\_s}\)

\(\def\mathdef919#1{\mathtt{0x#1}}\mathdef919{FD}~~\def\mathdef920#1{\mathtt{0x#1}}\mathdef920{7C}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extadd\_pairwise}}\mathsf{\_i8x16\_u}\)

\(\def\mathdef921#1{\mathtt{0x#1}}\mathdef921{FD}~~\def\mathdef922#1{\mathtt{0x#1}}\mathdef922{7D}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extadd\_pairwise}}\mathsf{\_i16x8\_s}\)

\(\def\mathdef923#1{\mathtt{0x#1}}\mathdef923{FD}~~\def\mathdef924#1{\mathtt{0x#1}}\mathdef924{7E}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extadd\_pairwise}}\mathsf{\_i16x8\_u}\)

\(\def\mathdef925#1{\mathtt{0x#1}}\mathdef925{FD}~~\def\mathdef926#1{\mathtt{0x#1}}\mathdef926{7F}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{abs}}\)

\(\def\mathdef927#1{\mathtt{0x#1}}\mathdef927{FD}~~\def\mathdef928#1{\mathtt{0x#1}}\mathdef928{80}~~\def\mathdef929#1{\mathtt{0x#1}}\mathdef929{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{neg}}\)

\(\def\mathdef930#1{\mathtt{0x#1}}\mathdef930{FD}~~\def\mathdef931#1{\mathtt{0x#1}}\mathdef931{81}~~\def\mathdef932#1{\mathtt{0x#1}}\mathdef932{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{q15mulr\_sat}}\mathsf{\_s}\)

\(\def\mathdef933#1{\mathtt{0x#1}}\mathdef933{FD}~~\def\mathdef934#1{\mathtt{0x#1}}\mathdef934{82}~~\def\mathdef935#1{\mathtt{0x#1}}\mathdef935{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{all\_true}}\)

\(\def\mathdef936#1{\mathtt{0x#1}}\mathdef936{FD}~~\def\mathdef937#1{\mathtt{0x#1}}\mathdef937{83}~~\def\mathdef938#1{\mathtt{0x#1}}\mathdef938{01}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{bitmask}}\)

\(\def\mathdef939#1{\mathtt{0x#1}}\mathdef939{FD}~~\def\mathdef940#1{\mathtt{0x#1}}\mathdef940{84}~~\def\mathdef941#1{\mathtt{0x#1}}\mathdef941{01}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{narrow}}\mathsf{\_i32x4\_s}\)

\(\def\mathdef942#1{\mathtt{0x#1}}\mathdef942{FD}~~\def\mathdef943#1{\mathtt{0x#1}}\mathdef943{85}~~\def\mathdef944#1{\mathtt{0x#1}}\mathdef944{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{narrow}}\mathsf{\_i32x4\_u}\)

\(\def\mathdef945#1{\mathtt{0x#1}}\mathdef945{FD}~~\def\mathdef946#1{\mathtt{0x#1}}\mathdef946{86}~~\def\mathdef947#1{\mathtt{0x#1}}\mathdef947{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_low\_i8x16\_s}\)

\(\def\mathdef948#1{\mathtt{0x#1}}\mathdef948{FD}~~\def\mathdef949#1{\mathtt{0x#1}}\mathdef949{87}~~\def\mathdef950#1{\mathtt{0x#1}}\mathdef950{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_high\_i8x16\_s}\)

\(\def\mathdef951#1{\mathtt{0x#1}}\mathdef951{FD}~~\def\mathdef952#1{\mathtt{0x#1}}\mathdef952{88}~~\def\mathdef953#1{\mathtt{0x#1}}\mathdef953{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_low\_i8x16\_u}\)

\(\def\mathdef954#1{\mathtt{0x#1}}\mathdef954{FD}~~\def\mathdef955#1{\mathtt{0x#1}}\mathdef955{89}~~\def\mathdef956#1{\mathtt{0x#1}}\mathdef956{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_high\_i8x16\_u}\)

\(\def\mathdef957#1{\mathtt{0x#1}}\mathdef957{FD}~~\def\mathdef958#1{\mathtt{0x#1}}\mathdef958{8A}~~\def\mathdef959#1{\mathtt{0x#1}}\mathdef959{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shl}}\)

\(\def\mathdef960#1{\mathtt{0x#1}}\mathdef960{FD}~~\def\mathdef961#1{\mathtt{0x#1}}\mathdef961{8B}~~\def\mathdef962#1{\mathtt{0x#1}}\mathdef962{01}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shr}}\mathsf{\_s}\)

\(\def\mathdef963#1{\mathtt{0x#1}}\mathdef963{FD}~~\def\mathdef964#1{\mathtt{0x#1}}\mathdef964{8C}~~\def\mathdef965#1{\mathtt{0x#1}}\mathdef965{01}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shr}}\mathsf{\_u}\)

\(\def\mathdef966#1{\mathtt{0x#1}}\mathdef966{FD}~~\def\mathdef967#1{\mathtt{0x#1}}\mathdef967{8D}~~\def\mathdef968#1{\mathtt{0x#1}}\mathdef968{01}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\)

\(\def\mathdef969#1{\mathtt{0x#1}}\mathdef969{FD}~~\def\mathdef970#1{\mathtt{0x#1}}\mathdef970{8E}~~\def\mathdef971#1{\mathtt{0x#1}}\mathdef971{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\mathsf{\_sat\_s}\)

\(\def\mathdef972#1{\mathtt{0x#1}}\mathdef972{FD}~~\def\mathdef973#1{\mathtt{0x#1}}\mathdef973{8F}~~\def\mathdef974#1{\mathtt{0x#1}}\mathdef974{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\mathsf{\_sat\_u}\)

\(\def\mathdef975#1{\mathtt{0x#1}}\mathdef975{FD}~~\def\mathdef976#1{\mathtt{0x#1}}\mathdef976{90}~~\def\mathdef977#1{\mathtt{0x#1}}\mathdef977{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\)

\(\def\mathdef978#1{\mathtt{0x#1}}\mathdef978{FD}~~\def\mathdef979#1{\mathtt{0x#1}}\mathdef979{91}~~\def\mathdef980#1{\mathtt{0x#1}}\mathdef980{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\mathsf{\_sat\_s}\)

\(\def\mathdef981#1{\mathtt{0x#1}}\mathdef981{FD}~~\def\mathdef982#1{\mathtt{0x#1}}\mathdef982{92}~~\def\mathdef983#1{\mathtt{0x#1}}\mathdef983{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\mathsf{\_sat\_u}\)

\(\def\mathdef984#1{\mathtt{0x#1}}\mathdef984{FD}~~\def\mathdef985#1{\mathtt{0x#1}}\mathdef985{93}~~\def\mathdef986#1{\mathtt{0x#1}}\mathdef986{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{nearest}}\)

\(\def\mathdef987#1{\mathtt{0x#1}}\mathdef987{FD}~~\def\mathdef988#1{\mathtt{0x#1}}\mathdef988{94}~~\def\mathdef989#1{\mathtt{0x#1}}\mathdef989{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{mul}}\)

\(\def\mathdef990#1{\mathtt{0x#1}}\mathdef990{FD}~~\def\mathdef991#1{\mathtt{0x#1}}\mathdef991{95}~~\def\mathdef992#1{\mathtt{0x#1}}\mathdef992{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{min}}\mathsf{\_s}\)

\(\def\mathdef993#1{\mathtt{0x#1}}\mathdef993{FD}~~\def\mathdef994#1{\mathtt{0x#1}}\mathdef994{96}~~\def\mathdef995#1{\mathtt{0x#1}}\mathdef995{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{min}}\mathsf{\_u}\)

\(\def\mathdef996#1{\mathtt{0x#1}}\mathdef996{FD}~~\def\mathdef997#1{\mathtt{0x#1}}\mathdef997{97}~~\def\mathdef998#1{\mathtt{0x#1}}\mathdef998{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{max}}\mathsf{\_s}\)

\(\def\mathdef999#1{\mathtt{0x#1}}\mathdef999{FD}~~\def\mathdef1000#1{\mathtt{0x#1}}\mathdef1000{98}~~\def\mathdef1001#1{\mathtt{0x#1}}\mathdef1001{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{max}}\mathsf{\_u}\)

\(\def\mathdef1002#1{\mathtt{0x#1}}\mathdef1002{FD}~~\def\mathdef1003#1{\mathtt{0x#1}}\mathdef1003{99}~~\def\mathdef1004#1{\mathtt{0x#1}}\mathdef1004{01}\)

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

validation

execution (operator)

(reserved)

\(\def\mathdef1005#1{\mathtt{0x#1}}\mathdef1005{FD}~\def\mathdef1006#1{\mathtt{0x#1}}\mathdef1006{9A}~\def\mathdef1007#1{\mathtt{0x#1}}\mathdef1007{01}\)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{avgr}}\mathsf{\_u}\)

\(\def\mathdef1008#1{\mathtt{0x#1}}\mathdef1008{FD}~~\def\mathdef1009#1{\mathtt{0x#1}}\mathdef1009{9B}~~\def\mathdef1010#1{\mathtt{0x#1}}\mathdef1010{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_low\_i8x16\_s}\)

\(\def\mathdef1011#1{\mathtt{0x#1}}\mathdef1011{FD}~~\def\mathdef1012#1{\mathtt{0x#1}}\mathdef1012{9C}~~\def\mathdef1013#1{\mathtt{0x#1}}\mathdef1013{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_high\_i8x16\_s}\)

\(\def\mathdef1014#1{\mathtt{0x#1}}\mathdef1014{FD}~~\def\mathdef1015#1{\mathtt{0x#1}}\mathdef1015{9D}~~\def\mathdef1016#1{\mathtt{0x#1}}\mathdef1016{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_low\_i8x16\_u}\)

\(\def\mathdef1017#1{\mathtt{0x#1}}\mathdef1017{FD}~~\def\mathdef1018#1{\mathtt{0x#1}}\mathdef1018{9E}~~\def\mathdef1019#1{\mathtt{0x#1}}\mathdef1019{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_high\_i8x16\_u}\)

\(\def\mathdef1020#1{\mathtt{0x#1}}\mathdef1020{FD}~~\def\mathdef1021#1{\mathtt{0x#1}}\mathdef1021{9F}~~\def\mathdef1022#1{\mathtt{0x#1}}\mathdef1022{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{abs}}\)

\(\def\mathdef1023#1{\mathtt{0x#1}}\mathdef1023{FD}~~\def\mathdef1024#1{\mathtt{0x#1}}\mathdef1024{A0}~~\def\mathdef1025#1{\mathtt{0x#1}}\mathdef1025{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{neg}}\)

\(\def\mathdef1026#1{\mathtt{0x#1}}\mathdef1026{FD}~~\def\mathdef1027#1{\mathtt{0x#1}}\mathdef1027{A1}~~\def\mathdef1028#1{\mathtt{0x#1}}\mathdef1028{01}\)

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

validation

execution (operator)

(reserved)

\(\def\mathdef1029#1{\mathtt{0x#1}}\mathdef1029{FD}~\def\mathdef1030#1{\mathtt{0x#1}}\mathdef1030{A2}~\def\mathdef1031#1{\mathtt{0x#1}}\mathdef1031{01}\)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{all\_true}}\)

\(\def\mathdef1032#1{\mathtt{0x#1}}\mathdef1032{FD}~~\def\mathdef1033#1{\mathtt{0x#1}}\mathdef1033{A3}~~\def\mathdef1034#1{\mathtt{0x#1}}\mathdef1034{01}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{bitmask}}\)

\(\def\mathdef1035#1{\mathtt{0x#1}}\mathdef1035{FD}~~\def\mathdef1036#1{\mathtt{0x#1}}\mathdef1036{A4}~~\def\mathdef1037#1{\mathtt{0x#1}}\mathdef1037{01}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution

(reserved)

\(\def\mathdef1038#1{\mathtt{0x#1}}\mathdef1038{FD}~\def\mathdef1039#1{\mathtt{0x#1}}\mathdef1039{A5}~\def\mathdef1040#1{\mathtt{0x#1}}\mathdef1040{01}\)

(reserved)

\(\def\mathdef1041#1{\mathtt{0x#1}}\mathdef1041{FD}~\def\mathdef1042#1{\mathtt{0x#1}}\mathdef1042{A6}~\def\mathdef1043#1{\mathtt{0x#1}}\mathdef1043{01}\)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_low\_i16x8\_s}\)

\(\def\mathdef1044#1{\mathtt{0x#1}}\mathdef1044{FD}~~\def\mathdef1045#1{\mathtt{0x#1}}\mathdef1045{A7}~~\def\mathdef1046#1{\mathtt{0x#1}}\mathdef1046{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_high\_i16x8\_s}\)

\(\def\mathdef1047#1{\mathtt{0x#1}}\mathdef1047{FD}~~\def\mathdef1048#1{\mathtt{0x#1}}\mathdef1048{A8}~~\def\mathdef1049#1{\mathtt{0x#1}}\mathdef1049{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_low\_i16x8\_u}\)

\(\def\mathdef1050#1{\mathtt{0x#1}}\mathdef1050{FD}~~\def\mathdef1051#1{\mathtt{0x#1}}\mathdef1051{A9}~~\def\mathdef1052#1{\mathtt{0x#1}}\mathdef1052{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_high\_i16x8\_u}\)

\(\def\mathdef1053#1{\mathtt{0x#1}}\mathdef1053{FD}~~\def\mathdef1054#1{\mathtt{0x#1}}\mathdef1054{AA}~~\def\mathdef1055#1{\mathtt{0x#1}}\mathdef1055{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shl}}\)

\(\def\mathdef1056#1{\mathtt{0x#1}}\mathdef1056{FD}~~\def\mathdef1057#1{\mathtt{0x#1}}\mathdef1057{AB}~~\def\mathdef1058#1{\mathtt{0x#1}}\mathdef1058{01}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shr}}\mathsf{\_s}\)

\(\def\mathdef1059#1{\mathtt{0x#1}}\mathdef1059{FD}~~\def\mathdef1060#1{\mathtt{0x#1}}\mathdef1060{AC}~~\def\mathdef1061#1{\mathtt{0x#1}}\mathdef1061{01}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shr}}\mathsf{\_u}\)

\(\def\mathdef1062#1{\mathtt{0x#1}}\mathdef1062{FD}~~\def\mathdef1063#1{\mathtt{0x#1}}\mathdef1063{AD}~~\def\mathdef1064#1{\mathtt{0x#1}}\mathdef1064{01}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\)

\(\def\mathdef1065#1{\mathtt{0x#1}}\mathdef1065{FD}~~\def\mathdef1066#1{\mathtt{0x#1}}\mathdef1066{AE}~~\def\mathdef1067#1{\mathtt{0x#1}}\mathdef1067{01}\)

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

validation

execution (operator)

(reserved)

\(\def\mathdef1068#1{\mathtt{0x#1}}\mathdef1068{FD}~\def\mathdef1069#1{\mathtt{0x#1}}\mathdef1069{AF}~\def\mathdef1070#1{\mathtt{0x#1}}\mathdef1070{01}\)

(reserved)

\(\def\mathdef1071#1{\mathtt{0x#1}}\mathdef1071{FD}~\def\mathdef1072#1{\mathtt{0x#1}}\mathdef1072{B0}~\def\mathdef1073#1{\mathtt{0x#1}}\mathdef1073{01}\)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\)

\(\def\mathdef1074#1{\mathtt{0x#1}}\mathdef1074{FD}~~\def\mathdef1075#1{\mathtt{0x#1}}\mathdef1075{B1}~~\def\mathdef1076#1{\mathtt{0x#1}}\mathdef1076{01}\)

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

validation

execution (operator)

(reserved)

\(\def\mathdef1077#1{\mathtt{0x#1}}\mathdef1077{FD}~\def\mathdef1078#1{\mathtt{0x#1}}\mathdef1078{B2}~\def\mathdef1079#1{\mathtt{0x#1}}\mathdef1079{01}\)

(reserved)

\(\def\mathdef1080#1{\mathtt{0x#1}}\mathdef1080{FD}~\def\mathdef1081#1{\mathtt{0x#1}}\mathdef1081{B3}~\def\mathdef1082#1{\mathtt{0x#1}}\mathdef1082{01}\)

(reserved)

\(\def\mathdef1083#1{\mathtt{0x#1}}\mathdef1083{FD}~\def\mathdef1084#1{\mathtt{0x#1}}\mathdef1084{B4}~\def\mathdef1085#1{\mathtt{0x#1}}\mathdef1085{01}\)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{mul}}\)

\(\def\mathdef1086#1{\mathtt{0x#1}}\mathdef1086{FD}~~\def\mathdef1087#1{\mathtt{0x#1}}\mathdef1087{B5}~~\def\mathdef1088#1{\mathtt{0x#1}}\mathdef1088{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{min}}\mathsf{\_s}\)

\(\def\mathdef1089#1{\mathtt{0x#1}}\mathdef1089{FD}~~\def\mathdef1090#1{\mathtt{0x#1}}\mathdef1090{B6}~~\def\mathdef1091#1{\mathtt{0x#1}}\mathdef1091{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{min}}\mathsf{\_u}\)

\(\def\mathdef1092#1{\mathtt{0x#1}}\mathdef1092{FD}~~\def\mathdef1093#1{\mathtt{0x#1}}\mathdef1093{B7}~~\def\mathdef1094#1{\mathtt{0x#1}}\mathdef1094{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{max}}\mathsf{\_s}\)

\(\def\mathdef1095#1{\mathtt{0x#1}}\mathdef1095{FD}~~\def\mathdef1096#1{\mathtt{0x#1}}\mathdef1096{B8}~~\def\mathdef1097#1{\mathtt{0x#1}}\mathdef1097{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{max}}\mathsf{\_u}\)

\(\def\mathdef1098#1{\mathtt{0x#1}}\mathdef1098{FD}~~\def\mathdef1099#1{\mathtt{0x#1}}\mathdef1099{B9}~~\def\mathdef1100#1{\mathtt{0x#1}}\mathdef1100{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{dot}}\mathsf{\_i16x8\_s}\)

\(\def\mathdef1101#1{\mathtt{0x#1}}\mathdef1101{FD}~~\def\mathdef1102#1{\mathtt{0x#1}}\mathdef1102{BA}~~\def\mathdef1103#1{\mathtt{0x#1}}\mathdef1103{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_low\_i16x8\_s}\)

\(\def\mathdef1104#1{\mathtt{0x#1}}\mathdef1104{FD}~~\def\mathdef1105#1{\mathtt{0x#1}}\mathdef1105{BC}~~\def\mathdef1106#1{\mathtt{0x#1}}\mathdef1106{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_high\_i16x8\_s}\)

\(\def\mathdef1107#1{\mathtt{0x#1}}\mathdef1107{FD}~~\def\mathdef1108#1{\mathtt{0x#1}}\mathdef1108{BD}~~\def\mathdef1109#1{\mathtt{0x#1}}\mathdef1109{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_low\_i16x8\_u}\)

\(\def\mathdef1110#1{\mathtt{0x#1}}\mathdef1110{FD}~~\def\mathdef1111#1{\mathtt{0x#1}}\mathdef1111{BE}~~\def\mathdef1112#1{\mathtt{0x#1}}\mathdef1112{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_high\_i16x8\_u}\)

\(\def\mathdef1113#1{\mathtt{0x#1}}\mathdef1113{FD}~~\def\mathdef1114#1{\mathtt{0x#1}}\mathdef1114{BF}~~\def\mathdef1115#1{\mathtt{0x#1}}\mathdef1115{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{abs}}\)

\(\def\mathdef1116#1{\mathtt{0x#1}}\mathdef1116{FD}~~\def\mathdef1117#1{\mathtt{0x#1}}\mathdef1117{C0}~~\def\mathdef1118#1{\mathtt{0x#1}}\mathdef1118{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{neg}}\)

\(\def\mathdef1119#1{\mathtt{0x#1}}\mathdef1119{FD}~~\def\mathdef1120#1{\mathtt{0x#1}}\mathdef1120{C1}~~\def\mathdef1121#1{\mathtt{0x#1}}\mathdef1121{01}\)

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

validation

execution (operator)

(reserved)

\(\def\mathdef1122#1{\mathtt{0x#1}}\mathdef1122{FD}~\def\mathdef1123#1{\mathtt{0x#1}}\mathdef1123{C2}~\def\mathdef1124#1{\mathtt{0x#1}}\mathdef1124{01}\)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{all\_true}}\)

\(\def\mathdef1125#1{\mathtt{0x#1}}\mathdef1125{FD}~~\def\mathdef1126#1{\mathtt{0x#1}}\mathdef1126{C3}~~\def\mathdef1127#1{\mathtt{0x#1}}\mathdef1127{01}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{bitmask}}\)

\(\def\mathdef1128#1{\mathtt{0x#1}}\mathdef1128{FD}~~\def\mathdef1129#1{\mathtt{0x#1}}\mathdef1129{C4}~~\def\mathdef1130#1{\mathtt{0x#1}}\mathdef1130{01}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}]\)

validation

execution

(reserved)

\(\def\mathdef1131#1{\mathtt{0x#1}}\mathdef1131{FD}~\def\mathdef1132#1{\mathtt{0x#1}}\mathdef1132{C5}~\def\mathdef1133#1{\mathtt{0x#1}}\mathdef1133{01}\)

(reserved)

\(\def\mathdef1134#1{\mathtt{0x#1}}\mathdef1134{FD}~\def\mathdef1135#1{\mathtt{0x#1}}\mathdef1135{C6}~\def\mathdef1136#1{\mathtt{0x#1}}\mathdef1136{01}\)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_low\_i32x4\_s}\)

\(\def\mathdef1137#1{\mathtt{0x#1}}\mathdef1137{FD}~~\def\mathdef1138#1{\mathtt{0x#1}}\mathdef1138{C7}~~\def\mathdef1139#1{\mathtt{0x#1}}\mathdef1139{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_high\_i32x4\_s}\)

\(\def\mathdef1140#1{\mathtt{0x#1}}\mathdef1140{FD}~~\def\mathdef1141#1{\mathtt{0x#1}}\mathdef1141{C8}~~\def\mathdef1142#1{\mathtt{0x#1}}\mathdef1142{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_low\_i32x4\_u}\)

\(\def\mathdef1143#1{\mathtt{0x#1}}\mathdef1143{FD}~~\def\mathdef1144#1{\mathtt{0x#1}}\mathdef1144{C9}~~\def\mathdef1145#1{\mathtt{0x#1}}\mathdef1145{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_high\_i32x4\_u}\)

\(\def\mathdef1146#1{\mathtt{0x#1}}\mathdef1146{FD}~~\def\mathdef1147#1{\mathtt{0x#1}}\mathdef1147{CA}~~\def\mathdef1148#1{\mathtt{0x#1}}\mathdef1148{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shl}}\)

\(\def\mathdef1149#1{\mathtt{0x#1}}\mathdef1149{FD}~~\def\mathdef1150#1{\mathtt{0x#1}}\mathdef1150{CB}~~\def\mathdef1151#1{\mathtt{0x#1}}\mathdef1151{01}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shr}}\mathsf{\_s}\)

\(\def\mathdef1152#1{\mathtt{0x#1}}\mathdef1152{FD}~~\def\mathdef1153#1{\mathtt{0x#1}}\mathdef1153{CC}~~\def\mathdef1154#1{\mathtt{0x#1}}\mathdef1154{01}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{shr}}\mathsf{\_u}\)

\(\def\mathdef1155#1{\mathtt{0x#1}}\mathdef1155{FD}~~\def\mathdef1156#1{\mathtt{0x#1}}\mathdef1156{CD}~~\def\mathdef1157#1{\mathtt{0x#1}}\mathdef1157{01}\)

\([\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}~\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}] \mathrel{\href{../valid/conventions.html#syntax-instrtype}{\rightarrow}} [\href{../syntax/types.html#syntax-valtype}{\mathsf{v128}}]\)

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\)

\(\def\mathdef1158#1{\mathtt{0x#1}}\mathdef1158{FD}~~\def\mathdef1159#1{\mathtt{0x#1}}\mathdef1159{CE}~~\def\mathdef1160#1{\mathtt{0x#1}}\mathdef1160{01}\)

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

validation

execution (operator)

(reserved)

\(\def\mathdef1161#1{\mathtt{0x#1}}\mathdef1161{FD}~\def\mathdef1162#1{\mathtt{0x#1}}\mathdef1162{CF}~\def\mathdef1163#1{\mathtt{0x#1}}\mathdef1163{01}\)

(reserved)

\(\def\mathdef1164#1{\mathtt{0x#1}}\mathdef1164{FD}~\def\mathdef1165#1{\mathtt{0x#1}}\mathdef1165{D0}~\def\mathdef1166#1{\mathtt{0x#1}}\mathdef1166{01}\)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\)

\(\def\mathdef1167#1{\mathtt{0x#1}}\mathdef1167{FD}~~\def\mathdef1168#1{\mathtt{0x#1}}\mathdef1168{D1}~~\def\mathdef1169#1{\mathtt{0x#1}}\mathdef1169{01}\)

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

validation

execution (operator)

(reserved)

\(\def\mathdef1170#1{\mathtt{0x#1}}\mathdef1170{FD}~\def\mathdef1171#1{\mathtt{0x#1}}\mathdef1171{D2}~\def\mathdef1172#1{\mathtt{0x#1}}\mathdef1172{01}\)

(reserved)

\(\def\mathdef1173#1{\mathtt{0x#1}}\mathdef1173{FD}~\def\mathdef1174#1{\mathtt{0x#1}}\mathdef1174{D3}~\def\mathdef1175#1{\mathtt{0x#1}}\mathdef1175{01}\)

(reserved)

\(\def\mathdef1176#1{\mathtt{0x#1}}\mathdef1176{FD}~\def\mathdef1177#1{\mathtt{0x#1}}\mathdef1177{D4}~\def\mathdef1178#1{\mathtt{0x#1}}\mathdef1178{01}\)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{mul}}\)

\(\def\mathdef1179#1{\mathtt{0x#1}}\mathdef1179{FD}~~\def\mathdef1180#1{\mathtt{0x#1}}\mathdef1180{D5}~~\def\mathdef1181#1{\mathtt{0x#1}}\mathdef1181{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{eq}}\)

\(\def\mathdef1182#1{\mathtt{0x#1}}\mathdef1182{FD}~~\def\mathdef1183#1{\mathtt{0x#1}}\mathdef1183{D6}~~\def\mathdef1184#1{\mathtt{0x#1}}\mathdef1184{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ne}}\)

\(\def\mathdef1185#1{\mathtt{0x#1}}\mathdef1185{FD}~~\def\mathdef1186#1{\mathtt{0x#1}}\mathdef1186{D7}~~\def\mathdef1187#1{\mathtt{0x#1}}\mathdef1187{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{lt}}\mathsf{\_s}\)

\(\def\mathdef1188#1{\mathtt{0x#1}}\mathdef1188{FD}~~\def\mathdef1189#1{\mathtt{0x#1}}\mathdef1189{D8}~~\def\mathdef1190#1{\mathtt{0x#1}}\mathdef1190{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{gt}}\mathsf{\_s}\)

\(\def\mathdef1191#1{\mathtt{0x#1}}\mathdef1191{FD}~~\def\mathdef1192#1{\mathtt{0x#1}}\mathdef1192{D9}~~\def\mathdef1193#1{\mathtt{0x#1}}\mathdef1193{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{le}}\mathsf{\_s}\)

\(\def\mathdef1194#1{\mathtt{0x#1}}\mathdef1194{FD}~~\def\mathdef1195#1{\mathtt{0x#1}}\mathdef1195{DA}~~\def\mathdef1196#1{\mathtt{0x#1}}\mathdef1196{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{ge}}\mathsf{\_s}\)

\(\def\mathdef1197#1{\mathtt{0x#1}}\mathdef1197{FD}~~\def\mathdef1198#1{\mathtt{0x#1}}\mathdef1198{DB}~~\def\mathdef1199#1{\mathtt{0x#1}}\mathdef1199{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_low\_i32x4\_s}\)

\(\def\mathdef1200#1{\mathtt{0x#1}}\mathdef1200{FD}~~\def\mathdef1201#1{\mathtt{0x#1}}\mathdef1201{DC}~~\def\mathdef1202#1{\mathtt{0x#1}}\mathdef1202{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_high\_i32x4\_s}\)

\(\def\mathdef1203#1{\mathtt{0x#1}}\mathdef1203{FD}~~\def\mathdef1204#1{\mathtt{0x#1}}\mathdef1204{DD}~~\def\mathdef1205#1{\mathtt{0x#1}}\mathdef1205{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_low\_i32x4\_u}\)

\(\def\mathdef1206#1{\mathtt{0x#1}}\mathdef1206{FD}~~\def\mathdef1207#1{\mathtt{0x#1}}\mathdef1207{DE}~~\def\mathdef1208#1{\mathtt{0x#1}}\mathdef1208{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extmul}}\mathsf{\_high\_i32x4\_u}\)

\(\def\mathdef1209#1{\mathtt{0x#1}}\mathdef1209{FD}~~\def\mathdef1210#1{\mathtt{0x#1}}\mathdef1210{DF}~~\def\mathdef1211#1{\mathtt{0x#1}}\mathdef1211{01}\)

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

validation

execution

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{abs}}\)

\(\def\mathdef1212#1{\mathtt{0x#1}}\mathdef1212{FD}~~\def\mathdef1213#1{\mathtt{0x#1}}\mathdef1213{E0}~~\def\mathdef1214#1{\mathtt{0x#1}}\mathdef1214{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{neg}}\)

\(\def\mathdef1215#1{\mathtt{0x#1}}\mathdef1215{FD}~~\def\mathdef1216#1{\mathtt{0x#1}}\mathdef1216{E1}~~\def\mathdef1217#1{\mathtt{0x#1}}\mathdef1217{01}\)

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

validation

execution (operator)

(reserved)

\(\def\mathdef1218#1{\mathtt{0x#1}}\mathdef1218{FD}~\def\mathdef1219#1{\mathtt{0x#1}}\mathdef1219{E2}~\def\mathdef1220#1{\mathtt{0x#1}}\mathdef1220{01}\)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sqrt}}\)

\(\def\mathdef1221#1{\mathtt{0x#1}}\mathdef1221{FD}~~\def\mathdef1222#1{\mathtt{0x#1}}\mathdef1222{E3}~~\def\mathdef1223#1{\mathtt{0x#1}}\mathdef1223{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\)

\(\def\mathdef1224#1{\mathtt{0x#1}}\mathdef1224{FD}~~\def\mathdef1225#1{\mathtt{0x#1}}\mathdef1225{E4}~~\def\mathdef1226#1{\mathtt{0x#1}}\mathdef1226{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\)

\(\def\mathdef1227#1{\mathtt{0x#1}}\mathdef1227{FD}~~\def\mathdef1228#1{\mathtt{0x#1}}\mathdef1228{E5}~~\def\mathdef1229#1{\mathtt{0x#1}}\mathdef1229{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{mul}}\)

\(\def\mathdef1230#1{\mathtt{0x#1}}\mathdef1230{FD}~~\def\mathdef1231#1{\mathtt{0x#1}}\mathdef1231{E6}~~\def\mathdef1232#1{\mathtt{0x#1}}\mathdef1232{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{div}}\)

\(\def\mathdef1233#1{\mathtt{0x#1}}\mathdef1233{FD}~~\def\mathdef1234#1{\mathtt{0x#1}}\mathdef1234{E7}~~\def\mathdef1235#1{\mathtt{0x#1}}\mathdef1235{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{min}}\)

\(\def\mathdef1236#1{\mathtt{0x#1}}\mathdef1236{FD}~~\def\mathdef1237#1{\mathtt{0x#1}}\mathdef1237{E8}~~\def\mathdef1238#1{\mathtt{0x#1}}\mathdef1238{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{max}}\)

\(\def\mathdef1239#1{\mathtt{0x#1}}\mathdef1239{FD}~~\def\mathdef1240#1{\mathtt{0x#1}}\mathdef1240{E9}~~\def\mathdef1241#1{\mathtt{0x#1}}\mathdef1241{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{pmin}}\)

\(\def\mathdef1242#1{\mathtt{0x#1}}\mathdef1242{FD}~~\def\mathdef1243#1{\mathtt{0x#1}}\mathdef1243{EA}~~\def\mathdef1244#1{\mathtt{0x#1}}\mathdef1244{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{pmax}}\)

\(\def\mathdef1245#1{\mathtt{0x#1}}\mathdef1245{FD}~~\def\mathdef1246#1{\mathtt{0x#1}}\mathdef1246{EB}~~\def\mathdef1247#1{\mathtt{0x#1}}\mathdef1247{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{abs}}\)

\(\def\mathdef1248#1{\mathtt{0x#1}}\mathdef1248{FD}~~\def\mathdef1249#1{\mathtt{0x#1}}\mathdef1249{EC}~~\def\mathdef1250#1{\mathtt{0x#1}}\mathdef1250{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{neg}}\)

\(\def\mathdef1251#1{\mathtt{0x#1}}\mathdef1251{FD}~~\def\mathdef1252#1{\mathtt{0x#1}}\mathdef1252{ED}~~\def\mathdef1253#1{\mathtt{0x#1}}\mathdef1253{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sqrt}}\)

\(\def\mathdef1254#1{\mathtt{0x#1}}\mathdef1254{FD}~~\def\mathdef1255#1{\mathtt{0x#1}}\mathdef1255{EF}~~\def\mathdef1256#1{\mathtt{0x#1}}\mathdef1256{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{add}}\)

\(\def\mathdef1257#1{\mathtt{0x#1}}\mathdef1257{FD}~~\def\mathdef1258#1{\mathtt{0x#1}}\mathdef1258{F0}~~\def\mathdef1259#1{\mathtt{0x#1}}\mathdef1259{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{sub}}\)

\(\def\mathdef1260#1{\mathtt{0x#1}}\mathdef1260{FD}~~\def\mathdef1261#1{\mathtt{0x#1}}\mathdef1261{F1}~~\def\mathdef1262#1{\mathtt{0x#1}}\mathdef1262{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{mul}}\)

\(\def\mathdef1263#1{\mathtt{0x#1}}\mathdef1263{FD}~~\def\mathdef1264#1{\mathtt{0x#1}}\mathdef1264{F2}~~\def\mathdef1265#1{\mathtt{0x#1}}\mathdef1265{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{div}}\)

\(\def\mathdef1266#1{\mathtt{0x#1}}\mathdef1266{FD}~~\def\mathdef1267#1{\mathtt{0x#1}}\mathdef1267{F3}~~\def\mathdef1268#1{\mathtt{0x#1}}\mathdef1268{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{min}}\)

\(\def\mathdef1269#1{\mathtt{0x#1}}\mathdef1269{FD}~~\def\mathdef1270#1{\mathtt{0x#1}}\mathdef1270{F4}~~\def\mathdef1271#1{\mathtt{0x#1}}\mathdef1271{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{max}}\)

\(\def\mathdef1272#1{\mathtt{0x#1}}\mathdef1272{FD}~~\def\mathdef1273#1{\mathtt{0x#1}}\mathdef1273{F5}~~\def\mathdef1274#1{\mathtt{0x#1}}\mathdef1274{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{pmin}}\)

\(\def\mathdef1275#1{\mathtt{0x#1}}\mathdef1275{FD}~~\def\mathdef1276#1{\mathtt{0x#1}}\mathdef1276{F6}~~\def\mathdef1277#1{\mathtt{0x#1}}\mathdef1277{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{pmax}}\)

\(\def\mathdef1278#1{\mathtt{0x#1}}\mathdef1278{FD}~~\def\mathdef1279#1{\mathtt{0x#1}}\mathdef1279{F7}~~\def\mathdef1280#1{\mathtt{0x#1}}\mathdef1280{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_f32x4\_s}\)

\(\def\mathdef1281#1{\mathtt{0x#1}}\mathdef1281{FD}~~\def\mathdef1282#1{\mathtt{0x#1}}\mathdef1282{F8}~~\def\mathdef1283#1{\mathtt{0x#1}}\mathdef1283{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{trunc}}\mathsf{\_sat\_f32x4\_u}\)

\(\def\mathdef1284#1{\mathtt{0x#1}}\mathdef1284{FD}~~\def\mathdef1285#1{\mathtt{0x#1}}\mathdef1285{F9}~~\def\mathdef1286#1{\mathtt{0x#1}}\mathdef1286{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{convert}}\mathsf{\_i32x4\_s}\)

\(\def\mathdef1287#1{\mathtt{0x#1}}\mathdef1287{FD}~~\def\mathdef1288#1{\mathtt{0x#1}}\mathdef1288{FA}~~\def\mathdef1289#1{\mathtt{0x#1}}\mathdef1289{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{convert}}\mathsf{\_i32x4\_u}\)

\(\def\mathdef1290#1{\mathtt{0x#1}}\mathdef1290{FD}~~\def\mathdef1291#1{\mathtt{0x#1}}\mathdef1291{FB}~~\def\mathdef1292#1{\mathtt{0x#1}}\mathdef1292{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{trunc}}\mathsf{\_sat\_f64x2\_s\_zero}\)

\(\def\mathdef1293#1{\mathtt{0x#1}}\mathdef1293{FD}~~\def\mathdef1294#1{\mathtt{0x#1}}\mathdef1294{FC}~~\def\mathdef1295#1{\mathtt{0x#1}}\mathdef1295{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{trunc}}\mathsf{\_sat\_f64x2\_u\_zero}\)

\(\def\mathdef1296#1{\mathtt{0x#1}}\mathdef1296{FD}~~\def\mathdef1297#1{\mathtt{0x#1}}\mathdef1297{FD}~~\def\mathdef1298#1{\mathtt{0x#1}}\mathdef1298{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{convert}}\mathsf{\_low\_i32x4\_s}\)

\(\def\mathdef1299#1{\mathtt{0x#1}}\mathdef1299{FD}~~\def\mathdef1300#1{\mathtt{0x#1}}\mathdef1300{FE}~~\def\mathdef1301#1{\mathtt{0x#1}}\mathdef1301{01}\)

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

validation

execution (operator)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{convert}}\mathsf{\_low\_i32x4\_u}\)

\(\def\mathdef1302#1{\mathtt{0x#1}}\mathdef1302{FD}~~\def\mathdef1303#1{\mathtt{0x#1}}\mathdef1303{FF}~~\def\mathdef1304#1{\mathtt{0x#1}}\mathdef1304{01}\)

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

validation

execution (operator)

(reserved)

\(\def\mathdef1305#1{\mathtt{0x#1}}\mathdef1305{FD}~\def\mathdef1306#1{\mathtt{0x#1}}\mathdef1306{00}~\def\mathdef1307#1{\mathtt{0x#1}}\mathdef1307{02} \dots\)

(reserved)

\(\def\mathdef1308#1{\mathtt{0x#1}}\mathdef1308{FE}\)

(reserved)

\(\def\mathdef1309#1{\mathtt{0x#1}}\mathdef1309{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.