Home
last modified time | relevance | path

Searched refs:fpreg_t (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/arch/s390x/bits/
H A Dsignal.h21 } fpreg_t; typedef
25 fpreg_t fprs[16];
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H A Ds390x.rs95 pub struct fpreg_t { structure names
103 impl PartialEq for fpreg_t {
104 fn eq(&self, other: &fpreg_t) -> bool { in eq()
109 impl Eq for fpreg_t {}
111 impl ::fmt::Debug for fpreg_t {
113 f.debug_struct("fpreg_t") in fmt()
119 impl ::hash::Hash for fpreg_t {
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
H A Ds390x.rs165 pub fprs: [fpreg_t; 16],
216 pub struct fpreg_t { structure names
224 impl PartialEq for fpreg_t {
225 fn eq(&self, other: &fpreg_t) -> bool { in eq()
230 impl Eq for fpreg_t {}
232 impl ::fmt::Debug for fpreg_t {
234 f.debug_struct("fpreg_t") in fmt()
240 impl ::hash::Hash for fpreg_t {

Completed in 6 milliseconds