/third_party/musl/src/math/x86_64/ |
D | exp2l.s | 27 fsubrp 75 fsubrp %st(1)
|
/third_party/musl/src/math/x32/ |
D | exp2l.s | 27 fsubrp 75 fsubrp %st(1)
|
/third_party/musl/src/math/i386/ |
D | exp_ld.s | 32 fsubrp 85 fsubrp %st(1)
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | umodarith.h | 573 fsubrp st(1), st in ppro_mulmod2c() 614 fsubrp st(1), st in ppro_mulmod2()
|
/third_party/elfutils/libcpu/ |
D | i386.mnemonics | 180 MNE(fsubrp)
|
D | x86_64.mnemonics | 171 MNE(fsubrp)
|
/third_party/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)) 1502 #define FSUBRP(a, b) fsubrp b, a
|
/third_party/elfutils/libcpu/defs/ |
D | i386 | 250 11011110,11101{freg}:fsubrp %st,{freg}
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.h | 828 void fsubrp(int i = 1);
|
D | assembler-ia32.cc | 2034 void Assembler::fsubrp(int i) { in fsubrp() function in v8::internal::Assembler
|
/third_party/elfutils/tests/ |
D | testfile44.expect.bz2 |
|
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/third_party/node/deps/v8/src/codegen/x64/ |
D | assembler-x64.h | 872 void fsubrp(int i = 1);
|
D | assembler-x64.cc | 2588 void Assembler::fsubrp(int i) { in fsubrp() function in v8::internal::Assembler
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 3368 // commute. We also allow fdiv[r]p/fsubrp even though they don't commute,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 7669 "\005fsubp\005fsubr\006fsubrl\006fsubrp\006fsubrs\005fsubs\004ftst\005fu" 8780 { 2895 /* fsubrp */, X86::SUB_FPrST0, Convert__regST1, AMFBS_None, { }, }, 8781 { 2895 /* fsubrp */, X86::SUB_FPrST0, Convert__Reg1_0, AMFBS_None, { MCK_RST }, }, 8782 { 2895 /* fsubrp */, X86::SUB_FPrST0, Convert__regST0, AMFBS_None, { MCK_ST0, MCK_ST0 }, }, 8783 { 2895 /* fsubrp */, X86::SUB_FPrST0, Convert__Reg1_1, AMFBS_None, { MCK_ST0, MCK_RST }, }, 8784 { 2895 /* fsubrp */, X86::SUB_FPrST0, Convert__Reg1_0, AMFBS_None, { MCK_RST, MCK_ST0 }, }, 23354 { 2895 /* fsubrp */, X86::SUBR_FPrST0, Convert__regST1, AMFBS_None, { }, }, 23355 { 2895 /* fsubrp */, X86::SUBR_FPrST0, Convert__Reg1_0, AMFBS_None, { MCK_RST }, }, 23356 { 2895 /* fsubrp */, X86::SUBR_FPrST0, Convert__regST0, AMFBS_None, { MCK_ST0, MCK_ST0 }, }, 23357 { 2895 /* fsubrp */, X86::SUBR_FPrST0, Convert__Reg1_1, AMFBS_None, { MCK_ST0, MCK_RST }, }, [all …]
|