Home
last modified time | relevance | path

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

/external/libunwind/src/x86/
DGos-linux.c148 int ret, is_fpstate = 0; in x86_get_scratch_loc() local
190 case UNW_X86_FCW: is_fpstate = 1; off = LINUX_FPSTATE_CW_OFF; break; in x86_get_scratch_loc()
191 case UNW_X86_FSW: is_fpstate = 1; off = LINUX_FPSTATE_SW_OFF; break; in x86_get_scratch_loc()
192 case UNW_X86_FTW: is_fpstate = 1; off = LINUX_FPSTATE_TAG_OFF; break; in x86_get_scratch_loc()
193 case UNW_X86_FCS: is_fpstate = 1; off = LINUX_FPSTATE_CSSEL_OFF; break; in x86_get_scratch_loc()
194 case UNW_X86_FIP: is_fpstate = 1; off = LINUX_FPSTATE_IPOFF_OFF; break; in x86_get_scratch_loc()
195 case UNW_X86_FEA: is_fpstate = 1; off = LINUX_FPSTATE_DATAOFF_OFF; break; in x86_get_scratch_loc()
196 case UNW_X86_FDS: is_fpstate = 1; off = LINUX_FPSTATE_DATASEL_OFF; break; in x86_get_scratch_loc()
197 case UNW_X86_MXCSR: is_fpstate = 1; off = LINUX_FPSTATE_MXCSR_OFF; break; in x86_get_scratch_loc()
202 is_fpstate = 1; in x86_get_scratch_loc()
[all …]
DGos-freebsd.c146 int ret, is_fpstate = 0, is_xmmstate = 0; in x86_get_scratch_loc() local
199 is_fpstate = 1; in x86_get_scratch_loc()
204 is_fpstate = 1; in x86_get_scratch_loc()
209 is_fpstate = 1; in x86_get_scratch_loc()
214 is_fpstate = 1; in x86_get_scratch_loc()
219 is_fpstate = 1; in x86_get_scratch_loc()
224 is_fpstate = 1; in x86_get_scratch_loc()
229 is_fpstate = 1; in x86_get_scratch_loc()
234 is_fpstate = 1; in x86_get_scratch_loc()
242 is_fpstate = 1; in x86_get_scratch_loc()
[all …]