HomeSort by relevance Sort by last modified time
    Searched refs:fxch (Results 1 - 25 of 30) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
white.s 20 fxch %st ( 1 )
21 fxch % st(1)
white.l 23 20 002c D9C9 fxch %st \( 1 \)
24 21 002e D9C9 fxch % st\(1\)
naked.s 7 fxch st(1)
naked.d 13 11: d9 c9 [ ]*fxch %st\(1\)
  /external/syslinux/com32/lib/math/
pow.S 17 fxch %st(1)
  /bionic/libm/x86/
libm_tancot_huge.S 218 fxch %st(1)
222 fxch %st(1)
226 fxch %st(1)
230 fxch %st(1)
234 fxch %st(1)
238 fxch %st(1)
242 fxch %st(1)
246 fxch %st(1)
254 fxch %st(3)
260 fxch %st(1
    [all...]
libm_sincos_huge.S 244 fxch %st(2)
248 fxch %st(2)
265 fxch %st(1)
268 fxch %st(2)
272 fxch %st(2)
308 fxch %st(1)
312 fxch %st(1)
316 fxch %st(1)
320 fxch %st(1)
324 fxch %st(1
    [all...]
e_hypot.S 108 fxch %st(1)
110 fxch %st(1)
131 fxch %st(1)
133 fxch %st(1)
libm_reduce_pi04l.S 91 fxch %st(1)
97 fxch %st(1)
102 fxch %st(1)
111 fxch %st(2)
114 fxch %st(1)
120 fxch %st(1)
126 fxch %st(1)
131 fxch %st(1)
140 fxch %st(1)
142 fxch %st(1
    [all...]
  /bionic/libm/x86_64/
e_hypot.S 90 fxch %st(1)
92 fxch %st(1)
113 fxch %st(1)
115 fxch %st(1)
  /external/python/cpython3/Modules/_decimal/libmpdec/
umodarith.h 439 "fxch %%st(1)\n\t"
450 "fxch %%st(2)\n\t"
484 "fxch %%st(1)\n\t"
488 "fxch %%st(3)\n\t"
490 "fxch %%st(2)\n\t"
492 "fxch %%st(2)\n\t"
494 "fxch %%st(2)\n\t"
496 "fxch %%st(1)\n\t"
498 "fxch %%st(1)\n\t"
502 "fxch %%st(1)\n\t
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
xed_test.go 144 // DD C9, DF C9: xed says 'fxch st0, st1' but that instruction is D9 C9.
145 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fxch ") && hasByte(dec.enc[:dec.nenc], 0xDD, 0xDF) {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
xed_test.go 144 // DD C9, DF C9: xed says 'fxch st0, st1' but that instruction is D9 C9.
145 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fxch ") && hasByte(dec.enc[:dec.nenc], 0xDD, 0xDF) {
  /external/llvm/test/MC/X86/
x86-64.s 307 // CHECK: fxch %st(1)
318 fxch label
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-64.s 283 // CHECK: fxch
294 fxch label
  /external/v8/src/compiler/x87/
code-generator-x87.cc     [all...]
  /external/v8/src/builtins/x87/
builtins-x87.cc     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]
  /external/v8/src/x87/
assembler-x87.h 922 void fxch(int i = 1);
    [all...]
assembler-x87.cc 1927 void Assembler::fxch(int i) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 404 x87_stack_.Fxch(reg);
418 x87_stack_.Fxch(reg1, 1);
419 x87_stack_.Fxch(reg2);
436 void LCodeGen::X87Stack::Fxch(X87Register reg, int other_slot) {
447 __ fxch(other_slot);
449 __ fxch(st);
451 __ fxch(st);
452 __ fxch(other_slot);
453 __ fxch(st);
498 x87_stack_.Fxch(dst)
    [all...]
  /external/valgrind/perf/
tinycc.c     [all...]
  /external/v8/src/ia32/
assembler-ia32.h 921 void fxch(int i = 1);
    [all...]
assembler-ia32.cc 1993 void Assembler::fxch(int i) { function in class:v8::internal::Assembler
    [all...]
code-stubs-ia32.cc 374 __ fxch(1); // X - rnd(X), rnd(X)
    [all...]

Completed in 299 milliseconds

1 2