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

Function push_signed

objdiff-core/src/arch/arm64.rs:2069–2073  ·  view source on GitHub ↗
(args: &mut Cb, v: i64)

Source from the content-addressed store, hash-verified

2067
2068#[inline]
2069fn push_signed<Cb>(args: &mut Cb, v: i64)
2070where Cb: FnMut(InstructionPart<'static>) {
2071 push_plain(args, "#");
2072 args(InstructionPart::signed(v));
2073}
2074
2075/// Relocations that appear in Operand::PCOffset.
2076fn is_pc_offset_reloc(reloc: Option<ResolvedRelocation>) -> Option<ResolvedRelocation> {

Callers 1

push_operandFunction · 0.85

Calls 1

push_plainFunction · 0.85

Tested by

no test coverage detected