Searched refs:fxch (Results 1 – 25 of 28) sorted by relevance
12
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | surf3d.s | 93 fxch %st(2) 106 fxch %st(2) 158 fxch %st(1) 178 fxch %st(1) 180 fxch %st(1) 228 fxch %st(1) 237 fxch %st(1) 239 fxch %st(1) 400 fxch %st(1) 416 fxch %st(1) [all …]
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | umodarith.h | 558 fxch st(1) in ppro_mulmod2c() 569 fxch st(2) in ppro_mulmod2c() 603 fxch st(1) in ppro_mulmod2() 607 fxch st(3) in ppro_mulmod2() 609 fxch st(2) in ppro_mulmod2() 611 fxch st(2) in ppro_mulmod2() 613 fxch st(2) in ppro_mulmod2() 615 fxch st(1) in ppro_mulmod2() 617 fxch st(1) in ppro_mulmod2() 621 fxch st(1) in ppro_mulmod2()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README-FPStack.txt | 35 fxch 39 fxch -> fucomi
|
D | X86InstrFPStack.td | 604 def XCH_F : FPI<0xD9, MRM1r, (outs), (ins RSTi:$op), "fxch\t$op">;
|
D | X86InstrInfo.td | 3319 // For example, "fxch" -> "fxch %st(1)" 3328 def : InstAlias<"fxch", (XCH_F ST1), 0>;
|
/third_party/musl/src/math/x86_64/ |
D | acosl.s | 14 fxch %st(1)
|
D | exp2l.s | 60 fxch %st(2)
|
D | expl.s | 82 fxch %st(2)
|
/third_party/musl/src/math/x32/ |
D | acosl.s | 14 fxch %st(1)
|
D | exp2l.s | 60 fxch %st(2)
|
D | expl.s | 82 fxch %st(2)
|
/third_party/musl/src/math/i386/ |
D | acosl.s | 12 fxch %st(1)
|
D | acosf.s | 12 fxch %st(1)
|
D | acos.s | 14 fxch %st(1)
|
D | log1pf.s | 23 2: fxch
|
D | exp_ld.s | 70 fxch %st(2)
|
D | expl.s | 83 fxch %st(2)
|
/third_party/elfutils/libcpu/ |
D | i386.mnemonics | 188 MNE(fxch)
|
D | x86_64.mnemonics | 179 MNE(fxch)
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 798 #define FXCH(a) CHOICE(fxch a, fxch a, fxch a) 1511 #define FXCH(a) fxch a
|
/third_party/elfutils/libcpu/defs/ |
D | i386 | 230 11011001,11001{freg}:fxch {freg}
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.h | 834 void fxch(int i = 1);
|
D | assembler-ia32.cc | 2061 void Assembler::fxch(int i) { in fxch() function in v8::internal::Assembler
|
/third_party/elfutils/tests/ |
D | testfile44.expect.bz2 |
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | assembler-x64.h | 878 void fxch(int i = 1);
|
12