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

1 2

  /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]
  /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/main/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/main/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...]
  /external/qemu/target-i386/
helper.h 183 DEF_HELPER_1(frndint, void, env)
  /external/valgrind/main/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/chromium_org/v8/test/cctest/
test-disasm-x87.cc 361 __ frndint();
test-disasm-ia32.cc 361 __ frndint();
test-disasm-x64.cc 347 __ frndint();
  /external/valgrind/main/memcheck/tests/amd64/
more_x87_fp.c 121 asm volatile ("frndint ; fstl %0" : "=m" (ra) : "t" (a));
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]
  /external/llvm/lib/Target/X86/
X86InstrFPStack.td 635 def FRNDINT : I<0xD9, MRM_FC, (outs), (ins), "frndint", [], IIC_FRNDINT>;
    [all...]
  /external/llvm/test/MC/Disassembler/X86/
fp-stack.txt 316 # CHECK: frndint
  /external/chromium_org/v8/src/x87/
assembler-x87.h 874 void frndint();
    [all...]
assembler-x87.cc 1787 void Assembler::frndint() { function in class:v8::internal::Assembler
    [all...]
disasm-x87.cc 767 case 0xFC: mnem = "frndint"; break;
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.h 891 void frndint();
    [all...]
assembler-ia32.cc 1854 void Assembler::frndint() { function in class:v8::internal::Assembler
    [all...]
disasm-ia32.cc 767 case 0xFC: mnem = "frndint"; break;
    [all...]
  /external/valgrind/main/VEX/useful/
hd_fpu.c 1061 case 0xFC: /* FRNDINT */
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 2174 void Assembler::frndint() { function in class:v8::internal::Assembler
    [all...]
assembler-x64.h     [all...]
disasm-x64.cc 907 case 0xFC: mnem = "frndint"; break;
    [all...]

Completed in 2986 milliseconds

1 2