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

Function push_register

objdiff-core/src/arch/arm64.rs:2003–2006  ·  view source on GitHub ↗
(args: &mut Cb, size: SizeCode, reg: u16, sp: bool)

Source from the content-addressed store, hash-verified

2001
2002#[inline]
2003fn push_register<Cb>(args: &mut Cb, size: SizeCode, reg: u16, sp: bool)
2004where Cb: FnMut(InstructionPart<'static>) {
2005 push_opaque(args, reg_name(size, reg, sp));
2006}
2007
2008#[inline]
2009fn push_shift<Cb>(args: &mut Cb, style: ShiftStyle, amount: u8)

Callers 2

display_instructionFunction · 0.85
push_operandFunction · 0.85

Calls 2

push_opaqueFunction · 0.85
reg_nameFunction · 0.85

Tested by

no test coverage detected