Searched defs:Unop (Results 1 – 3 of 3) sorted by relevance
710 Node Unop(wasm::WasmOpcode Opcode, Node Input) { in Unop() function in IceBuilder
3935 void Unop(Simulator* simulator, int Vd, int Vm, std::function<T(T)> unop) { in Unop() function
1126 Node* WasmGraphBuilder::Unop(wasm::WasmOpcode opcode, Node* input, in Unop() function in v8::internal::compiler::WasmGraphBuilder