Searched refs:fstcw (Results 1 - 13 of 13) sorted by relevance
/external/libvpx/libvpx/vpx_ports/ |
H A D | emms.asm | 34 fstcw [rsp]
|
H A D | x86.h | 263 __asm__ __volatile__("fstcw %0\n\t":"=m"(*&mode):); 274 asm volatile("fstcw %0\n\t":"=m"(*&mode):); 291 __asm { fstcw mode }
|
/external/valgrind/coregrind/m_dispatch/ |
H A D | dispatch-x86-darwin.S | 130 fstcw (%esp)
|
H A D | dispatch-x86-linux.S | 131 fstcw (%esp)
|
H A D | dispatch-x86-solaris.S | 131 fstcw (%esp)
|
H A D | dispatch-amd64-darwin.S | 132 fstcw (%rsp)
|
H A D | dispatch-amd64-linux.S | 133 fstcw (%rsp)
|
H A D | dispatch-amd64-solaris.S | 133 fstcw (%rsp)
|
/external/llvm/test/MC/X86/ |
H A D | x86-64.s | 489 fstcw (%rsp) label 494 fstcw (%rsp) label
|
H A D | x86-16.s | 738 fstcw 0x7eed
|
H A D | x86-32.s | 814 fstcw 0x7eed
|
/external/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 774 #define FSTCW(a) CHOICE(fstcw a, wait; fnstcw a, wait; fstcw a) 775 #define FNSTCW(a) CHOICE(fnstcw a, fnstcw a, fstcw a) 1495 #define FSTCW(a) fstcw a
|
/external/valgrind/perf/ |
H A D | tinycc.c | 3438 DEF_ASM_OP1(fstcw, 0xd9, 7, OPC_MODRM | OPC_FWAIT, OPT_EA ) 3895 DEF_ASM_OP1(fstcw, 0xd9, 7, OPC_MODRM | OPC_FWAIT, OPT_EA ) 4770 DEF_ASM_OP1(fstcw, 0xd9, 7, OPC_MODRM | OPC_FWAIT, OPT_EA ) 5227 DEF_ASM_OP1(fstcw, 0xd9, 7, OPC_MODRM | OPC_FWAIT, OPT_EA ) 15477 DEF_ASM_OP1(fstcw, 0xd9, 7, OPC_MODRM | OPC_FWAIT, OPT_EA ) 15939 DEF_ASM_OP1(fstcw, 0xd9, 7, OPC_MODRM | OPC_FWAIT, OPT_EA )
|
Completed in 613 milliseconds