/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/exp-bbv/tests/x86/ |
fldcw_check.S | 91 fistpl result # save stack value as integer to mem
|
/art/compiler/utils/x86/ |
assembler_x86_test.cc | 186 GetAssembler()->fistpl(x86::Address(x86::Register(x86::ESP), 24)); 188 "fistpl 0x10(%ESP)\n"
|
assembler_x86.h | 349 void fistpl(const Address& dst);
|
assembler_x86.cc | 865 void X86Assembler::fistpl(const Address& dst) { function in class:art::x86::X86Assembler [all...] |
/external/valgrind/exp-bbv/tests/amd64-linux/ |
fldcw_check.S | 137 fistpl result # save stack value as integer to mem
|
/external/valgrind/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/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"); \
|
/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_test.cc | [all...] |
assembler_x86_64.h | 458 void fistpl(const Address& dst);
|
assembler_x86_64.cc | 1069 void X86_64Assembler::fistpl(const Address& dst) { function in class:art::x86_64::X86_64Assembler [all...] |
/external/mesa3d/src/mesa/main/ |
imports.h | 316 __asm__ ("fistpl %0" : "=m" (r) : "t" (f) : "st");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
mathinline.h | 666 ("fistpl %0" \
|
/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 | [all...] |
/external/valgrind/perf/ |
tinycc.c | [all...] |
/external/elfutils/src/tests/ |
testfile44.expect.bz2 | |
/external/valgrind/VEX/priv/ |
guest_amd64_toIR.c | [all...] |
guest_x86_toIR.c | [all...] |