HomeSort by relevance Sort by last modified time
    Searched full:frndint (Results 1 - 25 of 40) 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_0(frndint, void)
  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c 111 asm volatile ("frndint ; fstl %0" : "=m" (ra) : "t" (a));
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
asm.php 86 'fnstenvw','fnstsw','fpatan','fprem','fptan','frndint','frstor','frstorw','fsave',
  /external/valgrind/main/memcheck/tests/amd64/
more_x87_fp.c 121 asm volatile ("frndint ; fstl %0" : "=m" (ra) : "t" (a));
  /external/llvm/lib/Target/X86/
X86InstrFPStack.td 616 def FRNDINT : I<0xFC, RawFrm, (outs), (ins), "frndint", [], IIC_FRNDINT>, D9;
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 968 void frndint();
    [all...]
assembler-ia32.cc 1892 void Assembler::frndint() { function in class:v8::internal::Assembler
    [all...]
disasm-ia32.cc 771 case 0xFC: mnem = "frndint"; break;
    [all...]
  /external/valgrind/main/VEX/useful/
hd_fpu.c 1061 case 0xFC: /* FRNDINT */
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_tabl.cpp 830 BEGIN_MNEMONIC(FRNDINT, MF_NONE, DU )
    [all...]
  /external/elfutils/libcpu/defs/
i386 194 11011001,11111100:frndint
    [all...]
  /external/v8/src/x64/
assembler-x64.h     [all...]
assembler-x64.cc 2482 void Assembler::frndint() { function in class:v8::internal::Assembler
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 641 asm volatile ("frndint ; fstl %0" : "=m" (ra) : "t" (a));
    [all...]
test-i386.c 603 asm volatile ("frndint ; fstl %0" : "=m" (ra) : "t" (a));
    [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-objdump 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/bin/
objdump 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/
i686-linux-objdump 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/
objdump 
  /external/qemu/
i386-dis.c     [all...]

Completed in 598 milliseconds

1 2