Lines Matching refs:WasmOpcode
904 F(NextInstruction, WasmOpcode) \
913 F(BinOp, WasmOpcode opcode, const Value& lhs, const Value& rhs, \
939 F(UnOp, WasmOpcode opcode, const Value& value, Value* result) \
991 F(SimdOp, WasmOpcode opcode, base::Vector<Value> args, Value* result) \
992 F(SimdLaneOp, WasmOpcode opcode, const SimdLaneImmediate<validate>& imm, \
1004 F(AtomicOp, WasmOpcode opcode, base::Vector<Value> args, \
1195 WasmOpcode opcode = static_cast<WasmOpcode>(*pc);
1376 bool Validate(const byte* pc, WasmOpcode opcode,
1573 WasmOpcode opcode = static_cast<WasmOpcode>(*pc);
1934 WasmOpcode opcode = static_cast<WasmOpcode>(*pc);
2294 WasmOpcode opcode = static_cast<WasmOpcode>(*pc);
2296 return WasmOpcodes::OpcodeName(static_cast<WasmOpcode>(opcode));
2386 WasmOpcode opcode = static_cast<WasmOpcode>(first_byte);
2433 bool CheckSimdFeatureFlagOpcode(WasmOpcode opcode) {
2454 WasmOpcode opcode = static_cast<WasmOpcode>(*decoder->pc());
2458 void AppendOpcode(WasmOpcode opcode) {
2536 void AppendOpcode(WasmOpcode) {}
2544 static int Decode##name(WasmFullDecoder* decoder, WasmOpcode opcode) { \
2548 V8_INLINE int Decode##name##Impl(TraceLine* trace_msg, WasmOpcode opcode)
3421 WasmOpcode full_opcode = this->template read_prefixed_opcode<validate>(
3441 WasmOpcode full_opcode = this->template read_prefixed_opcode<validate>(
3454 WasmOpcode full_opcode = this->template read_prefixed_opcode<validate>(
3463 WasmOpcode full_opcode = this->template read_prefixed_opcode<validate>(
3487 static int NonConstError(WasmFullDecoder* decoder, WasmOpcode opcode) {
3493 using OpcodeHandler = int (*)(WasmFullDecoder*, WasmOpcode);
3792 int DecodeLoadLane(WasmOpcode opcode, LoadType type, uint32_t opcode_length) {
3810 int DecodeStoreLane(WasmOpcode opcode, StoreType type,
3847 uint32_t SimdExtractLane(WasmOpcode opcode, ValueType type,
3861 uint32_t SimdReplaceLane(WasmOpcode opcode, ValueType type,
3889 uint32_t DecodeSimdOpcode(WasmOpcode opcode, uint32_t opcode_length) {
4052 int DecodeGCOpcode(WasmOpcode opcode, uint32_t opcode_length) {
4928 uint32_t DecodeAtomicOpcode(WasmOpcode opcode, uint32_t opcode_length) {
4991 unsigned DecodeNumericOpcode(WasmOpcode opcode, uint32_t opcode_length) {
5416 int BuildSimplePrototypeOperator(WasmOpcode opcode) {
5424 int BuildSimpleOperator(WasmOpcode opcode, const FunctionSig* sig) {
5438 int BuildSimpleOperator(WasmOpcode opcode, ValueType return_type,
5449 int BuildSimpleOperator(WasmOpcode opcode, ValueType return_type,
5466 int BuildSimpleOperator_##sig(WasmOpcode opcode) { \