Home
last modified time | relevance | path

Searched refs:fsubrp (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/MC/X86/
Dx86-64.s303 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
Dintel-syntax.s508 fsubrp ST(1), ST(0) label
521 fsubrp ST(0), ST(1) label
534 fsubrp ST(1) label
561 fsubrp label
Dx86-32-coverage.s2509 fsubrp %st(2)
/external/valgrind/none/tests/x86/
Dinsn_fpu.def419 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/
Dinsn_fpu.def419 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/
Dfp-stack.txt916 # 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/
Dassyntax.h789 #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/
Dassembler-x87.h920 void fsubrp(int i = 1);
Dassembler-x87.cc1901 void Assembler::fsubrp(int i) { in fsubrp() function in v8::internal::Assembler
/external/v8/src/ia32/
Dassembler-ia32.h920 void fsubrp(int i = 1);
Dassembler-ia32.cc1967 void Assembler::fsubrp(int i) { in fsubrp() function in v8::internal::Assembler
/external/elfutils/libcpu/defs/
Di386250 11011110,11101{freg}:fsubrp %st,{freg}
/external/v8/src/x64/
Dassembler-x64.h984 void fsubrp(int i = 1);
Dassembler-x64.cc2439 void Assembler::fsubrp(int i) { in fsubrp() function in v8::internal::Assembler
/external/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
/external/llvm/lib/Target/X86/
DX86InstrInfo.td2854 // commute. We also allow fdiv[r]p/fsubrp even though they don't commute,