/external/llvm/test/CodeGen/X86/ |
fp-stack-set-st1.ll | 5 %asmtmp = tail call { double, double } asm sideeffect "fmul\09%st(1),%st\0A\09fst\09%st(1)\0A\09frndint\0A\09fxch %st(1)\0A\09fsub\09%st(1),%st\0A\09f2xm1\0A\09", "={st},={st(1)},0,1,~{dirflag},~{fpsr},~{flags}"(double 0x4030FEFBD582097D, double 4.620000e+01) nounwind ; <{ double, double }> [#uses=0]
|
inline-asm-fpstack.ll | 349 ; INLINEASM <es:frndint> [sideeffect] [attdialect], $0:[regdef], %ST0<imp-def,tied5>, $1:[reguse tiedto:$0], %ST0<tied3>, $2:[clobber], %EFLAGS<earlyclobber,imp-def,dead> 355 ; CHECK: frndint 375 %1 = call x86_fp80 asm sideeffect "frndint", "={st},0,~{dirflag},~{fpsr},~{flags}"(x86_fp80 %0)
|
fpstack-debuginstr-kill.ll | 31 %2 = call x86_fp80 asm sideeffect "frndint", "={st},0,~{dirflag},~{fpsr},~{flags}"(x86_fp80 %src.sroa.0.0.src.sroa.0.0.2280)
|
/external/clang/test/CodeGen/ |
asm.c | 156 __asm __volatile ("frndint" : "=t" (result) : "0" (x)); 161 // CHECK-NEXT: call x86_fp80 asm sideeffect "frndint" 167 __asm __volatile ("frndint" : "=t" (result) : "0" (x)); 170 // CHECK: call x86_fp80 asm sideeffect "frndint"
|
/external/valgrind/none/tests/amd64/ |
insn_fpu.def | 323 frndint fpucw[0xc00,0x000] st0.ps[1234.5678] : => st0.ps[1235.0] 324 frndint fpucw[0xc00,0x000] st0.ps[-1234.5678] : => st0.ps[-1235.0] 325 frndint fpucw[0xc00,0x400] st0.ps[1234.5678] : => st0.ps[1234.0] 326 frndint fpucw[0xc00,0x400] st0.ps[-1234.5678] : => st0.ps[-1235.0] 327 frndint fpucw[0xc00,0x800] st0.ps[1234.5678] : => st0.ps[1235.0] 328 frndint fpucw[0xc00,0x800] st0.ps[-1234.5678] : => st0.ps[-1234.0] 329 frndint fpucw[0xc00,0xc00] st0.ps[1234.5678] : => st0.ps[1234.0] 330 frndint fpucw[0xc00,0xc00] st0.ps[-1234.5678] : => st0.ps[-1234.0] 331 frndint fpucw[0xc00,0x000] st0.pd[1234567.7654321] : => st0.pd[1234568.0] 332 frndint fpucw[0xc00,0x000] st0.pd[-1234567.7654321] : => st0.pd[-1234568.0 [all...] |
/external/valgrind/none/tests/x86/ |
insn_fpu.def | 323 frndint fpucw[0xc00,0x000] st0.ps[1234.5678] : => st0.ps[1235.0] 324 frndint fpucw[0xc00,0x000] st0.ps[-1234.5678] : => st0.ps[-1235.0] 325 frndint fpucw[0xc00,0x400] st0.ps[1234.5678] : => st0.ps[1234.0] 326 frndint fpucw[0xc00,0x400] st0.ps[-1234.5678] : => st0.ps[-1235.0] 327 frndint fpucw[0xc00,0x800] st0.ps[1234.5678] : => st0.ps[1235.0] 328 frndint fpucw[0xc00,0x800] st0.ps[-1234.5678] : => st0.ps[-1234.0] 329 frndint fpucw[0xc00,0xc00] st0.ps[1234.5678] : => st0.ps[1234.0] 330 frndint fpucw[0xc00,0xc00] st0.ps[-1234.5678] : => st0.ps[-1234.0] 331 frndint fpucw[0xc00,0x000] st0.pd[1234567.7654321] : => st0.pd[1234568.0] 332 frndint fpucw[0xc00,0x000] st0.pd[-1234567.7654321] : => st0.pd[-1234568.0 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
mathinline.h | 313 "frndint # int(x)\n\t" \ 384 "frndint # int(x * log2(e))\n\t" \ 409 "frndint # int(x * log2(e))\n\t" \ 545 "frndint\n\t" \ 563 "frndint\n\t" \ 660 __inline_mathopNP (rint, "frndint")
|
/external/valgrind/memcheck/tests/x86/ |
more_x86_fp.c | 111 asm volatile ("frndint ; fstl %0" : "=m" (ra) : "t" (a));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
math.h | 804 __asm__ __volatile__ ("frndint;": "=t" (retval) : "0" (x)); 811 __asm__ __volatile__ ("frndint;" : "=t" (retval) : "0" (x) ); 818 __asm__ __volatile__ ("frndint;" : "=t" (retval) : "0" (x) );
|
/external/valgrind/memcheck/tests/amd64/ |
more_x87_fp.c | 121 asm volatile ("frndint ; fstl %0" : "=m" (ra) : "t" (a));
|
/external/google-breakpad/src/third_party/libdisasm/ |
ia32_implicit.c | 107 /* D9 FC : FRNDINT : rw ST(0) */
|
/external/v8/test/cctest/ |
test-disasm-ia32.cc | 377 __ frndint();
|
test-disasm-x64.cc | 347 __ frndint();
|
test-disasm-x87.cc | 378 __ frndint();
|
/external/mesa3d/src/mesa/x86/ |
assyntax.h | [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrFPStack.td | 632 def FRNDINT : I<0xD9, MRM_FC, (outs), (ins), "frndint", [], IIC_FRNDINT>; [all...] |
X86SchedHaswell.td | 1234 // FRNDINT. 1239 def : InstRW<[WriteFRNDINT], (instregex "FRNDINT")>; [all...] |
/external/llvm/test/MC/Disassembler/X86/ |
fp-stack.txt | 316 # CHECK: frndint
|
/external/v8/src/ia32/ |
assembler-ia32.h | 913 void frndint(); [all...] |
assembler-ia32.cc | 1889 void Assembler::frndint() { function in class:v8::internal::Assembler [all...] |
disasm-ia32.cc | 784 case 0xFC: mnem = "frndint"; break; [all...] |
/external/v8/src/x87/ |
assembler-x87.cc | 1857 void Assembler::frndint() { function in class:v8::internal::Assembler [all...] |
assembler-x87.h | 903 void frndint(); [all...] |
/external/valgrind/VEX/useful/ |
hd_fpu.c | 1061 case 0xFC: /* FRNDINT */ [all...] |
/external/elfutils/src/libcpu/defs/ |
i386 | 194 11011001,11111100:frndint [all...] |