MCPcopy Index your code
hub / github.com/encounter/objdiff / write_fpscr

Method write_fpscr

objdiff-core/src/arch/arm.rs:614–614  ·  view source on GitHub ↗
(&mut self, fpscr: unarm::Fpscr)

Source from the content-addressed store, hash-verified

612 fn write_dreg(&mut self, dreg: unarm::Dreg) -> core::fmt::Result { self.write_opaque(dreg) }
613
614 fn write_fpscr(&mut self, fpscr: unarm::Fpscr) -> core::fmt::Result { self.write_opaque(fpscr) }
615
616 fn write_addr_ldr_str(&mut self, addr_ldr_str: unarm::AddrLdrStr) -> core::fmt::Result {
617 addr_ldr_str.write(self)?;

Callers

nothing calls this directly

Calls 1

write_opaqueMethod · 0.80

Tested by

no test coverage detected