Searched refs:ia64_fpreg (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | ptrace.h | 144 struct ia64_fpreg f6; /* scratch */ 145 struct ia64_fpreg f7; /* scratch */ 146 struct ia64_fpreg f8; /* scratch */ 147 struct ia64_fpreg f9; /* scratch */ 148 struct ia64_fpreg f10; /* scratch */ 149 struct ia64_fpreg f11; /* scratch */ 161 struct ia64_fpreg f2; /* preserved */ 162 struct ia64_fpreg f3; /* preserved */ 163 struct ia64_fpreg f4; /* preserved */ 164 struct ia64_fpreg f5; /* preserved */ [all …]
|
H A D | sigcontext.h | 55 struct ia64_fpreg sc_fr[128]; /* floating-point registers */
|
H A D | fpu.h | 58 struct ia64_fpreg { struct
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | unaligned.c | 977 mem2float_extended (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_extended() 985 mem2float_integer (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_integer() 993 mem2float_single (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_single() 1001 mem2float_double (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_double() 1009 float2mem_extended (struct ia64_fpreg *init, struct ia64_fpreg *final) in float2mem_extended() 1017 float2mem_integer (struct ia64_fpreg *init, struct ia64_fpreg *final) in float2mem_integer() 1025 float2mem_single (struct ia64_fpreg *init, struct ia64_fpreg *final) in float2mem_single() 1033 float2mem_double (struct ia64_fpreg *init, struct ia64_fpreg *final) in float2mem_double() 1149 struct ia64_fpreg fpr_init; in emulate_load_float() 1150 struct ia64_fpreg fpr_final; in emulate_load_float() [all …]
|
H A D | esi.c | 93 struct ia64_fpreg fr[6]; in ia64_esi_call() 144 struct ia64_fpreg fr[6]; in ia64_esi_call_phys()
|
H A D | efi.c | 80 struct ia64_fpreg fr[6]; \ 97 struct ia64_fpreg fr[6]; \ 112 struct ia64_fpreg fr[6]; \ 127 struct ia64_fpreg fr[6]; \ 146 struct ia64_fpreg fr[6]; \ 166 struct ia64_fpreg fr[6]; \ 183 struct ia64_fpreg fr[6]; \ 199 struct ia64_fpreg fr[6]; \ 215 struct ia64_fpreg fr[6]; \
|
H A D | ptrace.c | 771 struct ia64_fpreg fpval; in ptrace_getregs() 877 sizeof(struct ia64_fpreg) * 6); in ptrace_getregs() 882 sizeof(struct ia64_fpreg) * 4); in ptrace_getregs() 916 struct ia64_fpreg fpval; in ptrace_setregs()
|
H A D | unwind.c | 446 unw_access_fr (struct unw_frame_info *info, int regnum, struct ia64_fpreg *val, int write) in unw_access_fr() 448 struct ia64_fpreg *addr = NULL; in unw_access_fr()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | unwind.h | 90 struct ia64_fpreg *f2_loc, *f3_loc, *f4_loc, *f5_loc, *fr_loc[16]; 194 extern int unw_access_fr (struct unw_frame_info *, int, struct ia64_fpreg *, int); 211 unw_set_fr (struct unw_frame_info *i, int n, struct ia64_fpreg v) in unw_set_fr()
|
H A D | processor.h | 281 struct ia64_fpreg fph[96]; /* saved/loaded on demand */ 400 extern void __ia64_save_fpu (struct ia64_fpreg *fph); 401 extern void __ia64_load_fpu (struct ia64_fpreg *fph); 418 ia64_save_fpu (struct ia64_fpreg *fph) { in ia64_save_fpu() 426 ia64_load_fpu (struct ia64_fpreg *fph) { in ia64_load_fpu()
|
H A D | sal.h | 55 struct ia64_fpreg __ia64_sc_fr[6]; \ 68 struct ia64_fpreg __ia64_scn_fr[6]; \ 77 struct ia64_fpreg __ia64_scs_fr[6]; \ 393 struct ia64_fpreg __attribute__ ((packed)) fr[128]; 886 struct ia64_fpreg fp[20];
|
H A D | pal.h | 797 extern void ia64_save_scratch_fpregs (struct ia64_fpreg *); 798 extern void ia64_load_scratch_fpregs (struct ia64_fpreg *); 801 struct ia64_fpreg fr[6]; \ 808 struct ia64_fpreg fr[6]; \ 815 struct ia64_fpreg fr[6]; \ 822 struct ia64_fpreg fr[6]; \
|
H A D | elf.h | 185 typedef struct ia64_fpreg elf_fpreg_t;
|