Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/math-emu/
H A Dfpudispatch.c185 u_int fpu_type_flags; in fpudispatch() local
192 fpu_type_flags=fpregs[FPU_TYPE_FLAG_POS]; /* get fpu type flags */ in fpudispatch()
196 if (fpu_type_flags & PA2_0_FPU_FLAG) in fpudispatch()
240 u_int fpu_type_flags; in emfpudispatch() local
245 fpu_type_flags=fpregs[FPU_TYPE_FLAG_POS]; /* get fpu type flags */ in emfpudispatch()
250 if (fpu_type_flags & PA2_0_FPU_FLAG) in emfpudispatch()
282 u_int fpu_type_flags; in decode_0c() local
537 fpu_type_flags=fpregs[FPU_TYPE_FLAG_POS]; in decode_0c()
541 if (fpu_type_flags & PA2_0_FPU_FLAG) { in decode_0c()
569 fpu_type_flags, subop); in decode_0c()
[all …]