Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_ports/
Demms.asm34 fstcw [rsp]
Dx86.h302 __asm { fstcw mode } in x87_get_control_word()
/external/valgrind/coregrind/m_dispatch/
Ddispatch-x86-linux.S131 fstcw (%esp)
Ddispatch-x86-darwin.S130 fstcw (%esp)
Ddispatch-x86-solaris.S131 fstcw (%esp)
Ddispatch-amd64-darwin.S132 fstcw (%rsp)
Ddispatch-amd64-solaris.S133 fstcw (%rsp)
Ddispatch-amd64-linux.S133 fstcw (%rsp)
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-64.s472 fstcw (%rsp) label
477 fstcw (%rsp) label
Dx86-32.s766 fstcw 0x7eed
/external/llvm/test/MC/X86/
Dx86-64.s510 fstcw (%rsp) label
515 fstcw (%rsp) label
Dx86-16.s738 fstcw 0x7eed
Dx86-32.s863 fstcw 0x7eed
/external/mesa3d/src/mesa/x86/
Dassyntax.h774 #define FSTCW(a) CHOICE(fstcw a, wait; fnstcw a, wait; fstcw a)
775 #define FNSTCW(a) CHOICE(fnstcw a, fnstcw a, fstcw a)
1487 #define FSTCW(a) fstcw a
/external/valgrind/perf/
Dtinycc.c3436 DEF_ASM_OP1(fstcw, 0xd9, 7, OPC_MODRM | OPC_FWAIT, OPT_EA )
3893 DEF_ASM_OP1(fstcw, 0xd9, 7, OPC_MODRM | OPC_FWAIT, OPT_EA )
4768 DEF_ASM_OP1(fstcw, 0xd9, 7, OPC_MODRM | OPC_FWAIT, OPT_EA )
5225 DEF_ASM_OP1(fstcw, 0xd9, 7, OPC_MODRM | OPC_FWAIT, OPT_EA )
15475 DEF_ASM_OP1(fstcw, 0xd9, 7, OPC_MODRM | OPC_FWAIT, OPT_EA )
15937 DEF_ASM_OP1(fstcw, 0xd9, 7, OPC_MODRM | OPC_FWAIT, OPT_EA )
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp4914 fstcw cw in configureFPU()