MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / visit_i64_rotr

Method visit_i64_rotr

winch/codegen/src/visitor.rs:1500–1504  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1498 }
1499
1500 fn visit_i64_rotr(&mut self) -> Self::Output {
1501 use ShiftKind::*;
1502
1503 self.context.i64_shift(self.masm, Rotr)
1504 }
1505
1506 fn visit_end(&mut self) -> Self::Output {
1507 if !self.context.reachable {

Callers

nothing calls this directly

Calls 1

i64_shiftMethod · 0.45

Tested by

no test coverage detected