Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.cc1620 wasm::WasmOpcode NeOp(const MachineType& ty) { in NeOp() function
1647 return builder->Binop(NeOp(float_ty), trunc, check); in ConvertTrapTest()
1699 Node* nan_test = Binop(NeOp(float_ty), input, input); in BuildIntConvertFloat()
1987 Node* nan_test = Binop(NeOp(float_ty), input, input); in BuildCcallConvertFloat()