HomeSort by relevance Sort by last modified time
    Searched full:fistpl (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
gas-fpmem.asm 10 fistpl 0(%eax) label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
gas-fp.asm 18 fistpl 10 label
gas-moreinsn.asm 64 fistpl 0 label
  /external/llvm/test/CodeGen/X86/
inline-asm-fpstack.ll 95 ; CHECK: fistpl
97 ; CHECK: fistpl
104 call void asm sideeffect "fistpl $0", "{st},~{st}"(double 1.000000e+06)
105 call void asm sideeffect "fistpl $0", "{st},~{st}"(double 1.000000e+06)
116 ; CHECK: fistpl
124 call void asm sideeffect "fistpl $0", "{st},~{st}"(double 1.000000e+06)
134 ; CHECK: fistpl
141 call void asm sideeffect "fistpl $0", "{st},~{st}"( x86_fp80 %0)
155 ; CHECK: fistpl
163 call void asm sideeffect "fistpl $0", "{st},~{st}"(x86_fp80 %a
    [all...]
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 91 fistpl result # save stack value as integer to mem
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 137 fistpl result # save stack value as integer to mem
  /external/valgrind/main/none/tests/amd64/
insn_fpu.def 237 fistpl fpucw[0xc00,0x000] st0.pd[1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[1234568] st0.ps[1111.1111]
238 fistpl fpucw[0xc00,0x000] st0.pd[-1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[-1234568] st0.ps[1111.1111]
239 fistpl fpucw[0xc00,0x400] st0.pd[1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[1234567] st0.ps[1111.1111]
240 fistpl fpucw[0xc00,0x400] st0.pd[-1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[-1234568] st0.ps[1111.1111]
241 fistpl fpucw[0xc00,0x800] st0.pd[1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[1234568] st0.ps[1111.1111]
242 fistpl fpucw[0xc00,0x800] st0.pd[-1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[-1234567] st0.ps[1111.1111]
243 fistpl fpucw[0xc00,0xc00] st0.pd[1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[1234567] st0.ps[1111.1111]
244 fistpl fpucw[0xc00,0xc00] st0.pd[-1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[-1234567] st0.ps[1111.1111]
    [all...]
  /external/valgrind/main/none/tests/x86/
insn_fpu.def 237 fistpl fpucw[0xc00,0x000] st0.pd[1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[1234568] st0.ps[1111.1111]
238 fistpl fpucw[0xc00,0x000] st0.pd[-1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[-1234568] st0.ps[1111.1111]
239 fistpl fpucw[0xc00,0x400] st0.pd[1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[1234567] st0.ps[1111.1111]
240 fistpl fpucw[0xc00,0x400] st0.pd[-1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[-1234568] st0.ps[1111.1111]
241 fistpl fpucw[0xc00,0x800] st0.pd[1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[1234568] st0.ps[1111.1111]
242 fistpl fpucw[0xc00,0x800] st0.pd[-1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[-1234567] st0.ps[1111.1111]
243 fistpl fpucw[0xc00,0xc00] st0.pd[1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[1234567] st0.ps[1111.1111]
244 fistpl fpucw[0xc00,0xc00] st0.pd[-1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[-1234567] st0.ps[1111.1111]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 826 ("fistpl %0" : "=m" (retval) : "t" (x) : "st"); \
834 ("fistpl %0" : "=m" (retval) : "t" (x) : "st"); \
842 ("fistpl %0" : "=m" (retval) : "t" (x) : "st"); \
  /art/compiler/utils/x86/
assembler_x86.h 326 void fistpl(const Address& dst);
assembler_x86.cc 685 void X86Assembler::fistpl(const Address& dst) { function in class:art::x86::X86Assembler
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 285 __asm__ ("fistpl %0" : "=m" (r) : "t" (f) : "st");
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 306 __asm__ ("fistpl %0" : "=m" (r) : "t" (f) : "st");
  /art/compiler/utils/x86_64/
assembler_x86_64.h 366 void fistpl(const Address& dst);
assembler_x86_64.cc 760 void X86_64Assembler::fistpl(const Address& dst) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 318 __asm__ ("fistpl %0" : "=m" (r) : "t" (f) : "st");
  /external/mesa3d/src/mesa/main/
imports.h 316 __asm__ ("fistpl %0" : "=m" (r) : "t" (f) : "st");
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 735 #define FISTP_L(a) CHOICE(fistpl a, fistpl a, fistpl a)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 735 #define FISTP_L(a) CHOICE(fistpl a, fistpl a, fistpl a)
    [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s 407 // CHECK: fistpl 3735928559(%ebx,%ecx,8)
408 fistpl 0xdeadbeef(%ebx,%ecx,8)
    [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_gas.gperf 442 fistpl, fildstp_insn, 4, SUF_L, 0x03, 0x02, 0x07, 0, CPU_FPU, 0, 0
    [all...]
  /external/qemu/target-i386/
translate.c     [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c     [all...]
guest_x86_toIR.c     [all...]

Completed in 508 milliseconds

1 2