Searched refs:TeeLocal (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/wasm/ | ||
D | wasm-opcodes.cc | 150 CASE_OP(TeeLocal, "tee_local") in OpcodeName() |
D | wasm-opcodes.h | 54 V(TeeLocal, 0x22, _) \ |
D | function-body-decoder-impl.h | 630 F(TeeLocal, const Value& value, Value* result, \ |
D | function-body-decoder.cc | 263 void TeeLocal(FullDecoder* decoder, const Value& value, Value* result, in TeeLocal() function in v8::internal::wasm::__anonfbb27c440111::WasmGraphBuildingInterface |
/external/v8/src/wasm/baseline/ | ||
D | liftoff-compiler.cc | 1132 void TeeLocal(FullDecoder* decoder, const Value& value, Value* result, in TeeLocal() function in v8::internal::wasm::__anon2863bf240111::LiftoffCompiler |