MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / layout_label_after_two_nops

Function layout_label_after_two_nops

crates/asm-to-binary/src/assembler/mod.rs:273–283  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271 );
272 }
273 }
274
275 #[test]
276 fn float_reg_round_trips_all() {
277 for r in 0u8..=31 {
278 let name = reg_name(r, true);
279 assert_eq!(
280 parse_float_reg(&name),
281 Some(r),
282 "float reg {r} ({name}) did not round-trip"
283 );
284 }
285 }
286

Callers

nothing calls this directly

Calls 1

compute_layoutFunction · 0.85

Tested by

no test coverage detected