Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/stdarch-verify/tests/
H A Darm.rs81 static I64X1X4: Type = Type::I(64, 1, 4); variable
894 "int64x1x4_t" => &I64X1X4, in parse_ty_base()
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/stdarch-verify/src/
H A Dlib.rs246 "int64x1x4_t" => quote! { &I64X1X4 }, in to_type()