/external/llvm/test/CodeGen/X86/ |
D | fp-stack-set-st1.ll | 1 ; RUN: llc < %s -march=x86 | grep fxch | count 2 5 …e } asm sideeffect "fmul\09%st(1),%st\0A\09fst\09%st(1)\0A\09frndint\0A\09fxch %st(1)\0A\09fsub\0…
|
D | win_ftol2.ll | 53 ; FTOL_2: fxch 58 ; FTOL_2-NOT: fxch 87 ; FTOL_2-NOT: fxch 92 ; FTOL_2-NOT: fxch 115 ; FTOL_2: fxch
|
D | inline-asm-fpstack.ll | 133 ; CHECK-NOT: fxch 135 ; CHECK-NOT: fxch 154 ; CHECK-NOT: fxch 281 ; CHECK-NOT: fxch 297 ; CHECK-NOT: fxch 318 ; CHECK: fxch
|
D | fp-stack-2results.ll | 39 ; Uses both values, requires fxch
|
/external/llvm/test/MC/Disassembler/X86/ |
D | fp-stack.txt | 220 # CHECK: fxch %st(0) 223 # CHECK: fxch %st(1) 226 # CHECK: fxch %st(2) 229 # CHECK: fxch %st(3) 232 # CHECK: fxch %st(4) 235 # CHECK: fxch %st(5) 238 # CHECK: fxch %st(6) 241 # CHECK: fxch %st(7)
|
/external/llvm/lib/Target/X86/ |
D | README-FPStack.txt | 35 fxch 39 fxch -> fucomi
|
D | X86InstrFPStack.td | 512 def XCH_F : FPI<0xD9, MRM1r, (outs), (ins RST:$op), "fxch\t$op", IIC_FXCH>;
|
D | X86InstrInfo.td | 2710 // For example, "fxch" -> "fxch %st(1)" 2717 def : InstAlias<"fxch", (XCH_F ST1), 0>;
|
/external/libvorbis/ |
D | configure.ac | 141 AC_EGREP_CPP(log10.*fldlg2.*fxch,[ 147 AC_EGREP_CPP(log10.*fldlg2.*fxch.*st\([[0123456789]]*\),
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 297 fxch label
|
/external/v8/test/cctest/ |
D | test-disasm-x87.cc | 353 __ fxch(3); in TEST() local
|
D | test-disasm-x64.cc | 322 __ fxch(3); in TEST() local
|
D | test-disasm-ia32.cc | 352 __ fxch(3); in TEST() local
|
/external/valgrind/none/tests/x86/ |
D | insn_fpu.def | 451 fxch st0.ps[1234.5678] : st2.ps[8765.4321] => st0.ps[8765.4321] st2.ps[1234.5678] 452 fxch st0.pd[1234567.7654321] : st2.pd[7654321.1234567] => st0.pd[7654321.1234567] st2.pd[1234567.76…
|
/external/valgrind/none/tests/amd64/ |
D | insn_fpu.def | 451 fxch st0.ps[1234.5678] : st2.ps[8765.4321] => st0.ps[8765.4321] st2.ps[1234.5678] 452 fxch st0.pd[1234567.7654321] : st2.pd[7654321.1234567] => st0.pd[7654321.1234567] st2.pd[1234567.76…
|
/external/v8/src/x87/ |
D | assembler-x87.h | 884 void fxch(int i = 1);
|
D | lithium-codegen-x87.cc | 544 __ fxch(other_slot); in Fxch() local 546 __ fxch(st); in Fxch() local 548 __ fxch(st); in Fxch() local 549 __ fxch(other_slot); in Fxch() local 550 __ fxch(st); in Fxch() local 4199 __ fxch(); in DoMathLog()
|
D | assembler-x87.cc | 1777 void Assembler::fxch(int i) { in fxch() function in v8::internal::Assembler
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 798 #define FXCH(a) CHOICE(fxch a, fxch a, fxch a) 1519 #define FXCH(a) fxch a
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 899 void fxch(int i = 1);
|
D | assembler-ia32.cc | 1816 void Assembler::fxch(int i) { in fxch() function in v8::internal::Assembler
|
/external/v8/src/x64/ |
D | assembler-x64.h | 967 void fxch(int i = 1);
|
D | assembler-x64.cc | 2128 void Assembler::fxch(int i) { in fxch() function in v8::internal::Assembler
|
/external/valgrind/perf/ |
D | tinycc.c | 3426 DEF_ASM_OP0(fxch, 0xd9c9) 3427 ALT(DEF_ASM_OP1(fxch, 0xd9c8, 0, OPC_REG, OPT_ST)) 3883 DEF_ASM_OP0(fxch, 0xd9c9) 3884 ALT(DEF_ASM_OP1(fxch, 0xd9c8, 0, OPC_REG, OPT_ST)) 4758 DEF_ASM_OP0(fxch, 0xd9c9) 4759 ALT(DEF_ASM_OP1(fxch, 0xd9c8, 0, OPC_REG, OPT_ST)) 5215 DEF_ASM_OP0(fxch, 0xd9c9) 5216 ALT(DEF_ASM_OP1(fxch, 0xd9c8, 0, OPC_REG, OPT_ST)) 15465 DEF_ASM_OP0(fxch, 0xd9c9) 15466 ALT(DEF_ASM_OP1(fxch, 0xd9c8, 0, OPC_REG, OPT_ST)) [all …]
|
/external/elfutils/src/libcpu/defs/ |
D | i386 | 230 11011001,11001{freg}:fxch {freg}
|