Home
last modified time | relevance | path

Searched refs:src_narrow (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Dcranelift.rs602 let src_narrow = if ty != I64 { in translate_program() localVariable
608 let res = bcx.ins().bswap(src_narrow); in translate_program()