HomeSort by relevance Sort by last modified time
    Searched full:fsubp (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
farithr.asm 2 fsubp st1
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
gas-farithr.asm 4 fsubp %st(0),%st(1)
5 #fsubp %st(3),%st
  /external/llvm/test/CodeGen/X86/
win_ftol2.ll 51 ; FTOL_2: fsubp %st(2)
85 ; FTOL_2: fsubp %st(2)
  /external/llvm/test/MC/Disassembler/X86/
fp-stack.txt 892 # CHECK: fsubp %st(0)
895 # CHECK: fsubp %st(1)
898 # CHECK: fsubp %st(2)
901 # CHECK: fsubp %st(3)
904 # CHECK: fsubp %st(4)
907 # CHECK: fsubp %st(5)
910 # CHECK: fsubp %st(6)
913 # CHECK: fsubp %st(7)
x86-16.txt 759 # CHECK: fsubp %st(1)
762 # CHECK: fsubp %st(2)
  /external/llvm/test/MC/X86/
intel-syntax.s 500 // CHECK: fsubp %st(1)
505 fsubp ST(1), ST(0) label
513 // CHECK: fsubp %st(1)
518 fsubp ST(0), ST(1) label
526 // CHECK: fsubp %st(1)
531 fsubp ST(1) label
539 // CHECK: fsubp %st(1)
544 fsubp label
x86-64.s 291 // CHECK: fsubp %st(1)
302 fsubp label
1290 // CHECK: fsubp %st(1)
1296 fsubp %st(0), %st(1) label
1303 // CHECK: fsubp %st(1)
1309 fsubp %st(1), %st(0) label
1316 // CHECK: fsubp %st(1)
1322 fsubp %st(1) label
1329 // CHECK: fsubp %st(1)
1335 fsubp label
    [all...]
x86-16.s 911 // CHECK: fsubp
913 fsubp %st,%st(1) label
915 // CHECK: fsubp %st(2)
917 fsubp %st, %st(2) label
x86-32.s 988 // CHECK: fsubp
990 fsubp %st,%st(1) label
993 // CHECK: fsubp %st(2)
995 fsubp %st, %st(2) label
  /external/valgrind/main/none/tests/amd64/
insn_fpu.def 363 fsubp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[-7530.8643]
364 fsubp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[-9999.9999]
365 fsubp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[9999.9999]
366 fsubp st0.ps[-1234.5678] st2.ps[-8765.4321] => st1.ps[7530.8643]
367 fsubp st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st1.pd[-6419753.3580246]
368 fsubp st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st1.pd[-8888888.8888888]
369 fsubp st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[8888888.8888888]
370 fsubp st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[6419753.3580246]
371 fsubp st0.ps[1234.5678] st1.ps[8765.4321] : => st0.ps[-7530.8643]
372 fsubp st0.ps[-1234.5678] st1.ps[8765.4321] : => st0.ps[-9999.9999
    [all...]
  /external/valgrind/main/none/tests/x86/
insn_fpu.def 363 fsubp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[-7530.8643]
364 fsubp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[-9999.9999]
365 fsubp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[9999.9999]
366 fsubp st0.ps[-1234.5678] st2.ps[-8765.4321] => st1.ps[7530.8643]
367 fsubp st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st1.pd[-6419753.3580246]
368 fsubp st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st1.pd[-8888888.8888888]
369 fsubp st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[8888888.8888888]
370 fsubp st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[6419753.3580246]
371 fsubp st0.ps[1234.5678] st1.ps[8765.4321] : => st0.ps[-7530.8643]
372 fsubp st0.ps[-1234.5678] st1.ps[8765.4321] : => st0.ps[-9999.9999
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-x87.cc 356 __ fsubp(3);
test-disasm-ia32.cc 356 __ fsubp(3);
test-disasm-x64.cc 342 __ fsubp(3);
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_stdlib.c 58 fsubp st(1),st
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]
  /external/chromium_org/v8/src/x87/
assembler-x87.h 853 void fsubp(int i = 1);
    [all...]
assembler-x87.cc 1676 void Assembler::fsubp(int i) { function in class:v8::internal::Assembler
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.h 870 void fsubp(int i = 1);
    [all...]
assembler-ia32.cc 1743 void Assembler::fsubp(int i) { function in class:v8::internal::Assembler
    [all...]
disasm-ia32.cc 825 case 0xE8: mnem = "fsubp"; break;
    [all...]
  /external/valgrind/main/VEX/useful/
hd_fpu.c     [all...]
  /external/qemu/disas/
i386.c 82 generate nonsense fsubp, fsubrp, fdivp and fdivrp with operands
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 2063 void Assembler::fsubp(int i) { function in class:v8::internal::Assembler
    [all...]

Completed in 693 milliseconds

1 2