/external/llvm/test/MC/X86/ |
D | x86-64.s | 303 fsubrp label 562 fsubrp %ST(0), %ST(1) // CHECK: encoding: [0xde,0xe9] label 563 fsubrp %ST(1), %ST(0) // CHECK: encoding: [0xde,0xe9] label 1297 fsubrp %st(0), %st(1) label 1310 fsubrp %st(1), %st(0) label 1323 fsubrp %st(1) label 1336 fsubrp label
|
D | intel-syntax.s | 508 fsubrp ST(1), ST(0) label 521 fsubrp ST(0), ST(1) label 534 fsubrp ST(1) label 561 fsubrp label
|
D | x86-32-coverage.s | 2509 fsubrp %st(2)
|
/external/valgrind/none/tests/x86/ |
D | insn_fpu.def | 419 fsubrp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[7530.8643] 420 fsubrp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[9999.9999] 421 fsubrp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[-9999.9999] 422 fsubrp st0.ps[-1234.5678] st2.ps[-8765.4321] => st1.ps[-7530.8643] 423 fsubrp st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st1.pd[6419753.3580246] 424 fsubrp st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st1.pd[8888888.8888888] 425 fsubrp st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[-8888888.8888888] 426 fsubrp st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[-6419753.3580246] 427 fsubrp st0.ps[1234.5678] st1.ps[8765.4321] : => st0.ps[7530.8643] 428 fsubrp st0.ps[-1234.5678] st1.ps[8765.4321] : => st0.ps[9999.9999] [all …]
|
/external/valgrind/none/tests/amd64/ |
D | insn_fpu.def | 419 fsubrp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[7530.8643] 420 fsubrp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[9999.9999] 421 fsubrp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[-9999.9999] 422 fsubrp st0.ps[-1234.5678] st2.ps[-8765.4321] => st1.ps[-7530.8643] 423 fsubrp st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st1.pd[6419753.3580246] 424 fsubrp st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st1.pd[8888888.8888888] 425 fsubrp st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[-8888888.8888888] 426 fsubrp st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[-6419753.3580246] 427 fsubrp st0.ps[1234.5678] st1.ps[8765.4321] : => st0.ps[7530.8643] 428 fsubrp st0.ps[-1234.5678] st1.ps[8765.4321] : => st0.ps[9999.9999] [all …]
|
/external/llvm/test/MC/Disassembler/X86/ |
D | fp-stack.txt | 916 # CHECK: fsubrp %st(0) 919 # CHECK: fsubrp %st(1) 922 # CHECK: fsubrp %st(2) 925 # CHECK: fsubrp %st(3) 928 # CHECK: fsubrp %st(4) 931 # CHECK: fsubrp %st(5) 934 # CHECK: fsubrp %st(6) 937 # CHECK: fsubrp %st(7)
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 789 #define FSUBRP(a, b) CHOICE(fsubrp ARG2(a,b), fsubrp ARG2(a,b), fsubrp ARG2(b,a)) 1510 #define FSUBRP(a, b) fsubrp b, a
|
/external/v8/src/x87/ |
D | assembler-x87.h | 920 void fsubrp(int i = 1);
|
D | assembler-x87.cc | 1901 void Assembler::fsubrp(int i) { in fsubrp() function in v8::internal::Assembler
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 920 void fsubrp(int i = 1);
|
D | assembler-ia32.cc | 1967 void Assembler::fsubrp(int i) { in fsubrp() function in v8::internal::Assembler
|
/external/elfutils/libcpu/defs/ |
D | i386 | 250 11011110,11101{freg}:fsubrp %st,{freg}
|
/external/v8/src/x64/ |
D | assembler-x64.h | 984 void fsubrp(int i = 1);
|
D | assembler-x64.cc | 2439 void Assembler::fsubrp(int i) { in fsubrp() 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 ... |
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2854 // commute. We also allow fdiv[r]p/fsubrp even though they don't commute,
|