Home
last modified time | relevance | path

Searched refs:TeeLocal (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dwasm-opcodes.cc150 CASE_OP(TeeLocal, "tee_local") in OpcodeName()
Dwasm-opcodes.h54 V(TeeLocal, 0x22, _) \
Dfunction-body-decoder-impl.h630 F(TeeLocal, const Value& value, Value* result, \
1765 CALL_INTERFACE_IF_REACHABLE(TeeLocal, value, result, imm); in DecodeFunctionBody()
Dfunction-body-decoder.cc263 void TeeLocal(FullDecoder* decoder, const Value& value, Value* result, in TeeLocal() function in v8::internal::wasm::__anonfbb27c440111::WasmGraphBuildingInterface
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1132 void TeeLocal(FullDecoder* decoder, const Value& value, Value* result, in TeeLocal() function in v8::internal::wasm::__anon2863bf240111::LiftoffCompiler