Searched refs:fnstcw (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcompiler.h416 __asm__ ( "fnstcw %0" : "=m" (*&(x)) ); \
423 __asm__ ( "fnstcw %0" : "=m" (*&(x)) ); \
440 "fnstcw word ptr [eax]" \
471 __asm fnstcw word ptr [x]\
477 __asm fnstcw word ptr [x]\
/external/mesa3d/src/mesa/main/
H A Dcompiler.h416 __asm__ ( "fnstcw %0" : "=m" (*&(x)) ); \
423 __asm__ ( "fnstcw %0" : "=m" (*&(x)) ); \
440 "fnstcw word ptr [eax]" \
471 __asm fnstcw word ptr [x]\
477 __asm fnstcw word ptr [x]\
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dgenopcode.asm146 fnstcw [4] label
/external/llvm/test/MC/X86/
H A Dx86-16.s724 // CHECK: fnstcw 32493
728 // CHECK: fnstcw 32493
730 fnstcw 0x7eed
H A Dx86-32.s800 // CHECK: fnstcw 32493
804 // CHECK: fnstcw 32493
806 fnstcw 0x7eed
H A Dx86-32-coverage.s491 // CHECK: fnstcw 3735928559(%ebx,%ecx,8)
492 fnstcw 0xdeadbeef(%ebx,%ecx,8)
4331 // CHECK: fnstcw 3735928559(%ebx,%ecx,8)
4333 fnstcw 0xdeadbeef(%ebx,%ecx,8)
4335 // CHECK: fnstcw 3133065982
4337 fnstcw 0xbabecafe
4339 // CHECK: fnstcw 305419896
4341 fnstcw 0x12345678
14054 // CHECK: fnstcw 3735928559(%ebx,%ecx,8)
14055 fnstcw
[all...]
/external/qemu/target-i386/
H A Dhelper.h166 DEF_HELPER_1(fnstcw, i32, env)
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-x87.cc383 __ fnstcw(Operand(ebx, ecx, times_4, 10000));
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.h897 void fnstcw(const Operand& adr);
H A Dassembler-x87.cc1529 void Assembler::fnstcw(const Operand& adr) { function in class:v8::internal::Assembler
H A Dmacro-assembler-x87.cc762 fnstcw(MemOperand(esp, 0));
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A 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)
1496 #define FNSTCW(a) fnstcw a
/external/mesa3d/src/mesa/x86/
H A 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)
1496 #define FNSTCW(a) fnstcw a
/external/valgrind/main/perf/
H A Dtinycc.c3437 DEF_ASM_OP1(fnstcw, 0xd9, 7, OPC_MODRM, OPT_EA )
3894 DEF_ASM_OP1(fnstcw, 0xd9, 7, OPC_MODRM, OPT_EA )
4769 DEF_ASM_OP1(fnstcw, 0xd9, 7, OPC_MODRM, OPT_EA )
5226 DEF_ASM_OP1(fnstcw, 0xd9, 7, OPC_MODRM, OPT_EA )
15476 DEF_ASM_OP1(fnstcw, 0xd9, 7, OPC_MODRM, OPT_EA )
15938 DEF_ASM_OP1(fnstcw, 0xd9, 7, OPC_MODRM, OPT_EA )
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dx86insn_nasm.gperf246 fnstcw, fldnstcw_insn, 1, SUF_Z, 0x07, 0, 0, 0, CPU_FPU, 0, 0
H A Dx86insn_gas.gperf484 fnstcw, fldnstcw_insn, 1, SUF_Z, 0x07, 0, 0, 0, CPU_FPU, 0, 0

Completed in 264 milliseconds