HomeSort by relevance Sort by last modified time
    Searched refs:fcvt (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/test/MC/AArch64/
arm64-diagno-predicate.s 5 fcvt d0, s0
7 // CHECK-ERROR-NEXT: fcvt d0, s0
arm64-fp-encoding.s 240 fcvt h1, d2
241 fcvt s1, d2
242 fcvt d1, h2
243 fcvt s1, h2
244 fcvt d1, s2
245 fcvt h1, s2
247 ; CHECK: fcvt h1, d2 ; encoding: [0x41,0xc0,0x63,0x1e]
248 ; CHECK: fcvt s1, d2 ; encoding: [0x41,0x40,0x62,0x1e]
249 ; CHECK: fcvt d1, h2 ; encoding: [0x41,0xc0,0xe2,0x1e]
250 ; CHECK: fcvt s1, h2 ; encoding: [0x41,0x40,0xe2,0x1e
    [all...]
basic-a64-instructions.s     [all...]
basic-a64-diagnostics.s     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdlib-ldbl.h 37 __LDBL_REDIR1_DECL (qfcvt, fcvt)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdlib-ldbl.h 37 __LDBL_REDIR1_DECL (qfcvt, fcvt)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
opc-f.s 531 fcvt.fx f4 = f5
532 fcvt.fx.s0 f4 = f5
533 fcvt.fx.s1 f4 = f5
534 fcvt.fx.s2 f4 = f5
535 fcvt.fx.s3 f4 = f5
537 fcvt.fx.trunc f4 = f5
538 fcvt.fx.trunc.s0 f4 = f5
539 fcvt.fx.trunc.s1 f4 = f5
540 fcvt.fx.trunc.s2 f4 = f5
541 fcvt.fx.trunc.s3 f4 = f
    [all...]
opc-f.d     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
objdump_test.go 190 fcvt
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
objdump_test.go 190 fcvt
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 642 INTERCEPTOR(char *, fcvt, double x, int a, int *b, int *c) {
644 char *res = REAL(fcvt)(x, a, b, c);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 814 extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt,
    [all...]
  /external/pdfium/fxjs/
cjs_publicmethods.cpp 1088 strValue = fcvt(dValue, iDec, &iDec2, &iNegative);
1091 strValue = fcvt(dValue, iDec, &iDec2, &iNegative);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 626 char *__cdecl fcvt(double _Val,int _NumOfDec,int *_PtDec,int *_PtSign) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
illegal.s 46 fcvt s0, s0
illegal.l 20 [^:]*:46: Error: .*`fcvt s0,s0'
  /external/capstone/suite/MC/AArch64/
basic-a64-instructions.s.cs 707 0x28,0xc1,0x22,0x1e = fcvt d8, s9
708 0x6a,0xc1,0x23,0x1e = fcvt h10, s11
720 0x28,0x41,0x62,0x1e = fcvt s8, d9
721 0x6a,0xc1,0x63,0x1e = fcvt h10, d11
729 0x7a,0x43,0xe2,0x1e = fcvt s26, h27
730 0xbc,0xc3,0xe2,0x1e = fcvt d28, h29
    [all...]
  /external/vixl/test/aarch64/
test-trace-aarch64.cc 440 __ fcvt(d4, h24);
441 __ fcvt(d11, s2);
442 __ fcvt(h8, d9);
443 __ fcvt(h12, s1);
444 __ fcvt(s12, d31);
445 __ fcvt(s27, h25);
    [all...]
test-disasm-aarch64.cc     [all...]
test-simulator-aarch64.cc     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 611 void MacroAssembler::Fcvt(const FPRegister& fd, const FPRegister& fn) {
613 fcvt(fd, fn);
    [all...]
assembler-arm64.h     [all...]
assembler-arm64.cc 2045 void Assembler::fcvt(const FPRegister& fd, function in class:v8::internal::Assembler
    [all...]
  /art/runtime/interpreter/mterp/out/
mterp_arm64.S     [all...]

Completed in 1302 milliseconds

1 2