Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc2106 wasm::WasmOpcode NeOp(const MachineType& ty) { in NeOp() function
2133 return builder->Binop(NeOp(float_ty), trunc, check); in ConvertTrapTest()
2188 Node* nan_test = Binop(NeOp(float_ty), input, input); in BuildIntConvertFloat()
2443 Node* nan_test = Binop(NeOp(float_ty), input, input); in BuildCcallConvertFloat()