/external/valgrind/none/tests/amd64/ |
D | 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/none/tests/x86/ |
D | 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/llvm/test/MC/Disassembler/X86/ |
D | 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)
|
D | x86-16.txt | 759 # CHECK: fsubp %st(1) 762 # CHECK: fsubp %st(2)
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 302 fsubp label 1296 fsubp %st(0), %st(1) label 1309 fsubp %st(1), %st(0) label 1322 fsubp %st(1) label 1335 fsubp label
|
D | intel-syntax.s | 507 fsubp ST(1), ST(0) label 520 fsubp ST(0), ST(1) label 533 fsubp ST(1) label 560 fsubp label
|
D | x86-16.s | 913 fsubp %st,%st(1) label 917 fsubp %st, %st(2) label
|
D | x86-32.s | 990 fsubp %st,%st(1) label 995 fsubp %st, %st(2) label
|
D | x86-32-coverage.s | 2477 fsubp %st(2)
|
/external/v8/test/cctest/ |
D | test-disasm-x87.cc | 379 __ fsubp(3); in TEST() local
|
D | test-disasm-ia32.cc | 378 __ fsubp(3); in TEST() local
|
D | test-disasm-x64.cc | 372 __ fsubp(3); in TEST() local
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 783 #define FSUBP(a, b) CHOICE(fsubp ARG2(a,b), fsubp ARG2(a,b), fsubp ARG2(b,a)) 1504 #define FSUBP(a, b) fsubp b, a
|
/external/v8/src/x87/ |
D | assembler-x87.h | 885 void fsubp(int i = 1);
|
D | assembler-x87.cc | 1770 void Assembler::fsubp(int i) { in fsubp() function in v8::internal::Assembler
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 886 void fsubp(int i = 1);
|
D | assembler-ia32.cc | 1836 void Assembler::fsubp(int i) { in fsubp() function in v8::internal::Assembler
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 753 __ fsubp(); in AssembleArchInstruction()
|
/external/elfutils/libcpu/defs/ |
D | i386 | 246 11011110,11100{freg}:fsubp %st,{freg}
|
/external/v8/src/x64/ |
D | assembler-x64.h | 960 void fsubp(int i = 1);
|
D | assembler-x64.cc | 2309 void Assembler::fsubp(int i) { in fsubp() function in v8::internal::Assembler
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |