Index of InstructionsΒΆ

Instruction

Binary Opcode

Type

Validation

Execution

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

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

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

validation

execution

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

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

(reserved)

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

(reserved)

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

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

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

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

validation

execution

(reserved)

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

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

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

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

\(\def\mathdef337#1{\mathtt{0x#1}}\mathdef337{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\mathdef338#1{\mathtt{0x#1}}\mathdef338{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\mathdef339#1{\mathtt{0x#1}}\mathdef339{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\mathdef340#1{\mathtt{0x#1}}\mathdef340{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\mathdef341#1{\mathtt{0x#1}}\mathdef341{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\mathdef342#1{\mathtt{0x#1}}\mathdef342{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\mathdef343#1{\mathtt{0x#1}}\mathdef343{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\mathdef344#1{\mathtt{0x#1}}\mathdef344{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\mathdef345#1{\mathtt{0x#1}}\mathdef345{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\mathdef346#1{\mathtt{0x#1}}\mathdef346{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\mathdef347#1{\mathtt{0x#1}}\mathdef347{16}\)

(reserved)

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

(reserved)

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

(reserved)

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

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

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

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

validation

execution

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

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

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

validation

execution

(reserved)

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

(reserved)

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

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

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

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

validation

execution

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

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

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

validation

execution

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

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

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

validation

execution

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

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

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

validation

execution

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

\(\def\mathdef362#1{\mathtt{0x#1}}\mathdef362{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\mathdef363#1{\mathtt{0x#1}}\mathdef363{26}\)

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

validation

execution

(reserved)

\(\def\mathdef364#1{\mathtt{0x#1}}\mathdef364{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\mathdef365#1{\mathtt{0x#1}}\mathdef365{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\mathdef366#1{\mathtt{0x#1}}\mathdef366{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\mathdef367#1{\mathtt{0x#1}}\mathdef367{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\mathdef368#1{\mathtt{0x#1}}\mathdef368{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\mathdef369#1{\mathtt{0x#1}}\mathdef369{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\mathdef370#1{\mathtt{0x#1}}\mathdef370{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\mathdef371#1{\mathtt{0x#1}}\mathdef371{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\mathdef372#1{\mathtt{0x#1}}\mathdef372{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\mathdef373#1{\mathtt{0x#1}}\mathdef373{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\mathdef374#1{\mathtt{0x#1}}\mathdef374{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\mathdef375#1{\mathtt{0x#1}}\mathdef375{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\mathdef376#1{\mathtt{0x#1}}\mathdef376{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\mathdef377#1{\mathtt{0x#1}}\mathdef377{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\mathdef378#1{\mathtt{0x#1}}\mathdef378{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\mathdef379#1{\mathtt{0x#1}}\mathdef379{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\mathdef380#1{\mathtt{0x#1}}\mathdef380{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\mathdef381#1{\mathtt{0x#1}}\mathdef381{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\mathdef382#1{\mathtt{0x#1}}\mathdef382{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\mathdef383#1{\mathtt{0x#1}}\mathdef383{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\mathdef384#1{\mathtt{0x#1}}\mathdef384{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\mathdef385#1{\mathtt{0x#1}}\mathdef385{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\mathdef386#1{\mathtt{0x#1}}\mathdef386{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\mathdef387#1{\mathtt{0x#1}}\mathdef387{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\mathdef388#1{\mathtt{0x#1}}\mathdef388{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\mathdef389#1{\mathtt{0x#1}}\mathdef389{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\mathdef390#1{\mathtt{0x#1}}\mathdef390{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\mathdef391#1{\mathtt{0x#1}}\mathdef391{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\mathdef392#1{\mathtt{0x#1}}\mathdef392{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\mathdef393#1{\mathtt{0x#1}}\mathdef393{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\mathdef394#1{\mathtt{0x#1}}\mathdef394{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\mathdef395#1{\mathtt{0x#1}}\mathdef395{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\mathdef396#1{\mathtt{0x#1}}\mathdef396{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\mathdef397#1{\mathtt{0x#1}}\mathdef397{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\mathdef398#1{\mathtt{0x#1}}\mathdef398{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\mathdef399#1{\mathtt{0x#1}}\mathdef399{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\mathdef400#1{\mathtt{0x#1}}\mathdef400{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\mathdef401#1{\mathtt{0x#1}}\mathdef401{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\mathdef402#1{\mathtt{0x#1}}\mathdef402{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\mathdef403#1{\mathtt{0x#1}}\mathdef403{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\mathdef404#1{\mathtt{0x#1}}\mathdef404{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\mathdef405#1{\mathtt{0x#1}}\mathdef405{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\mathdef406#1{\mathtt{0x#1}}\mathdef406{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\mathdef407#1{\mathtt{0x#1}}\mathdef407{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\mathdef408#1{\mathtt{0x#1}}\mathdef408{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\mathdef409#1{\mathtt{0x#1}}\mathdef409{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\mathdef410#1{\mathtt{0x#1}}\mathdef410{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\mathdef411#1{\mathtt{0x#1}}\mathdef411{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\mathdef412#1{\mathtt{0x#1}}\mathdef412{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\mathdef413#1{\mathtt{0x#1}}\mathdef413{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\mathdef414#1{\mathtt{0x#1}}\mathdef414{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\mathdef415#1{\mathtt{0x#1}}\mathdef415{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\mathdef416#1{\mathtt{0x#1}}\mathdef416{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\mathdef417#1{\mathtt{0x#1}}\mathdef417{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\mathdef418#1{\mathtt{0x#1}}\mathdef418{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\mathdef419#1{\mathtt{0x#1}}\mathdef419{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\mathdef420#1{\mathtt{0x#1}}\mathdef420{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\mathdef421#1{\mathtt{0x#1}}\mathdef421{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\mathdef422#1{\mathtt{0x#1}}\mathdef422{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\mathdef423#1{\mathtt{0x#1}}\mathdef423{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\mathdef424#1{\mathtt{0x#1}}\mathdef424{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\mathdef425#1{\mathtt{0x#1}}\mathdef425{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\mathdef426#1{\mathtt{0x#1}}\mathdef426{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\mathdef427#1{\mathtt{0x#1}}\mathdef427{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\mathdef428#1{\mathtt{0x#1}}\mathdef428{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\mathdef429#1{\mathtt{0x#1}}\mathdef429{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\mathdef430#1{\mathtt{0x#1}}\mathdef430{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\mathdef431#1{\mathtt{0x#1}}\mathdef431{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\mathdef432#1{\mathtt{0x#1}}\mathdef432{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\mathdef433#1{\mathtt{0x#1}}\mathdef433{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\mathdef434#1{\mathtt{0x#1}}\mathdef434{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\mathdef435#1{\mathtt{0x#1}}\mathdef435{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\mathdef436#1{\mathtt{0x#1}}\mathdef436{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\mathdef437#1{\mathtt{0x#1}}\mathdef437{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\mathdef438#1{\mathtt{0x#1}}\mathdef438{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\mathdef439#1{\mathtt{0x#1}}\mathdef439{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\mathdef440#1{\mathtt{0x#1}}\mathdef440{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\mathdef441#1{\mathtt{0x#1}}\mathdef441{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\mathdef442#1{\mathtt{0x#1}}\mathdef442{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\mathdef443#1{\mathtt{0x#1}}\mathdef443{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\mathdef444#1{\mathtt{0x#1}}\mathdef444{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\mathdef445#1{\mathtt{0x#1}}\mathdef445{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\mathdef446#1{\mathtt{0x#1}}\mathdef446{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\mathdef447#1{\mathtt{0x#1}}\mathdef447{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\mathdef448#1{\mathtt{0x#1}}\mathdef448{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\mathdef449#1{\mathtt{0x#1}}\mathdef449{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\mathdef450#1{\mathtt{0x#1}}\mathdef450{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\mathdef451#1{\mathtt{0x#1}}\mathdef451{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\mathdef452#1{\mathtt{0x#1}}\mathdef452{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\mathdef453#1{\mathtt{0x#1}}\mathdef453{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\mathdef454#1{\mathtt{0x#1}}\mathdef454{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\mathdef455#1{\mathtt{0x#1}}\mathdef455{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\mathdef456#1{\mathtt{0x#1}}\mathdef456{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\mathdef457#1{\mathtt{0x#1}}\mathdef457{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\mathdef458#1{\mathtt{0x#1}}\mathdef458{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\mathdef459#1{\mathtt{0x#1}}\mathdef459{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\mathdef460#1{\mathtt{0x#1}}\mathdef460{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\mathdef461#1{\mathtt{0x#1}}\mathdef461{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\mathdef462#1{\mathtt{0x#1}}\mathdef462{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\mathdef463#1{\mathtt{0x#1}}\mathdef463{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\mathdef464#1{\mathtt{0x#1}}\mathdef464{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\mathdef465#1{\mathtt{0x#1}}\mathdef465{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\mathdef466#1{\mathtt{0x#1}}\mathdef466{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\mathdef467#1{\mathtt{0x#1}}\mathdef467{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\mathdef468#1{\mathtt{0x#1}}\mathdef468{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\mathdef469#1{\mathtt{0x#1}}\mathdef469{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\mathdef470#1{\mathtt{0x#1}}\mathdef470{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\mathdef471#1{\mathtt{0x#1}}\mathdef471{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\mathdef472#1{\mathtt{0x#1}}\mathdef472{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\mathdef473#1{\mathtt{0x#1}}\mathdef473{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\mathdef474#1{\mathtt{0x#1}}\mathdef474{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\mathdef475#1{\mathtt{0x#1}}\mathdef475{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\mathdef476#1{\mathtt{0x#1}}\mathdef476{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\mathdef477#1{\mathtt{0x#1}}\mathdef477{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\mathdef478#1{\mathtt{0x#1}}\mathdef478{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\mathdef479#1{\mathtt{0x#1}}\mathdef479{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\mathdef480#1{\mathtt{0x#1}}\mathdef480{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\mathdef481#1{\mathtt{0x#1}}\mathdef481{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\mathdef482#1{\mathtt{0x#1}}\mathdef482{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\mathdef483#1{\mathtt{0x#1}}\mathdef483{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\mathdef484#1{\mathtt{0x#1}}\mathdef484{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\mathdef485#1{\mathtt{0x#1}}\mathdef485{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\mathdef486#1{\mathtt{0x#1}}\mathdef486{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\mathdef487#1{\mathtt{0x#1}}\mathdef487{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\mathdef488#1{\mathtt{0x#1}}\mathdef488{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\mathdef489#1{\mathtt{0x#1}}\mathdef489{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\mathdef490#1{\mathtt{0x#1}}\mathdef490{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\mathdef491#1{\mathtt{0x#1}}\mathdef491{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\mathdef492#1{\mathtt{0x#1}}\mathdef492{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\mathdef493#1{\mathtt{0x#1}}\mathdef493{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\mathdef494#1{\mathtt{0x#1}}\mathdef494{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\mathdef495#1{\mathtt{0x#1}}\mathdef495{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\mathdef496#1{\mathtt{0x#1}}\mathdef496{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\mathdef497#1{\mathtt{0x#1}}\mathdef497{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\mathdef498#1{\mathtt{0x#1}}\mathdef498{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\mathdef499#1{\mathtt{0x#1}}\mathdef499{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\mathdef500#1{\mathtt{0x#1}}\mathdef500{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\mathdef501#1{\mathtt{0x#1}}\mathdef501{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\mathdef502#1{\mathtt{0x#1}}\mathdef502{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\mathdef503#1{\mathtt{0x#1}}\mathdef503{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\mathdef504#1{\mathtt{0x#1}}\mathdef504{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\mathdef505#1{\mathtt{0x#1}}\mathdef505{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\mathdef506#1{\mathtt{0x#1}}\mathdef506{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\mathdef507#1{\mathtt{0x#1}}\mathdef507{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\mathdef508#1{\mathtt{0x#1}}\mathdef508{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\mathdef509#1{\mathtt{0x#1}}\mathdef509{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\mathdef510#1{\mathtt{0x#1}}\mathdef510{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\mathdef511#1{\mathtt{0x#1}}\mathdef511{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\mathdef512#1{\mathtt{0x#1}}\mathdef512{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\mathdef513#1{\mathtt{0x#1}}\mathdef513{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\mathdef514#1{\mathtt{0x#1}}\mathdef514{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\mathdef515#1{\mathtt{0x#1}}\mathdef515{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\mathdef516#1{\mathtt{0x#1}}\mathdef516{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\mathdef517#1{\mathtt{0x#1}}\mathdef517{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\mathdef518#1{\mathtt{0x#1}}\mathdef518{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\mathdef519#1{\mathtt{0x#1}}\mathdef519{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\mathdef520#1{\mathtt{0x#1}}\mathdef520{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\mathdef521#1{\mathtt{0x#1}}\mathdef521{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\mathdef522#1{\mathtt{0x#1}}\mathdef522{C5}\)

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

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

\(\def\mathdef533#1{\mathtt{0x#1}}\mathdef533{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\mathdef534#1{\mathtt{0x#1}}\mathdef534{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\mathdef535#1{\mathtt{0x#1}}\mathdef535{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\mathdef536#1{\mathtt{0x#1}}\mathdef536{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\mathdef537#1{\mathtt{0x#1}}\mathdef537{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\mathdef538#1{\mathtt{0x#1}}\mathdef538{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\mathdef539#1{\mathtt{0x#1}}\mathdef539{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\mathdef540#1{\mathtt{0x#1}}\mathdef540{D7}\)

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

(reserved)

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

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

\(\def\mathdef576#1{\mathtt{0x#1}}\mathdef576{FB}~\def\mathdef577#1{\mathtt{0x#1}}\mathdef577{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\mathdef578#1{\mathtt{0x#1}}\mathdef578{FB}~\def\mathdef579#1{\mathtt{0x#1}}\mathdef579{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\mathdef580#1{\mathtt{0x#1}}\mathdef580{FB}~\def\mathdef581#1{\mathtt{0x#1}}\mathdef581{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\mathdef582#1{\mathtt{0x#1}}\mathdef582{FB}~\def\mathdef583#1{\mathtt{0x#1}}\mathdef583{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\mathdef584#1{\mathtt{0x#1}}\mathdef584{FB}~\def\mathdef585#1{\mathtt{0x#1}}\mathdef585{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\mathdef586#1{\mathtt{0x#1}}\mathdef586{FB}~\def\mathdef587#1{\mathtt{0x#1}}\mathdef587{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\mathdef588#1{\mathtt{0x#1}}\mathdef588{FB}~\def\mathdef589#1{\mathtt{0x#1}}\mathdef589{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\mathdef590#1{\mathtt{0x#1}}\mathdef590{FB}~\def\mathdef591#1{\mathtt{0x#1}}\mathdef591{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\mathdef592#1{\mathtt{0x#1}}\mathdef592{FB}~\def\mathdef593#1{\mathtt{0x#1}}\mathdef593{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\mathdef594#1{\mathtt{0x#1}}\mathdef594{FB}~\def\mathdef595#1{\mathtt{0x#1}}\mathdef595{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\mathdef596#1{\mathtt{0x#1}}\mathdef596{FB}~\def\mathdef597#1{\mathtt{0x#1}}\mathdef597{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\mathdef598#1{\mathtt{0x#1}}\mathdef598{FB}~\def\mathdef599#1{\mathtt{0x#1}}\mathdef599{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\mathdef600#1{\mathtt{0x#1}}\mathdef600{FB}~\def\mathdef601#1{\mathtt{0x#1}}\mathdef601{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\mathdef602#1{\mathtt{0x#1}}\mathdef602{FB}~\def\mathdef603#1{\mathtt{0x#1}}\mathdef603{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\mathdef604#1{\mathtt{0x#1}}\mathdef604{FB}~\def\mathdef605#1{\mathtt{0x#1}}\mathdef605{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\mathdef606#1{\mathtt{0x#1}}\mathdef606{FB}~\def\mathdef607#1{\mathtt{0x#1}}\mathdef607{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\mathdef608#1{\mathtt{0x#1}}\mathdef608{FB}~\def\mathdef609#1{\mathtt{0x#1}}\mathdef609{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\mathdef610#1{\mathtt{0x#1}}\mathdef610{FB}~\def\mathdef611#1{\mathtt{0x#1}}\mathdef611{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\mathdef612#1{\mathtt{0x#1}}\mathdef612{FB}~\def\mathdef613#1{\mathtt{0x#1}}\mathdef613{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\mathdef614#1{\mathtt{0x#1}}\mathdef614{FB}~\def\mathdef615#1{\mathtt{0x#1}}\mathdef615{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\mathdef616#1{\mathtt{0x#1}}\mathdef616{FB}~\def\mathdef617#1{\mathtt{0x#1}}\mathdef617{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\mathdef618#1{\mathtt{0x#1}}\mathdef618{FB}~\def\mathdef619#1{\mathtt{0x#1}}\mathdef619{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\mathdef620#1{\mathtt{0x#1}}\mathdef620{FB}~\def\mathdef621#1{\mathtt{0x#1}}\mathdef621{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\mathdef622#1{\mathtt{0x#1}}\mathdef622{FB}~\def\mathdef623#1{\mathtt{0x#1}}\mathdef623{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\mathdef624#1{\mathtt{0x#1}}\mathdef624{FB}~\def\mathdef625#1{\mathtt{0x#1}}\mathdef625{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\mathdef626#1{\mathtt{0x#1}}\mathdef626{FB}~\def\mathdef627#1{\mathtt{0x#1}}\mathdef627{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\mathdef628#1{\mathtt{0x#1}}\mathdef628{FB}~\def\mathdef629#1{\mathtt{0x#1}}\mathdef629{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\mathdef630#1{\mathtt{0x#1}}\mathdef630{FB}~\def\mathdef631#1{\mathtt{0x#1}}\mathdef631{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\mathdef632#1{\mathtt{0x#1}}\mathdef632{FB}~\def\mathdef633#1{\mathtt{0x#1}}\mathdef633{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\mathdef634#1{\mathtt{0x#1}}\mathdef634{FB}~\def\mathdef635#1{\mathtt{0x#1}}\mathdef635{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\mathdef636#1{\mathtt{0x#1}}\mathdef636{FB}~\def\mathdef637#1{\mathtt{0x#1}}\mathdef637{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\mathdef638#1{\mathtt{0x#1}}\mathdef638{FB}~\def\mathdef639#1{\mathtt{0x#1}}\mathdef639{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\mathdef640#1{\mathtt{0x#1}}\mathdef640{FC}~\def\mathdef641#1{\mathtt{0x#1}}\mathdef641{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\mathdef642#1{\mathtt{0x#1}}\mathdef642{FC}~\def\mathdef643#1{\mathtt{0x#1}}\mathdef643{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\mathdef644#1{\mathtt{0x#1}}\mathdef644{FC}~\def\mathdef645#1{\mathtt{0x#1}}\mathdef645{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\mathdef646#1{\mathtt{0x#1}}\mathdef646{FC}~\def\mathdef647#1{\mathtt{0x#1}}\mathdef647{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\mathdef648#1{\mathtt{0x#1}}\mathdef648{FC}~\def\mathdef649#1{\mathtt{0x#1}}\mathdef649{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\mathdef650#1{\mathtt{0x#1}}\mathdef650{FC}~\def\mathdef651#1{\mathtt{0x#1}}\mathdef651{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\mathdef652#1{\mathtt{0x#1}}\mathdef652{FC}~\def\mathdef653#1{\mathtt{0x#1}}\mathdef653{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\mathdef654#1{\mathtt{0x#1}}\mathdef654{FC}~\def\mathdef655#1{\mathtt{0x#1}}\mathdef655{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\mathdef656#1{\mathtt{0x#1}}\mathdef656{FC}~\def\mathdef657#1{\mathtt{0x#1}}\mathdef657{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\mathdef658#1{\mathtt{0x#1}}\mathdef658{FC}~\def\mathdef659#1{\mathtt{0x#1}}\mathdef659{09}\)

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

validation

execution

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

\(\def\mathdef660#1{\mathtt{0x#1}}\mathdef660{FC}~\def\mathdef661#1{\mathtt{0x#1}}\mathdef661{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\mathdef662#1{\mathtt{0x#1}}\mathdef662{FC}~\def\mathdef663#1{\mathtt{0x#1}}\mathdef663{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\mathdef664#1{\mathtt{0x#1}}\mathdef664{FC}~\def\mathdef665#1{\mathtt{0x#1}}\mathdef665{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\mathdef666#1{\mathtt{0x#1}}\mathdef666{FC}~\def\mathdef667#1{\mathtt{0x#1}}\mathdef667{0D}\)

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

validation

execution

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

\(\def\mathdef668#1{\mathtt{0x#1}}\mathdef668{FC}~\def\mathdef669#1{\mathtt{0x#1}}\mathdef669{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\mathdef670#1{\mathtt{0x#1}}\mathdef670{FC}~\def\mathdef671#1{\mathtt{0x#1}}\mathdef671{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\mathdef672#1{\mathtt{0x#1}}\mathdef672{FC}~\def\mathdef673#1{\mathtt{0x#1}}\mathdef673{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\mathdef674#1{\mathtt{0x#1}}\mathdef674{FC}~\def\mathdef675#1{\mathtt{0x#1}}\mathdef675{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\mathdef676#1{\mathtt{0x#1}}\mathdef676{FC}~\def\mathdef677#1{\mathtt{0x#1}}\mathdef677{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\mathdef678#1{\mathtt{0x#1}}\mathdef678{FD}~~\def\mathdef679#1{\mathtt{0x#1}}\mathdef679{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\mathdef680#1{\mathtt{0x#1}}\mathdef680{FD}~~\def\mathdef681#1{\mathtt{0x#1}}\mathdef681{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\mathdef682#1{\mathtt{0x#1}}\mathdef682{FD}~~\def\mathdef683#1{\mathtt{0x#1}}\mathdef683{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\mathdef684#1{\mathtt{0x#1}}\mathdef684{FD}~~\def\mathdef685#1{\mathtt{0x#1}}\mathdef685{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\mathdef686#1{\mathtt{0x#1}}\mathdef686{FD}~~\def\mathdef687#1{\mathtt{0x#1}}\mathdef687{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\mathdef688#1{\mathtt{0x#1}}\mathdef688{FD}~~\def\mathdef689#1{\mathtt{0x#1}}\mathdef689{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\mathdef690#1{\mathtt{0x#1}}\mathdef690{FD}~~\def\mathdef691#1{\mathtt{0x#1}}\mathdef691{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\mathdef692#1{\mathtt{0x#1}}\mathdef692{FD}~~\def\mathdef693#1{\mathtt{0x#1}}\mathdef693{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\mathdef694#1{\mathtt{0x#1}}\mathdef694{FD}~~\def\mathdef695#1{\mathtt{0x#1}}\mathdef695{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\mathdef696#1{\mathtt{0x#1}}\mathdef696{FD}~~\def\mathdef697#1{\mathtt{0x#1}}\mathdef697{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\mathdef698#1{\mathtt{0x#1}}\mathdef698{FD}~~\def\mathdef699#1{\mathtt{0x#1}}\mathdef699{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\mathdef700#1{\mathtt{0x#1}}\mathdef700{FD}~~\def\mathdef701#1{\mathtt{0x#1}}\mathdef701{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\mathdef702#1{\mathtt{0x#1}}\mathdef702{FD}~~\def\mathdef703#1{\mathtt{0x#1}}\mathdef703{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\mathdef704#1{\mathtt{0x#1}}\mathdef704{FD}~~\def\mathdef705#1{\mathtt{0x#1}}\mathdef705{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\mathdef706#1{\mathtt{0x#1}}\mathdef706{FD}~~\def\mathdef707#1{\mathtt{0x#1}}\mathdef707{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\mathdef708#1{\mathtt{0x#1}}\mathdef708{FD}~~\def\mathdef709#1{\mathtt{0x#1}}\mathdef709{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\mathdef710#1{\mathtt{0x#1}}\mathdef710{FD}~~\def\mathdef711#1{\mathtt{0x#1}}\mathdef711{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\mathdef712#1{\mathtt{0x#1}}\mathdef712{FD}~~\def\mathdef713#1{\mathtt{0x#1}}\mathdef713{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\mathdef714#1{\mathtt{0x#1}}\mathdef714{FD}~~\def\mathdef715#1{\mathtt{0x#1}}\mathdef715{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\mathdef716#1{\mathtt{0x#1}}\mathdef716{FD}~~\def\mathdef717#1{\mathtt{0x#1}}\mathdef717{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\mathdef718#1{\mathtt{0x#1}}\mathdef718{FD}~~\def\mathdef719#1{\mathtt{0x#1}}\mathdef719{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\mathdef720#1{\mathtt{0x#1}}\mathdef720{FD}~~\def\mathdef721#1{\mathtt{0x#1}}\mathdef721{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\mathdef722#1{\mathtt{0x#1}}\mathdef722{FD}~~\def\mathdef723#1{\mathtt{0x#1}}\mathdef723{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\mathdef724#1{\mathtt{0x#1}}\mathdef724{FD}~~\def\mathdef725#1{\mathtt{0x#1}}\mathdef725{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\mathdef726#1{\mathtt{0x#1}}\mathdef726{FD}~~\def\mathdef727#1{\mathtt{0x#1}}\mathdef727{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\mathdef728#1{\mathtt{0x#1}}\mathdef728{FD}~~\def\mathdef729#1{\mathtt{0x#1}}\mathdef729{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\mathdef730#1{\mathtt{0x#1}}\mathdef730{FD}~~\def\mathdef731#1{\mathtt{0x#1}}\mathdef731{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\mathdef732#1{\mathtt{0x#1}}\mathdef732{FD}~~\def\mathdef733#1{\mathtt{0x#1}}\mathdef733{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\mathdef734#1{\mathtt{0x#1}}\mathdef734{FD}~~\def\mathdef735#1{\mathtt{0x#1}}\mathdef735{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\mathdef736#1{\mathtt{0x#1}}\mathdef736{FD}~~\def\mathdef737#1{\mathtt{0x#1}}\mathdef737{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\mathdef738#1{\mathtt{0x#1}}\mathdef738{FD}~~\def\mathdef739#1{\mathtt{0x#1}}\mathdef739{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\mathdef740#1{\mathtt{0x#1}}\mathdef740{FD}~~\def\mathdef741#1{\mathtt{0x#1}}\mathdef741{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\mathdef742#1{\mathtt{0x#1}}\mathdef742{FD}~~\def\mathdef743#1{\mathtt{0x#1}}\mathdef743{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\mathdef744#1{\mathtt{0x#1}}\mathdef744{FD}~~\def\mathdef745#1{\mathtt{0x#1}}\mathdef745{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\mathdef746#1{\mathtt{0x#1}}\mathdef746{FD}~~\def\mathdef747#1{\mathtt{0x#1}}\mathdef747{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\mathdef748#1{\mathtt{0x#1}}\mathdef748{FD}~~\def\mathdef749#1{\mathtt{0x#1}}\mathdef749{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\mathdef750#1{\mathtt{0x#1}}\mathdef750{FD}~~\def\mathdef751#1{\mathtt{0x#1}}\mathdef751{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\mathdef752#1{\mathtt{0x#1}}\mathdef752{FD}~~\def\mathdef753#1{\mathtt{0x#1}}\mathdef753{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\mathdef754#1{\mathtt{0x#1}}\mathdef754{FD}~~\def\mathdef755#1{\mathtt{0x#1}}\mathdef755{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\mathdef756#1{\mathtt{0x#1}}\mathdef756{FD}~~\def\mathdef757#1{\mathtt{0x#1}}\mathdef757{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\mathdef758#1{\mathtt{0x#1}}\mathdef758{FD}~~\def\mathdef759#1{\mathtt{0x#1}}\mathdef759{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\mathdef760#1{\mathtt{0x#1}}\mathdef760{FD}~~\def\mathdef761#1{\mathtt{0x#1}}\mathdef761{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\mathdef762#1{\mathtt{0x#1}}\mathdef762{FD}~~\def\mathdef763#1{\mathtt{0x#1}}\mathdef763{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\mathdef764#1{\mathtt{0x#1}}\mathdef764{FD}~~\def\mathdef765#1{\mathtt{0x#1}}\mathdef765{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\mathdef766#1{\mathtt{0x#1}}\mathdef766{FD}~~\def\mathdef767#1{\mathtt{0x#1}}\mathdef767{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\mathdef768#1{\mathtt{0x#1}}\mathdef768{FD}~~\def\mathdef769#1{\mathtt{0x#1}}\mathdef769{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\mathdef770#1{\mathtt{0x#1}}\mathdef770{FD}~~\def\mathdef771#1{\mathtt{0x#1}}\mathdef771{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\mathdef772#1{\mathtt{0x#1}}\mathdef772{FD}~~\def\mathdef773#1{\mathtt{0x#1}}\mathdef773{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\mathdef774#1{\mathtt{0x#1}}\mathdef774{FD}~~\def\mathdef775#1{\mathtt{0x#1}}\mathdef775{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\mathdef776#1{\mathtt{0x#1}}\mathdef776{FD}~~\def\mathdef777#1{\mathtt{0x#1}}\mathdef777{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\mathdef778#1{\mathtt{0x#1}}\mathdef778{FD}~~\def\mathdef779#1{\mathtt{0x#1}}\mathdef779{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\mathdef780#1{\mathtt{0x#1}}\mathdef780{FD}~~\def\mathdef781#1{\mathtt{0x#1}}\mathdef781{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\mathdef782#1{\mathtt{0x#1}}\mathdef782{FD}~~\def\mathdef783#1{\mathtt{0x#1}}\mathdef783{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\mathdef784#1{\mathtt{0x#1}}\mathdef784{FD}~~\def\mathdef785#1{\mathtt{0x#1}}\mathdef785{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\mathdef786#1{\mathtt{0x#1}}\mathdef786{FD}~~\def\mathdef787#1{\mathtt{0x#1}}\mathdef787{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\mathdef788#1{\mathtt{0x#1}}\mathdef788{FD}~~\def\mathdef789#1{\mathtt{0x#1}}\mathdef789{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\mathdef790#1{\mathtt{0x#1}}\mathdef790{FD}~~\def\mathdef791#1{\mathtt{0x#1}}\mathdef791{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\mathdef792#1{\mathtt{0x#1}}\mathdef792{FD}~~\def\mathdef793#1{\mathtt{0x#1}}\mathdef793{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\mathdef794#1{\mathtt{0x#1}}\mathdef794{FD}~~\def\mathdef795#1{\mathtt{0x#1}}\mathdef795{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\mathdef796#1{\mathtt{0x#1}}\mathdef796{FD}~~\def\mathdef797#1{\mathtt{0x#1}}\mathdef797{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\mathdef798#1{\mathtt{0x#1}}\mathdef798{FD}~~\def\mathdef799#1{\mathtt{0x#1}}\mathdef799{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\mathdef800#1{\mathtt{0x#1}}\mathdef800{FD}~~\def\mathdef801#1{\mathtt{0x#1}}\mathdef801{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\mathdef802#1{\mathtt{0x#1}}\mathdef802{FD}~~\def\mathdef803#1{\mathtt{0x#1}}\mathdef803{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\mathdef804#1{\mathtt{0x#1}}\mathdef804{FD}~~\def\mathdef805#1{\mathtt{0x#1}}\mathdef805{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\mathdef806#1{\mathtt{0x#1}}\mathdef806{FD}~~\def\mathdef807#1{\mathtt{0x#1}}\mathdef807{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\mathdef808#1{\mathtt{0x#1}}\mathdef808{FD}~~\def\mathdef809#1{\mathtt{0x#1}}\mathdef809{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\mathdef810#1{\mathtt{0x#1}}\mathdef810{FD}~~\def\mathdef811#1{\mathtt{0x#1}}\mathdef811{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\mathdef812#1{\mathtt{0x#1}}\mathdef812{FD}~~\def\mathdef813#1{\mathtt{0x#1}}\mathdef813{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\mathdef814#1{\mathtt{0x#1}}\mathdef814{FD}~~\def\mathdef815#1{\mathtt{0x#1}}\mathdef815{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\mathdef816#1{\mathtt{0x#1}}\mathdef816{FD}~~\def\mathdef817#1{\mathtt{0x#1}}\mathdef817{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\mathdef818#1{\mathtt{0x#1}}\mathdef818{FD}~~\def\mathdef819#1{\mathtt{0x#1}}\mathdef819{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\mathdef820#1{\mathtt{0x#1}}\mathdef820{FD}~~\def\mathdef821#1{\mathtt{0x#1}}\mathdef821{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\mathdef822#1{\mathtt{0x#1}}\mathdef822{FD}~~\def\mathdef823#1{\mathtt{0x#1}}\mathdef823{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\mathdef824#1{\mathtt{0x#1}}\mathdef824{FD}~~\def\mathdef825#1{\mathtt{0x#1}}\mathdef825{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\mathdef826#1{\mathtt{0x#1}}\mathdef826{FD}~~\def\mathdef827#1{\mathtt{0x#1}}\mathdef827{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\mathdef828#1{\mathtt{0x#1}}\mathdef828{FD}~~\def\mathdef829#1{\mathtt{0x#1}}\mathdef829{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\mathdef830#1{\mathtt{0x#1}}\mathdef830{FD}~~\def\mathdef831#1{\mathtt{0x#1}}\mathdef831{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\mathdef832#1{\mathtt{0x#1}}\mathdef832{FD}~~\def\mathdef833#1{\mathtt{0x#1}}\mathdef833{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\mathdef834#1{\mathtt{0x#1}}\mathdef834{FD}~~\def\mathdef835#1{\mathtt{0x#1}}\mathdef835{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\mathdef836#1{\mathtt{0x#1}}\mathdef836{FD}~~\def\mathdef837#1{\mathtt{0x#1}}\mathdef837{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\mathdef838#1{\mathtt{0x#1}}\mathdef838{FD}~~\def\mathdef839#1{\mathtt{0x#1}}\mathdef839{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\mathdef840#1{\mathtt{0x#1}}\mathdef840{FD}~~\def\mathdef841#1{\mathtt{0x#1}}\mathdef841{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\mathdef842#1{\mathtt{0x#1}}\mathdef842{FD}~~\def\mathdef843#1{\mathtt{0x#1}}\mathdef843{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\mathdef844#1{\mathtt{0x#1}}\mathdef844{FD}~~\def\mathdef845#1{\mathtt{0x#1}}\mathdef845{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\mathdef846#1{\mathtt{0x#1}}\mathdef846{FD}~~\def\mathdef847#1{\mathtt{0x#1}}\mathdef847{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\mathdef848#1{\mathtt{0x#1}}\mathdef848{FD}~~\def\mathdef849#1{\mathtt{0x#1}}\mathdef849{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\mathdef850#1{\mathtt{0x#1}}\mathdef850{FD}~~\def\mathdef851#1{\mathtt{0x#1}}\mathdef851{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\mathdef852#1{\mathtt{0x#1}}\mathdef852{FD}~~\def\mathdef853#1{\mathtt{0x#1}}\mathdef853{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\mathdef854#1{\mathtt{0x#1}}\mathdef854{FD}~~\def\mathdef855#1{\mathtt{0x#1}}\mathdef855{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\mathdef856#1{\mathtt{0x#1}}\mathdef856{FD}~~\def\mathdef857#1{\mathtt{0x#1}}\mathdef857{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\mathdef858#1{\mathtt{0x#1}}\mathdef858{FD}~~\def\mathdef859#1{\mathtt{0x#1}}\mathdef859{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\mathdef860#1{\mathtt{0x#1}}\mathdef860{FD}~~\def\mathdef861#1{\mathtt{0x#1}}\mathdef861{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\mathdef862#1{\mathtt{0x#1}}\mathdef862{FD}~~\def\mathdef863#1{\mathtt{0x#1}}\mathdef863{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\mathdef864#1{\mathtt{0x#1}}\mathdef864{FD}~~\def\mathdef865#1{\mathtt{0x#1}}\mathdef865{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\mathdef866#1{\mathtt{0x#1}}\mathdef866{FD}~~\def\mathdef867#1{\mathtt{0x#1}}\mathdef867{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\mathdef868#1{\mathtt{0x#1}}\mathdef868{FD}~~\def\mathdef869#1{\mathtt{0x#1}}\mathdef869{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\mathdef870#1{\mathtt{0x#1}}\mathdef870{FD}~~\def\mathdef871#1{\mathtt{0x#1}}\mathdef871{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\mathdef872#1{\mathtt{0x#1}}\mathdef872{FD}~~\def\mathdef873#1{\mathtt{0x#1}}\mathdef873{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\mathdef874#1{\mathtt{0x#1}}\mathdef874{FD}~~\def\mathdef875#1{\mathtt{0x#1}}\mathdef875{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\mathdef876#1{\mathtt{0x#1}}\mathdef876{FD}~~\def\mathdef877#1{\mathtt{0x#1}}\mathdef877{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\mathdef878#1{\mathtt{0x#1}}\mathdef878{FD}~~\def\mathdef879#1{\mathtt{0x#1}}\mathdef879{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\mathdef880#1{\mathtt{0x#1}}\mathdef880{FD}~~\def\mathdef881#1{\mathtt{0x#1}}\mathdef881{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\mathdef882#1{\mathtt{0x#1}}\mathdef882{FD}~~\def\mathdef883#1{\mathtt{0x#1}}\mathdef883{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\mathdef884#1{\mathtt{0x#1}}\mathdef884{FD}~~\def\mathdef885#1{\mathtt{0x#1}}\mathdef885{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\mathdef886#1{\mathtt{0x#1}}\mathdef886{FD}~~\def\mathdef887#1{\mathtt{0x#1}}\mathdef887{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\mathdef888#1{\mathtt{0x#1}}\mathdef888{FD}~~\def\mathdef889#1{\mathtt{0x#1}}\mathdef889{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\mathdef890#1{\mathtt{0x#1}}\mathdef890{FD}~~\def\mathdef891#1{\mathtt{0x#1}}\mathdef891{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\mathdef892#1{\mathtt{0x#1}}\mathdef892{FD}~~\def\mathdef893#1{\mathtt{0x#1}}\mathdef893{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\mathdef894#1{\mathtt{0x#1}}\mathdef894{FD}~~\def\mathdef895#1{\mathtt{0x#1}}\mathdef895{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\mathdef896#1{\mathtt{0x#1}}\mathdef896{FD}~~\def\mathdef897#1{\mathtt{0x#1}}\mathdef897{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\mathdef898#1{\mathtt{0x#1}}\mathdef898{FD}~~\def\mathdef899#1{\mathtt{0x#1}}\mathdef899{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\mathdef900#1{\mathtt{0x#1}}\mathdef900{FD}~~\def\mathdef901#1{\mathtt{0x#1}}\mathdef901{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\mathdef902#1{\mathtt{0x#1}}\mathdef902{FD}~~\def\mathdef903#1{\mathtt{0x#1}}\mathdef903{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\mathdef904#1{\mathtt{0x#1}}\mathdef904{FD}~~\def\mathdef905#1{\mathtt{0x#1}}\mathdef905{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\mathdef906#1{\mathtt{0x#1}}\mathdef906{FD}~~\def\mathdef907#1{\mathtt{0x#1}}\mathdef907{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\mathdef908#1{\mathtt{0x#1}}\mathdef908{FD}~~\def\mathdef909#1{\mathtt{0x#1}}\mathdef909{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\mathdef910#1{\mathtt{0x#1}}\mathdef910{FD}~~\def\mathdef911#1{\mathtt{0x#1}}\mathdef911{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\mathdef912#1{\mathtt{0x#1}}\mathdef912{FD}~~\def\mathdef913#1{\mathtt{0x#1}}\mathdef913{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\mathdef914#1{\mathtt{0x#1}}\mathdef914{FD}~~\def\mathdef915#1{\mathtt{0x#1}}\mathdef915{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\mathdef916#1{\mathtt{0x#1}}\mathdef916{FD}~~\def\mathdef917#1{\mathtt{0x#1}}\mathdef917{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\mathdef918#1{\mathtt{0x#1}}\mathdef918{FD}~~\def\mathdef919#1{\mathtt{0x#1}}\mathdef919{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\mathdef920#1{\mathtt{0x#1}}\mathdef920{FD}~~\def\mathdef921#1{\mathtt{0x#1}}\mathdef921{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\mathdef922#1{\mathtt{0x#1}}\mathdef922{FD}~~\def\mathdef923#1{\mathtt{0x#1}}\mathdef923{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\mathdef924#1{\mathtt{0x#1}}\mathdef924{FD}~~\def\mathdef925#1{\mathtt{0x#1}}\mathdef925{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\mathdef926#1{\mathtt{0x#1}}\mathdef926{FD}~~\def\mathdef927#1{\mathtt{0x#1}}\mathdef927{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\mathdef928#1{\mathtt{0x#1}}\mathdef928{FD}~~\def\mathdef929#1{\mathtt{0x#1}}\mathdef929{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\mathdef930#1{\mathtt{0x#1}}\mathdef930{FD}~~\def\mathdef931#1{\mathtt{0x#1}}\mathdef931{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\mathdef932#1{\mathtt{0x#1}}\mathdef932{FD}~~\def\mathdef933#1{\mathtt{0x#1}}\mathdef933{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\mathdef934#1{\mathtt{0x#1}}\mathdef934{FD}~~\def\mathdef935#1{\mathtt{0x#1}}\mathdef935{80}~~\def\mathdef936#1{\mathtt{0x#1}}\mathdef936{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\mathdef937#1{\mathtt{0x#1}}\mathdef937{FD}~~\def\mathdef938#1{\mathtt{0x#1}}\mathdef938{81}~~\def\mathdef939#1{\mathtt{0x#1}}\mathdef939{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\mathdef940#1{\mathtt{0x#1}}\mathdef940{FD}~~\def\mathdef941#1{\mathtt{0x#1}}\mathdef941{82}~~\def\mathdef942#1{\mathtt{0x#1}}\mathdef942{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\mathdef943#1{\mathtt{0x#1}}\mathdef943{FD}~~\def\mathdef944#1{\mathtt{0x#1}}\mathdef944{83}~~\def\mathdef945#1{\mathtt{0x#1}}\mathdef945{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\mathdef946#1{\mathtt{0x#1}}\mathdef946{FD}~~\def\mathdef947#1{\mathtt{0x#1}}\mathdef947{84}~~\def\mathdef948#1{\mathtt{0x#1}}\mathdef948{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\mathdef949#1{\mathtt{0x#1}}\mathdef949{FD}~~\def\mathdef950#1{\mathtt{0x#1}}\mathdef950{85}~~\def\mathdef951#1{\mathtt{0x#1}}\mathdef951{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\mathdef952#1{\mathtt{0x#1}}\mathdef952{FD}~~\def\mathdef953#1{\mathtt{0x#1}}\mathdef953{86}~~\def\mathdef954#1{\mathtt{0x#1}}\mathdef954{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\mathdef955#1{\mathtt{0x#1}}\mathdef955{FD}~~\def\mathdef956#1{\mathtt{0x#1}}\mathdef956{87}~~\def\mathdef957#1{\mathtt{0x#1}}\mathdef957{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\mathdef958#1{\mathtt{0x#1}}\mathdef958{FD}~~\def\mathdef959#1{\mathtt{0x#1}}\mathdef959{88}~~\def\mathdef960#1{\mathtt{0x#1}}\mathdef960{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\mathdef961#1{\mathtt{0x#1}}\mathdef961{FD}~~\def\mathdef962#1{\mathtt{0x#1}}\mathdef962{89}~~\def\mathdef963#1{\mathtt{0x#1}}\mathdef963{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\mathdef964#1{\mathtt{0x#1}}\mathdef964{FD}~~\def\mathdef965#1{\mathtt{0x#1}}\mathdef965{8A}~~\def\mathdef966#1{\mathtt{0x#1}}\mathdef966{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\mathdef967#1{\mathtt{0x#1}}\mathdef967{FD}~~\def\mathdef968#1{\mathtt{0x#1}}\mathdef968{8B}~~\def\mathdef969#1{\mathtt{0x#1}}\mathdef969{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\mathdef970#1{\mathtt{0x#1}}\mathdef970{FD}~~\def\mathdef971#1{\mathtt{0x#1}}\mathdef971{8C}~~\def\mathdef972#1{\mathtt{0x#1}}\mathdef972{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\mathdef973#1{\mathtt{0x#1}}\mathdef973{FD}~~\def\mathdef974#1{\mathtt{0x#1}}\mathdef974{8D}~~\def\mathdef975#1{\mathtt{0x#1}}\mathdef975{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\mathdef976#1{\mathtt{0x#1}}\mathdef976{FD}~~\def\mathdef977#1{\mathtt{0x#1}}\mathdef977{8E}~~\def\mathdef978#1{\mathtt{0x#1}}\mathdef978{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\mathdef979#1{\mathtt{0x#1}}\mathdef979{FD}~~\def\mathdef980#1{\mathtt{0x#1}}\mathdef980{8F}~~\def\mathdef981#1{\mathtt{0x#1}}\mathdef981{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\mathdef982#1{\mathtt{0x#1}}\mathdef982{FD}~~\def\mathdef983#1{\mathtt{0x#1}}\mathdef983{90}~~\def\mathdef984#1{\mathtt{0x#1}}\mathdef984{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\mathdef985#1{\mathtt{0x#1}}\mathdef985{FD}~~\def\mathdef986#1{\mathtt{0x#1}}\mathdef986{91}~~\def\mathdef987#1{\mathtt{0x#1}}\mathdef987{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\mathdef988#1{\mathtt{0x#1}}\mathdef988{FD}~~\def\mathdef989#1{\mathtt{0x#1}}\mathdef989{92}~~\def\mathdef990#1{\mathtt{0x#1}}\mathdef990{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\mathdef991#1{\mathtt{0x#1}}\mathdef991{FD}~~\def\mathdef992#1{\mathtt{0x#1}}\mathdef992{93}~~\def\mathdef993#1{\mathtt{0x#1}}\mathdef993{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\mathdef994#1{\mathtt{0x#1}}\mathdef994{FD}~~\def\mathdef995#1{\mathtt{0x#1}}\mathdef995{94}~~\def\mathdef996#1{\mathtt{0x#1}}\mathdef996{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\mathdef997#1{\mathtt{0x#1}}\mathdef997{FD}~~\def\mathdef998#1{\mathtt{0x#1}}\mathdef998{95}~~\def\mathdef999#1{\mathtt{0x#1}}\mathdef999{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\mathdef1000#1{\mathtt{0x#1}}\mathdef1000{FD}~~\def\mathdef1001#1{\mathtt{0x#1}}\mathdef1001{96}~~\def\mathdef1002#1{\mathtt{0x#1}}\mathdef1002{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\mathdef1003#1{\mathtt{0x#1}}\mathdef1003{FD}~~\def\mathdef1004#1{\mathtt{0x#1}}\mathdef1004{97}~~\def\mathdef1005#1{\mathtt{0x#1}}\mathdef1005{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\mathdef1006#1{\mathtt{0x#1}}\mathdef1006{FD}~~\def\mathdef1007#1{\mathtt{0x#1}}\mathdef1007{98}~~\def\mathdef1008#1{\mathtt{0x#1}}\mathdef1008{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\mathdef1009#1{\mathtt{0x#1}}\mathdef1009{FD}~~\def\mathdef1010#1{\mathtt{0x#1}}\mathdef1010{99}~~\def\mathdef1011#1{\mathtt{0x#1}}\mathdef1011{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\mathdef1012#1{\mathtt{0x#1}}\mathdef1012{FD}~\def\mathdef1013#1{\mathtt{0x#1}}\mathdef1013{9A}~\def\mathdef1014#1{\mathtt{0x#1}}\mathdef1014{01}\)

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

\(\def\mathdef1015#1{\mathtt{0x#1}}\mathdef1015{FD}~~\def\mathdef1016#1{\mathtt{0x#1}}\mathdef1016{9B}~~\def\mathdef1017#1{\mathtt{0x#1}}\mathdef1017{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\mathdef1018#1{\mathtt{0x#1}}\mathdef1018{FD}~~\def\mathdef1019#1{\mathtt{0x#1}}\mathdef1019{9C}~~\def\mathdef1020#1{\mathtt{0x#1}}\mathdef1020{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\mathdef1021#1{\mathtt{0x#1}}\mathdef1021{FD}~~\def\mathdef1022#1{\mathtt{0x#1}}\mathdef1022{9D}~~\def\mathdef1023#1{\mathtt{0x#1}}\mathdef1023{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\mathdef1024#1{\mathtt{0x#1}}\mathdef1024{FD}~~\def\mathdef1025#1{\mathtt{0x#1}}\mathdef1025{9E}~~\def\mathdef1026#1{\mathtt{0x#1}}\mathdef1026{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\mathdef1027#1{\mathtt{0x#1}}\mathdef1027{FD}~~\def\mathdef1028#1{\mathtt{0x#1}}\mathdef1028{9F}~~\def\mathdef1029#1{\mathtt{0x#1}}\mathdef1029{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\mathdef1030#1{\mathtt{0x#1}}\mathdef1030{FD}~~\def\mathdef1031#1{\mathtt{0x#1}}\mathdef1031{A0}~~\def\mathdef1032#1{\mathtt{0x#1}}\mathdef1032{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\mathdef1033#1{\mathtt{0x#1}}\mathdef1033{FD}~~\def\mathdef1034#1{\mathtt{0x#1}}\mathdef1034{A1}~~\def\mathdef1035#1{\mathtt{0x#1}}\mathdef1035{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\mathdef1036#1{\mathtt{0x#1}}\mathdef1036{FD}~\def\mathdef1037#1{\mathtt{0x#1}}\mathdef1037{A2}~\def\mathdef1038#1{\mathtt{0x#1}}\mathdef1038{01}\)

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

\(\def\mathdef1039#1{\mathtt{0x#1}}\mathdef1039{FD}~~\def\mathdef1040#1{\mathtt{0x#1}}\mathdef1040{A3}~~\def\mathdef1041#1{\mathtt{0x#1}}\mathdef1041{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\mathdef1042#1{\mathtt{0x#1}}\mathdef1042{FD}~~\def\mathdef1043#1{\mathtt{0x#1}}\mathdef1043{A4}~~\def\mathdef1044#1{\mathtt{0x#1}}\mathdef1044{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\mathdef1045#1{\mathtt{0x#1}}\mathdef1045{FD}~\def\mathdef1046#1{\mathtt{0x#1}}\mathdef1046{A5}~\def\mathdef1047#1{\mathtt{0x#1}}\mathdef1047{01}\)

(reserved)

\(\def\mathdef1048#1{\mathtt{0x#1}}\mathdef1048{FD}~\def\mathdef1049#1{\mathtt{0x#1}}\mathdef1049{A6}~\def\mathdef1050#1{\mathtt{0x#1}}\mathdef1050{01}\)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_low\_i16x8\_s}\)

\(\def\mathdef1051#1{\mathtt{0x#1}}\mathdef1051{FD}~~\def\mathdef1052#1{\mathtt{0x#1}}\mathdef1052{A7}~~\def\mathdef1053#1{\mathtt{0x#1}}\mathdef1053{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\mathdef1054#1{\mathtt{0x#1}}\mathdef1054{FD}~~\def\mathdef1055#1{\mathtt{0x#1}}\mathdef1055{A8}~~\def\mathdef1056#1{\mathtt{0x#1}}\mathdef1056{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\mathdef1057#1{\mathtt{0x#1}}\mathdef1057{FD}~~\def\mathdef1058#1{\mathtt{0x#1}}\mathdef1058{A9}~~\def\mathdef1059#1{\mathtt{0x#1}}\mathdef1059{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\mathdef1060#1{\mathtt{0x#1}}\mathdef1060{FD}~~\def\mathdef1061#1{\mathtt{0x#1}}\mathdef1061{AA}~~\def\mathdef1062#1{\mathtt{0x#1}}\mathdef1062{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\mathdef1063#1{\mathtt{0x#1}}\mathdef1063{FD}~~\def\mathdef1064#1{\mathtt{0x#1}}\mathdef1064{AB}~~\def\mathdef1065#1{\mathtt{0x#1}}\mathdef1065{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\mathdef1066#1{\mathtt{0x#1}}\mathdef1066{FD}~~\def\mathdef1067#1{\mathtt{0x#1}}\mathdef1067{AC}~~\def\mathdef1068#1{\mathtt{0x#1}}\mathdef1068{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\mathdef1069#1{\mathtt{0x#1}}\mathdef1069{FD}~~\def\mathdef1070#1{\mathtt{0x#1}}\mathdef1070{AD}~~\def\mathdef1071#1{\mathtt{0x#1}}\mathdef1071{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\mathdef1072#1{\mathtt{0x#1}}\mathdef1072{FD}~~\def\mathdef1073#1{\mathtt{0x#1}}\mathdef1073{AE}~~\def\mathdef1074#1{\mathtt{0x#1}}\mathdef1074{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\mathdef1075#1{\mathtt{0x#1}}\mathdef1075{FD}~\def\mathdef1076#1{\mathtt{0x#1}}\mathdef1076{AF}~\def\mathdef1077#1{\mathtt{0x#1}}\mathdef1077{01}\)

(reserved)

\(\def\mathdef1078#1{\mathtt{0x#1}}\mathdef1078{FD}~\def\mathdef1079#1{\mathtt{0x#1}}\mathdef1079{B0}~\def\mathdef1080#1{\mathtt{0x#1}}\mathdef1080{01}\)

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

\(\def\mathdef1081#1{\mathtt{0x#1}}\mathdef1081{FD}~~\def\mathdef1082#1{\mathtt{0x#1}}\mathdef1082{B1}~~\def\mathdef1083#1{\mathtt{0x#1}}\mathdef1083{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\mathdef1084#1{\mathtt{0x#1}}\mathdef1084{FD}~\def\mathdef1085#1{\mathtt{0x#1}}\mathdef1085{B2}~\def\mathdef1086#1{\mathtt{0x#1}}\mathdef1086{01}\)

(reserved)

\(\def\mathdef1087#1{\mathtt{0x#1}}\mathdef1087{FD}~\def\mathdef1088#1{\mathtt{0x#1}}\mathdef1088{B3}~\def\mathdef1089#1{\mathtt{0x#1}}\mathdef1089{01}\)

(reserved)

\(\def\mathdef1090#1{\mathtt{0x#1}}\mathdef1090{FD}~\def\mathdef1091#1{\mathtt{0x#1}}\mathdef1091{B4}~\def\mathdef1092#1{\mathtt{0x#1}}\mathdef1092{01}\)

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

\(\def\mathdef1093#1{\mathtt{0x#1}}\mathdef1093{FD}~~\def\mathdef1094#1{\mathtt{0x#1}}\mathdef1094{B5}~~\def\mathdef1095#1{\mathtt{0x#1}}\mathdef1095{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\mathdef1096#1{\mathtt{0x#1}}\mathdef1096{FD}~~\def\mathdef1097#1{\mathtt{0x#1}}\mathdef1097{B6}~~\def\mathdef1098#1{\mathtt{0x#1}}\mathdef1098{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\mathdef1099#1{\mathtt{0x#1}}\mathdef1099{FD}~~\def\mathdef1100#1{\mathtt{0x#1}}\mathdef1100{B7}~~\def\mathdef1101#1{\mathtt{0x#1}}\mathdef1101{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\mathdef1102#1{\mathtt{0x#1}}\mathdef1102{FD}~~\def\mathdef1103#1{\mathtt{0x#1}}\mathdef1103{B8}~~\def\mathdef1104#1{\mathtt{0x#1}}\mathdef1104{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\mathdef1105#1{\mathtt{0x#1}}\mathdef1105{FD}~~\def\mathdef1106#1{\mathtt{0x#1}}\mathdef1106{B9}~~\def\mathdef1107#1{\mathtt{0x#1}}\mathdef1107{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\mathdef1108#1{\mathtt{0x#1}}\mathdef1108{FD}~~\def\mathdef1109#1{\mathtt{0x#1}}\mathdef1109{BA}~~\def\mathdef1110#1{\mathtt{0x#1}}\mathdef1110{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\mathdef1111#1{\mathtt{0x#1}}\mathdef1111{FD}~~\def\mathdef1112#1{\mathtt{0x#1}}\mathdef1112{BC}~~\def\mathdef1113#1{\mathtt{0x#1}}\mathdef1113{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\mathdef1114#1{\mathtt{0x#1}}\mathdef1114{FD}~~\def\mathdef1115#1{\mathtt{0x#1}}\mathdef1115{BD}~~\def\mathdef1116#1{\mathtt{0x#1}}\mathdef1116{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\mathdef1117#1{\mathtt{0x#1}}\mathdef1117{FD}~~\def\mathdef1118#1{\mathtt{0x#1}}\mathdef1118{BE}~~\def\mathdef1119#1{\mathtt{0x#1}}\mathdef1119{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\mathdef1120#1{\mathtt{0x#1}}\mathdef1120{FD}~~\def\mathdef1121#1{\mathtt{0x#1}}\mathdef1121{BF}~~\def\mathdef1122#1{\mathtt{0x#1}}\mathdef1122{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\mathdef1123#1{\mathtt{0x#1}}\mathdef1123{FD}~~\def\mathdef1124#1{\mathtt{0x#1}}\mathdef1124{C0}~~\def\mathdef1125#1{\mathtt{0x#1}}\mathdef1125{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\mathdef1126#1{\mathtt{0x#1}}\mathdef1126{FD}~~\def\mathdef1127#1{\mathtt{0x#1}}\mathdef1127{C1}~~\def\mathdef1128#1{\mathtt{0x#1}}\mathdef1128{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\mathdef1129#1{\mathtt{0x#1}}\mathdef1129{FD}~\def\mathdef1130#1{\mathtt{0x#1}}\mathdef1130{C2}~\def\mathdef1131#1{\mathtt{0x#1}}\mathdef1131{01}\)

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

\(\def\mathdef1132#1{\mathtt{0x#1}}\mathdef1132{FD}~~\def\mathdef1133#1{\mathtt{0x#1}}\mathdef1133{C3}~~\def\mathdef1134#1{\mathtt{0x#1}}\mathdef1134{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\mathdef1135#1{\mathtt{0x#1}}\mathdef1135{FD}~~\def\mathdef1136#1{\mathtt{0x#1}}\mathdef1136{C4}~~\def\mathdef1137#1{\mathtt{0x#1}}\mathdef1137{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\mathdef1138#1{\mathtt{0x#1}}\mathdef1138{FD}~\def\mathdef1139#1{\mathtt{0x#1}}\mathdef1139{C5}~\def\mathdef1140#1{\mathtt{0x#1}}\mathdef1140{01}\)

(reserved)

\(\def\mathdef1141#1{\mathtt{0x#1}}\mathdef1141{FD}~\def\mathdef1142#1{\mathtt{0x#1}}\mathdef1142{C6}~\def\mathdef1143#1{\mathtt{0x#1}}\mathdef1143{01}\)

\(\href{../syntax/types.html#syntax-valtype}{\mathsf{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{extend}}\mathsf{\_low\_i32x4\_s}\)

\(\def\mathdef1144#1{\mathtt{0x#1}}\mathdef1144{FD}~~\def\mathdef1145#1{\mathtt{0x#1}}\mathdef1145{C7}~~\def\mathdef1146#1{\mathtt{0x#1}}\mathdef1146{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\mathdef1147#1{\mathtt{0x#1}}\mathdef1147{FD}~~\def\mathdef1148#1{\mathtt{0x#1}}\mathdef1148{C8}~~\def\mathdef1149#1{\mathtt{0x#1}}\mathdef1149{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\mathdef1150#1{\mathtt{0x#1}}\mathdef1150{FD}~~\def\mathdef1151#1{\mathtt{0x#1}}\mathdef1151{C9}~~\def\mathdef1152#1{\mathtt{0x#1}}\mathdef1152{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\mathdef1153#1{\mathtt{0x#1}}\mathdef1153{FD}~~\def\mathdef1154#1{\mathtt{0x#1}}\mathdef1154{CA}~~\def\mathdef1155#1{\mathtt{0x#1}}\mathdef1155{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\mathdef1156#1{\mathtt{0x#1}}\mathdef1156{FD}~~\def\mathdef1157#1{\mathtt{0x#1}}\mathdef1157{CB}~~\def\mathdef1158#1{\mathtt{0x#1}}\mathdef1158{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\mathdef1159#1{\mathtt{0x#1}}\mathdef1159{FD}~~\def\mathdef1160#1{\mathtt{0x#1}}\mathdef1160{CC}~~\def\mathdef1161#1{\mathtt{0x#1}}\mathdef1161{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\mathdef1162#1{\mathtt{0x#1}}\mathdef1162{FD}~~\def\mathdef1163#1{\mathtt{0x#1}}\mathdef1163{CD}~~\def\mathdef1164#1{\mathtt{0x#1}}\mathdef1164{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\mathdef1165#1{\mathtt{0x#1}}\mathdef1165{FD}~~\def\mathdef1166#1{\mathtt{0x#1}}\mathdef1166{CE}~~\def\mathdef1167#1{\mathtt{0x#1}}\mathdef1167{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\mathdef1168#1{\mathtt{0x#1}}\mathdef1168{FD}~\def\mathdef1169#1{\mathtt{0x#1}}\mathdef1169{CF}~\def\mathdef1170#1{\mathtt{0x#1}}\mathdef1170{01}\)

(reserved)

\(\def\mathdef1171#1{\mathtt{0x#1}}\mathdef1171{FD}~\def\mathdef1172#1{\mathtt{0x#1}}\mathdef1172{D0}~\def\mathdef1173#1{\mathtt{0x#1}}\mathdef1173{01}\)

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

\(\def\mathdef1174#1{\mathtt{0x#1}}\mathdef1174{FD}~~\def\mathdef1175#1{\mathtt{0x#1}}\mathdef1175{D1}~~\def\mathdef1176#1{\mathtt{0x#1}}\mathdef1176{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\mathdef1177#1{\mathtt{0x#1}}\mathdef1177{FD}~\def\mathdef1178#1{\mathtt{0x#1}}\mathdef1178{D2}~\def\mathdef1179#1{\mathtt{0x#1}}\mathdef1179{01}\)

(reserved)

\(\def\mathdef1180#1{\mathtt{0x#1}}\mathdef1180{FD}~\def\mathdef1181#1{\mathtt{0x#1}}\mathdef1181{D3}~\def\mathdef1182#1{\mathtt{0x#1}}\mathdef1182{01}\)

(reserved)

\(\def\mathdef1183#1{\mathtt{0x#1}}\mathdef1183{FD}~\def\mathdef1184#1{\mathtt{0x#1}}\mathdef1184{D4}~\def\mathdef1185#1{\mathtt{0x#1}}\mathdef1185{01}\)

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

\(\def\mathdef1186#1{\mathtt{0x#1}}\mathdef1186{FD}~~\def\mathdef1187#1{\mathtt{0x#1}}\mathdef1187{D5}~~\def\mathdef1188#1{\mathtt{0x#1}}\mathdef1188{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\mathdef1189#1{\mathtt{0x#1}}\mathdef1189{FD}~~\def\mathdef1190#1{\mathtt{0x#1}}\mathdef1190{D6}~~\def\mathdef1191#1{\mathtt{0x#1}}\mathdef1191{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\mathdef1192#1{\mathtt{0x#1}}\mathdef1192{FD}~~\def\mathdef1193#1{\mathtt{0x#1}}\mathdef1193{D7}~~\def\mathdef1194#1{\mathtt{0x#1}}\mathdef1194{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\mathdef1195#1{\mathtt{0x#1}}\mathdef1195{FD}~~\def\mathdef1196#1{\mathtt{0x#1}}\mathdef1196{D8}~~\def\mathdef1197#1{\mathtt{0x#1}}\mathdef1197{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\mathdef1198#1{\mathtt{0x#1}}\mathdef1198{FD}~~\def\mathdef1199#1{\mathtt{0x#1}}\mathdef1199{D9}~~\def\mathdef1200#1{\mathtt{0x#1}}\mathdef1200{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\mathdef1201#1{\mathtt{0x#1}}\mathdef1201{FD}~~\def\mathdef1202#1{\mathtt{0x#1}}\mathdef1202{DA}~~\def\mathdef1203#1{\mathtt{0x#1}}\mathdef1203{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\mathdef1204#1{\mathtt{0x#1}}\mathdef1204{FD}~~\def\mathdef1205#1{\mathtt{0x#1}}\mathdef1205{DB}~~\def\mathdef1206#1{\mathtt{0x#1}}\mathdef1206{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\mathdef1207#1{\mathtt{0x#1}}\mathdef1207{FD}~~\def\mathdef1208#1{\mathtt{0x#1}}\mathdef1208{DC}~~\def\mathdef1209#1{\mathtt{0x#1}}\mathdef1209{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\mathdef1210#1{\mathtt{0x#1}}\mathdef1210{FD}~~\def\mathdef1211#1{\mathtt{0x#1}}\mathdef1211{DD}~~\def\mathdef1212#1{\mathtt{0x#1}}\mathdef1212{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\mathdef1213#1{\mathtt{0x#1}}\mathdef1213{FD}~~\def\mathdef1214#1{\mathtt{0x#1}}\mathdef1214{DE}~~\def\mathdef1215#1{\mathtt{0x#1}}\mathdef1215{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\mathdef1216#1{\mathtt{0x#1}}\mathdef1216{FD}~~\def\mathdef1217#1{\mathtt{0x#1}}\mathdef1217{DF}~~\def\mathdef1218#1{\mathtt{0x#1}}\mathdef1218{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\mathdef1219#1{\mathtt{0x#1}}\mathdef1219{FD}~~\def\mathdef1220#1{\mathtt{0x#1}}\mathdef1220{E0}~~\def\mathdef1221#1{\mathtt{0x#1}}\mathdef1221{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\mathdef1222#1{\mathtt{0x#1}}\mathdef1222{FD}~~\def\mathdef1223#1{\mathtt{0x#1}}\mathdef1223{E1}~~\def\mathdef1224#1{\mathtt{0x#1}}\mathdef1224{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\mathdef1225#1{\mathtt{0x#1}}\mathdef1225{FD}~\def\mathdef1226#1{\mathtt{0x#1}}\mathdef1226{E2}~\def\mathdef1227#1{\mathtt{0x#1}}\mathdef1227{01}\)

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

\(\def\mathdef1228#1{\mathtt{0x#1}}\mathdef1228{FD}~~\def\mathdef1229#1{\mathtt{0x#1}}\mathdef1229{E3}~~\def\mathdef1230#1{\mathtt{0x#1}}\mathdef1230{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\mathdef1231#1{\mathtt{0x#1}}\mathdef1231{FD}~~\def\mathdef1232#1{\mathtt{0x#1}}\mathdef1232{E4}~~\def\mathdef1233#1{\mathtt{0x#1}}\mathdef1233{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\mathdef1234#1{\mathtt{0x#1}}\mathdef1234{FD}~~\def\mathdef1235#1{\mathtt{0x#1}}\mathdef1235{E5}~~\def\mathdef1236#1{\mathtt{0x#1}}\mathdef1236{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\mathdef1237#1{\mathtt{0x#1}}\mathdef1237{FD}~~\def\mathdef1238#1{\mathtt{0x#1}}\mathdef1238{E6}~~\def\mathdef1239#1{\mathtt{0x#1}}\mathdef1239{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\mathdef1240#1{\mathtt{0x#1}}\mathdef1240{FD}~~\def\mathdef1241#1{\mathtt{0x#1}}\mathdef1241{E7}~~\def\mathdef1242#1{\mathtt{0x#1}}\mathdef1242{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\mathdef1243#1{\mathtt{0x#1}}\mathdef1243{FD}~~\def\mathdef1244#1{\mathtt{0x#1}}\mathdef1244{E8}~~\def\mathdef1245#1{\mathtt{0x#1}}\mathdef1245{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\mathdef1246#1{\mathtt{0x#1}}\mathdef1246{FD}~~\def\mathdef1247#1{\mathtt{0x#1}}\mathdef1247{E9}~~\def\mathdef1248#1{\mathtt{0x#1}}\mathdef1248{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\mathdef1249#1{\mathtt{0x#1}}\mathdef1249{FD}~~\def\mathdef1250#1{\mathtt{0x#1}}\mathdef1250{EA}~~\def\mathdef1251#1{\mathtt{0x#1}}\mathdef1251{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\mathdef1252#1{\mathtt{0x#1}}\mathdef1252{FD}~~\def\mathdef1253#1{\mathtt{0x#1}}\mathdef1253{EB}~~\def\mathdef1254#1{\mathtt{0x#1}}\mathdef1254{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\mathdef1255#1{\mathtt{0x#1}}\mathdef1255{FD}~~\def\mathdef1256#1{\mathtt{0x#1}}\mathdef1256{EC}~~\def\mathdef1257#1{\mathtt{0x#1}}\mathdef1257{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\mathdef1258#1{\mathtt{0x#1}}\mathdef1258{FD}~~\def\mathdef1259#1{\mathtt{0x#1}}\mathdef1259{ED}~~\def\mathdef1260#1{\mathtt{0x#1}}\mathdef1260{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\mathdef1261#1{\mathtt{0x#1}}\mathdef1261{FD}~~\def\mathdef1262#1{\mathtt{0x#1}}\mathdef1262{EF}~~\def\mathdef1263#1{\mathtt{0x#1}}\mathdef1263{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\mathdef1264#1{\mathtt{0x#1}}\mathdef1264{FD}~~\def\mathdef1265#1{\mathtt{0x#1}}\mathdef1265{F0}~~\def\mathdef1266#1{\mathtt{0x#1}}\mathdef1266{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\mathdef1267#1{\mathtt{0x#1}}\mathdef1267{FD}~~\def\mathdef1268#1{\mathtt{0x#1}}\mathdef1268{F1}~~\def\mathdef1269#1{\mathtt{0x#1}}\mathdef1269{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\mathdef1270#1{\mathtt{0x#1}}\mathdef1270{FD}~~\def\mathdef1271#1{\mathtt{0x#1}}\mathdef1271{F2}~~\def\mathdef1272#1{\mathtt{0x#1}}\mathdef1272{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\mathdef1273#1{\mathtt{0x#1}}\mathdef1273{FD}~~\def\mathdef1274#1{\mathtt{0x#1}}\mathdef1274{F3}~~\def\mathdef1275#1{\mathtt{0x#1}}\mathdef1275{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\mathdef1276#1{\mathtt{0x#1}}\mathdef1276{FD}~~\def\mathdef1277#1{\mathtt{0x#1}}\mathdef1277{F4}~~\def\mathdef1278#1{\mathtt{0x#1}}\mathdef1278{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\mathdef1279#1{\mathtt{0x#1}}\mathdef1279{FD}~~\def\mathdef1280#1{\mathtt{0x#1}}\mathdef1280{F5}~~\def\mathdef1281#1{\mathtt{0x#1}}\mathdef1281{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\mathdef1282#1{\mathtt{0x#1}}\mathdef1282{FD}~~\def\mathdef1283#1{\mathtt{0x#1}}\mathdef1283{F6}~~\def\mathdef1284#1{\mathtt{0x#1}}\mathdef1284{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\mathdef1285#1{\mathtt{0x#1}}\mathdef1285{FD}~~\def\mathdef1286#1{\mathtt{0x#1}}\mathdef1286{F7}~~\def\mathdef1287#1{\mathtt{0x#1}}\mathdef1287{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\mathdef1288#1{\mathtt{0x#1}}\mathdef1288{FD}~~\def\mathdef1289#1{\mathtt{0x#1}}\mathdef1289{F8}~~\def\mathdef1290#1{\mathtt{0x#1}}\mathdef1290{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\mathdef1291#1{\mathtt{0x#1}}\mathdef1291{FD}~~\def\mathdef1292#1{\mathtt{0x#1}}\mathdef1292{F9}~~\def\mathdef1293#1{\mathtt{0x#1}}\mathdef1293{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\mathdef1294#1{\mathtt{0x#1}}\mathdef1294{FD}~~\def\mathdef1295#1{\mathtt{0x#1}}\mathdef1295{FA}~~\def\mathdef1296#1{\mathtt{0x#1}}\mathdef1296{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\mathdef1297#1{\mathtt{0x#1}}\mathdef1297{FD}~~\def\mathdef1298#1{\mathtt{0x#1}}\mathdef1298{FB}~~\def\mathdef1299#1{\mathtt{0x#1}}\mathdef1299{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\mathdef1300#1{\mathtt{0x#1}}\mathdef1300{FD}~~\def\mathdef1301#1{\mathtt{0x#1}}\mathdef1301{FC}~~\def\mathdef1302#1{\mathtt{0x#1}}\mathdef1302{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\mathdef1303#1{\mathtt{0x#1}}\mathdef1303{FD}~~\def\mathdef1304#1{\mathtt{0x#1}}\mathdef1304{FD}~~\def\mathdef1305#1{\mathtt{0x#1}}\mathdef1305{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\mathdef1306#1{\mathtt{0x#1}}\mathdef1306{FD}~~\def\mathdef1307#1{\mathtt{0x#1}}\mathdef1307{FE}~~\def\mathdef1308#1{\mathtt{0x#1}}\mathdef1308{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\mathdef1309#1{\mathtt{0x#1}}\mathdef1309{FD}~~\def\mathdef1310#1{\mathtt{0x#1}}\mathdef1310{FF}~~\def\mathdef1311#1{\mathtt{0x#1}}\mathdef1311{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{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_swizzle}}\)

\(\def\mathdef1312#1{\mathtt{0x#1}}\mathdef1312{FD}~~\def\mathdef1313#1{\mathtt{0x#1}}\mathdef1313{80}~~\def\mathdef1314#1{\mathtt{0x#1}}\mathdef1314{02}\)

\([\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{relaxed\_trunc}}\mathsf{\_f32x4\_s}\)

\(\def\mathdef1315#1{\mathtt{0x#1}}\mathdef1315{FD}~~\def\mathdef1316#1{\mathtt{0x#1}}\mathdef1316{81}~~\def\mathdef1317#1{\mathtt{0x#1}}\mathdef1317{02}\)

\([\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{relaxed\_trunc}}\mathsf{\_f32x4\_u}\)

\(\def\mathdef1318#1{\mathtt{0x#1}}\mathdef1318{FD}~~\def\mathdef1319#1{\mathtt{0x#1}}\mathdef1319{82}~~\def\mathdef1320#1{\mathtt{0x#1}}\mathdef1320{02}\)

\([\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{relaxed\_trunc}}\mathsf{\_f64x2\_s}\)

\(\def\mathdef1321#1{\mathtt{0x#1}}\mathdef1321{FD}~~\def\mathdef1322#1{\mathtt{0x#1}}\mathdef1322{83}~~\def\mathdef1323#1{\mathtt{0x#1}}\mathdef1323{02}\)

\([\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{relaxed\_trunc}}\mathsf{\_f64x2\_u}\)

\(\def\mathdef1324#1{\mathtt{0x#1}}\mathdef1324{FD}~~\def\mathdef1325#1{\mathtt{0x#1}}\mathdef1325{84}~~\def\mathdef1326#1{\mathtt{0x#1}}\mathdef1326{02}\)

\([\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{relaxed\_madd}}\)

\(\def\mathdef1327#1{\mathtt{0x#1}}\mathdef1327{FD}~~\def\mathdef1328#1{\mathtt{0x#1}}\mathdef1328{85}~~\def\mathdef1329#1{\mathtt{0x#1}}\mathdef1329{02}\)

\([\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{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_nmadd}}\)

\(\def\mathdef1330#1{\mathtt{0x#1}}\mathdef1330{FD}~~\def\mathdef1331#1{\mathtt{0x#1}}\mathdef1331{86}~~\def\mathdef1332#1{\mathtt{0x#1}}\mathdef1332{02}\)

\([\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{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_madd}}\)

\(\def\mathdef1333#1{\mathtt{0x#1}}\mathdef1333{FD}~~\def\mathdef1334#1{\mathtt{0x#1}}\mathdef1334{87}~~\def\mathdef1335#1{\mathtt{0x#1}}\mathdef1335{02}\)

\([\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{f64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_nmadd}}\)

\(\def\mathdef1336#1{\mathtt{0x#1}}\mathdef1336{FD}~~\def\mathdef1337#1{\mathtt{0x#1}}\mathdef1337{88}~~\def\mathdef1338#1{\mathtt{0x#1}}\mathdef1338{02}\)

\([\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{i8x16}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_laneselect}}\)

\(\def\mathdef1339#1{\mathtt{0x#1}}\mathdef1339{FD}~~\def\mathdef1340#1{\mathtt{0x#1}}\mathdef1340{89}~~\def\mathdef1341#1{\mathtt{0x#1}}\mathdef1341{02}\)

\([\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{i16x8}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_laneselect}}\)

\(\def\mathdef1342#1{\mathtt{0x#1}}\mathdef1342{FD}~~\def\mathdef1343#1{\mathtt{0x#1}}\mathdef1343{8A}~~\def\mathdef1344#1{\mathtt{0x#1}}\mathdef1344{02}\)

\([\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{i32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_laneselect}}\)

\(\def\mathdef1345#1{\mathtt{0x#1}}\mathdef1345{FD}~~\def\mathdef1346#1{\mathtt{0x#1}}\mathdef1346{8B}~~\def\mathdef1347#1{\mathtt{0x#1}}\mathdef1347{02}\)

\([\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{i64x2}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_laneselect}}\)

\(\def\mathdef1348#1{\mathtt{0x#1}}\mathdef1348{FD}~~\def\mathdef1349#1{\mathtt{0x#1}}\mathdef1349{8C}~~\def\mathdef1350#1{\mathtt{0x#1}}\mathdef1350{02}\)

\([\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{f32x4}}.\href{../syntax/instructions.html#syntax-instr-vec}{\mathsf{relaxed\_min}}\)

\(\def\mathdef1351#1{\mathtt{0x#1}}\mathdef1351{FD}~~\def\mathdef1352#1{\mathtt{0x#1}}\mathdef1352{8D}~~\def\mathdef1353#1{\mathtt{0x#1}}\mathdef1353{02}\)

\([\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{relaxed\_max}}\)

\(\def\mathdef1354#1{\mathtt{0x#1}}\mathdef1354{FD}~~\def\mathdef1355#1{\mathtt{0x#1}}\mathdef1355{8E}~~\def\mathdef1356#1{\mathtt{0x#1}}\mathdef1356{02}\)

\([\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{relaxed\_min}}\)

\(\def\mathdef1357#1{\mathtt{0x#1}}\mathdef1357{FD}~~\def\mathdef1358#1{\mathtt{0x#1}}\mathdef1358{8F}~~\def\mathdef1359#1{\mathtt{0x#1}}\mathdef1359{02}\)

\([\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{relaxed\_max}}\)

\(\def\mathdef1360#1{\mathtt{0x#1}}\mathdef1360{FD}~~\def\mathdef1361#1{\mathtt{0x#1}}\mathdef1361{90}~~\def\mathdef1362#1{\mathtt{0x#1}}\mathdef1362{02}\)

\([\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{relaxed\_q15mulr\_s}}\)

\(\def\mathdef1363#1{\mathtt{0x#1}}\mathdef1363{FD}~~\def\mathdef1364#1{\mathtt{0x#1}}\mathdef1364{91}~~\def\mathdef1365#1{\mathtt{0x#1}}\mathdef1365{02}\)

\([\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{relaxed\_dot}}\mathsf{\_i8x16\_i7x16\_s}\)

\(\def\mathdef1366#1{\mathtt{0x#1}}\mathdef1366{FD}~~\def\mathdef1367#1{\mathtt{0x#1}}\mathdef1367{92}~~\def\mathdef1368#1{\mathtt{0x#1}}\mathdef1368{02}\)

\([\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{relaxed\_dot}}\mathsf{\_i8x16\_i7x16\_add\_s}\)

\(\def\mathdef1369#1{\mathtt{0x#1}}\mathdef1369{FD}~~\def\mathdef1370#1{\mathtt{0x#1}}\mathdef1370{93}~~\def\mathdef1371#1{\mathtt{0x#1}}\mathdef1371{02}\)

\([\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

(reserved)

\(\def\mathdef1372#1{\mathtt{0x#1}}\mathdef1372{FE}\)

(reserved)

\(\def\mathdef1373#1{\mathtt{0x#1}}\mathdef1373{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.