Searched defs:Binop (Results 1 – 5 of 5) sorted by relevance
15 public abstract class Binop extends Instruction { class19 public Binop(NumericType type, Value dest, Value left, Value right) { in Binop() method in Binop
393 Node Binop(wasm::WasmOpcode Opcode, Node Left, Node Right) { in Binop() function in IceBuilder
429 } Binop; member
522 Node* WasmGraphBuilder::Binop(wasm::WasmOpcode opcode, Node* left, Node* right, in Binop() function in v8::internal::compiler::WasmGraphBuilder
2073 } Binop; member