MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / scalar_bin_op_64

Function scalar_bin_op_64

crates/parser/src/optimize.rs:654–656  ·  view source on GitHub ↗
(instr: Instruction)

Source from the content-addressed store, hash-verified

652}
653
654fn scalar_bin_op_64(instr: Instruction) -> Option<BinOp> {
655 int_bin_op_64(instr).or_else(|| float_bin_op_64(instr))
656}
657
658fn scalar_const_32(instr: Instruction, op_instr: Instruction) -> Option<i32> {
659 match instr {

Callers

nothing calls this directly

Calls 2

int_bin_op_64Function · 0.85
float_bin_op_64Function · 0.85

Tested by

no test coverage detected