Home | History | Annotate | Download | only in wasm

Lines Matching refs:Operand

332           int length = Operand<uint8_t>(pc_);
346 int length = Operand<uint8_t>(pc_);
375 uint32_t depth = Operand<uint8_t>(pc_);
384 uint32_t depth = Operand<uint8_t>(pc_);
448 int32_t value = Operand<int8_t>(pc_);
454 int32_t value = Operand<int32_t>(pc_);
460 int64_t value = Operand<int64_t>(pc_);
466 float value = Operand<float>(pc_);
472 double value = Operand<double>(pc_);
757 "select operand should be expression");
778 uint32_t depth = Operand<uint8_t>(p->pc());
791 uint32_t depth = Operand<uint8_t>(p->pc());
1289 // Load an operand at [pc + 1].
1291 V Operand(const byte* pc) {
1293 const char* msg = "Expected operand following opcode";
1296 msg = "Expected 1-byte operand following opcode";
1299 msg = "Expected 2-byte operand following opcode";
1302 msg = "Expected 4-byte operand following opcode";
1367 byte bitfield = Operand<uint8_t>(pc);