/bionic/libm/i387/ |
s_rintf.S | 13 frndint
|
s_ceilf.S | 24 frndint
|
s_ceill.S | 22 frndint
|
s_floorf.S | 24 frndint
|
s_floorl.S | 22 frndint
|
s_trunc.S | 21 frndint
|
s_truncf.S | 21 frndint
|
s_truncl.S | 21 frndint
|
s_rint.S | 42 frndint
|
s_ceil.S | 53 frndint
|
s_floor.S | 53 frndint
|
e_exp.S | 70 frndint /* int(x * log2(e)) */
|
/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/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 | 579 def FRNDINT : I<0xFC, RawFrm, (outs), (ins), "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...] |
/external/valgrind/main/VEX/useful/ |
hd_fpu.c | 1061 case 0xFC: /* FRNDINT */ [all...] |
/external/elfutils/libcpu/defs/ |
i386 | 194 11011001,11111100:frndint [all...] |