Home
last modified time | relevance | path

Searched defs:pad_i32 (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_target/src/abi/call/
Dsparc.rs25 let pad_i32 = !offset.is_aligned(align); in classify_arg() localVariable
Dmips.rs25 let pad_i32 = !offset.is_aligned(align); in classify_arg() localVariable