Searched refs:fxsave (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Do64.asm2 fxsave [0] label
3 o64 fxsave [0]
H A Dtwobytemem.asm8 fxsave [0x200] label
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_x86_64.cpp627 ::memcpy(m_fpr.xstate.fxsave.xmm[reg - fpu_ymm0].bytes,
637 ::memcpy(m_fpr.xstate.fxsave.xmm[reg - fpu_ymm0].bytes,
656 m_fpr.xstate.fxsave.xmm[reg - fpu_ymm0].bytes,
665 m_fpr.xstate.fxsave.xmm[reg - fpu_ymm0].bytes,
713 value.SetBytes(m_fpr.xstate.fxsave.stmm[reg - fpu_stmm0].bytes, reg_info->byte_size, byte_order);
716 value.SetBytes(m_fpr.xstate.fxsave.xmm[reg - fpu_xmm0].bytes, reg_info->byte_size, byte_order);
736 value = m_fpr.xstate.fxsave.dp;
739 value = m_fpr.xstate.fxsave.fcw;
742 value = m_fpr.xstate.fxsave.fsw;
745 value = m_fpr.xstate.fxsave
[all...]
H A DRegisterContext_x86_64.h307 FXSAVE fxsave; // Generic floating-point registers. member in union:RegisterContext_x86_64::FPR::XSTATE
/external/libunwind/src/x86/
H A Dgetcontext-freebsd.S76 * Require CPU with fxsave implemented, and enabled by OS.
85 fxsave (%edx) /* fast path, passed ucontext save area was aligned */
98 fxsave (%edx)
/external/libunwind/src/x86_64/
H A Dgetcontext.S68 fxsave UC_MCONTEXT_FPSTATE(%rdi)
/external/qemu/target-i386/
H A Dhelper.h191 DEF_HELPER_3(fxsave, void, env, tl, int)
/external/llvm/test/MC/X86/
H A Dx86-32-coverage.s4435 // CHECK: fxsave 3735928559(%ebx,%ecx,8)
4437 fxsave 0xdeadbeef(%ebx,%ecx,8)
4439 // CHECK: fxsave 32493
4441 fxsave 0x7eed
4443 // CHECK: fxsave 3133065982
4445 fxsave 0xbabecafe
4447 // CHECK: fxsave 305419896
4449 fxsave 0x12345678
14129 // CHECK: fxsave 3735928559(%ebx,%ecx,8)
14130 fxsave
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c3454 DEF_ASM_OP1(fxsave, 0x0fae, 0, OPC_MODRM, OPT_EA )
3911 DEF_ASM_OP1(fxsave, 0x0fae, 0, OPC_MODRM, OPT_EA )
4786 DEF_ASM_OP1(fxsave, 0x0fae, 0, OPC_MODRM, OPT_EA )
5243 DEF_ASM_OP1(fxsave, 0x0fae, 0, OPC_MODRM, OPT_EA )
15493 DEF_ASM_OP1(fxsave, 0x0fae, 0, OPC_MODRM, OPT_EA )
15955 DEF_ASM_OP1(fxsave, 0x0fae, 0, OPC_MODRM, OPT_EA )
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dx86insn_nasm.gperf281 fxsave, twobytemem_insn, 1, SUF_Z, 0x00, 0x0F, 0xAE, 0, CPU_686, CPU_FPU, 0
H A Dx86insn_gas.gperf540 fxsave, twobytemem_insn, 1, SUF_Z, 0x00, 0x0F, 0xAE, 0, CPU_686, CPU_FPU, 0
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h1672 #define FXSAVE(a) fxsave P_ARG1(a)
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h1672 #define FXSAVE(a) fxsave P_ARG1(a)

Completed in 658 milliseconds