Home
last modified time | relevance | path

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

/third_party/libunwind/src/x86/
DGos-linux.c146 int ret, is_fpstate = 0; in x86_get_scratch_loc() local
188 case UNW_X86_FCW: is_fpstate = 1; off = LINUX_FPSTATE_CW_OFF; break; in x86_get_scratch_loc()
189 case UNW_X86_FSW: is_fpstate = 1; off = LINUX_FPSTATE_SW_OFF; break; in x86_get_scratch_loc()
190 case UNW_X86_FTW: is_fpstate = 1; off = LINUX_FPSTATE_TAG_OFF; break; in x86_get_scratch_loc()
191 case UNW_X86_FCS: is_fpstate = 1; off = LINUX_FPSTATE_CSSEL_OFF; break; in x86_get_scratch_loc()
192 case UNW_X86_FIP: is_fpstate = 1; off = LINUX_FPSTATE_IPOFF_OFF; break; in x86_get_scratch_loc()
193 case UNW_X86_FEA: is_fpstate = 1; off = LINUX_FPSTATE_DATAOFF_OFF; break; in x86_get_scratch_loc()
194 case UNW_X86_FDS: is_fpstate = 1; off = LINUX_FPSTATE_DATASEL_OFF; break; in x86_get_scratch_loc()
195 case UNW_X86_MXCSR: is_fpstate = 1; off = LINUX_FPSTATE_MXCSR_OFF; break; in x86_get_scratch_loc()
200 is_fpstate = 1; in x86_get_scratch_loc()
[all …]
DGos-freebsd.c160 int ret, is_fpstate = 0, is_xmmstate = 0; in x86_get_scratch_loc() local
213 is_fpstate = 1; in x86_get_scratch_loc()
218 is_fpstate = 1; in x86_get_scratch_loc()
223 is_fpstate = 1; in x86_get_scratch_loc()
228 is_fpstate = 1; in x86_get_scratch_loc()
233 is_fpstate = 1; in x86_get_scratch_loc()
238 is_fpstate = 1; in x86_get_scratch_loc()
243 is_fpstate = 1; in x86_get_scratch_loc()
248 is_fpstate = 1; in x86_get_scratch_loc()
256 is_fpstate = 1; in x86_get_scratch_loc()
[all …]