HomeSort by relevance Sort by last modified time
    Searched refs:s64 (Results 26 - 50 of 98) sorted by null

12 3 4

  /external/capstone/suite/MC/ARM/
neon-shift-encoding.s.cs 29 0xb0,0x00,0xc1,0xf2 = vshr.s64 d16, d16, #63
33 0xf0,0x00,0xc1,0xf2 = vshr.s64 q8, q8, #63
45 0xb0,0x00,0xc1,0xf2 = vshr.s64 d16, d16, #63
49 0xf0,0x00,0xc1,0xf2 = vshr.s64 q8, q8, #63
53 0xb3,0xc1,0x81,0xf2 = vsra.s64 d12, d19, #63
57 0xda,0x81,0x81,0xf2 = vsra.s64 q4, q5, #63
61 0x9d,0xd1,0x81,0xf2 = vsra.s64 d13, d13, #63
65 0xde,0xe1,0x81,0xf2 = vsra.s64 q7, q7, #63
129 0xa1,0x05,0x70,0xf2 = vrshl.s64 d16, d17, d16
137 0xe2,0x05,0x70,0xf2 = vrshl.s64 q8, q9, q
    [all...]
neont2-shift-encoding.s.cs 29 0xc0,0xef,0xb0,0x00 = vshr.s64 d16, d16, #64
33 0xc0,0xef,0xf0,0x00 = vshr.s64 q8, q8, #64
49 0x70,0xef,0xa1,0x05 = vrshl.s64 d16, d17, d16
57 0x70,0xef,0xe2,0x05 = vrshl.s64 q8, q9, q8
65 0xc0,0xef,0xb0,0x02 = vrshr.s64 d16, d16, #64
73 0xc0,0xef,0xf0,0x02 = vrshr.s64 q8, q8, #64
neont2-mov-encoding.s.cs 41 0xfa,0xff,0xa0,0x02 = vqmovn.s64 d16, q8
47 0xfa,0xff,0x60,0x02 = vqmovun.s64 d16, q8
  /external/compiler-rt/lib/ubsan/
ubsan_value.cc 33 return *reinterpret_cast<s64*>(Val);
ubsan_value.h 36 typedef s64 SIntMax;
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
neont2-shiftaccum-encoding.s 11 @ CHECK: vsra.s64 d17, d16, #64 @ encoding: [0xc0,0xef,0xb0,0x11]
12 vsra.s64 d17, d16, #64
19 @ CHECK: vsra.s64 q8, q9, #64 @ encoding: [0xc0,0xef,0xf2,0x01]
20 vsra.s64 q8, q9, #64
43 @ CHECK: vrsra.s64 d17, d16, #64 @ encoding: [0xc0,0xef,0xb0,0x13]
44 vrsra.s64 d17, d16, #64
59 @ CHECK: vrsra.s64 q8, q9, #64 @ encoding: [0xc0,0xef,0xf2,0x03]
60 vrsra.s64 q8, q9, #64
neon-mov-encoding.s 88 vqmovn.s64 d16, q8
94 vqmovun.s64 d16, q8
101 @ CHECK: vqmovn.s64 d16, q8 @ encoding: [0xa0,0x02,0xfa,0xf3]
107 @ CHECK: vqmovun.s64 d16, q8 @ encoding: [0x60,0x02,0xfa,0xf3]
neon-sub-encoding.s 71 @ CHECK: vqsub.s64 d16, d16, d17 @ encoding: [0xb1,0x02,0x70,0xf2]
72 vqsub.s64 d16, d16, d17
87 @ CHECK: vqsub.s64 q8, q8, q9 @ encoding: [0xf2,0x02,0x70,0xf2]
88 vqsub.s64 q8, q8, q9
neont2-mov-encoding.s 84 @ CHECK: vqmovn.s64 d16, q8 @ encoding: [0xa0,0x02,0xfa,0xff]
85 vqmovn.s64 d16, q8
96 @ CHECK: vqmovun.s64 d16, q8 @ encoding: [0x60,0x02,0xfa,0xff]
97 vqmovun.s64 d16, q8
  /external/boringssl/ios-arm/crypto/fipsmodule/
bsaes-armv7.S     [all...]
  /external/boringssl/linux-arm/crypto/fipsmodule/
bsaes-armv7.S     [all...]
  /external/llvm/unittests/ExecutionEngine/Orc/
RPCUtilsTest.cpp 155 int32_t &s32, uint32_t &u32, int64_t &s64, uint64_t &u64,
164 EXPECT_EQ(s64, -10000000000) << "int64_t serialization broken";
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.cc 20 s64 internal_atoll(const char *nptr) {
237 s64 internal_simple_strtoll(const char *nptr, char **endptr, int base) {
262 return (s64)(Min((u64)INT64_MAX, res));
264 return (res > INT64_MAX) ? INT64_MIN : ((s64)res * -1);
sanitizer_printf.cc 91 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num,
152 s64 dval;
159 dval = have_ll ? va_arg(args, s64)
sanitizer_internal_defs.h 82 typedef signed long long s64; // NOLINT typedef in namespace:__sanitizer
182 typedef ALIGNED(1) s64 us64;
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 230 wifi_error put_s64(int attribute, s64 value) {
273 s64 get_s64(const struct nlattr *nla)
275 return *(s64 *) nla_data(nla);
448 virtual wifi_error put_s64(int attribute, s64 value);
460 virtual s64 get_s64(const struct nlattr *nla);
  /prebuilts/go/darwin-x86/src/strconv/
example_test.go 134 s64 := strconv.FormatFloat(v, 'E', -1, 64)
135 fmt.Printf("%T, %v\n", s64, s64)
  /prebuilts/go/linux-x86/src/strconv/
example_test.go 134 s64 := strconv.FormatFloat(v, 'E', -1, 64)
135 fmt.Printf("%T, %v\n", s64, s64)
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
count_instructions.c 32 s64 difference, expected;
  /external/llvm/unittests/ADT/
APIntTest.cpp 283 auto s64 = APInt{128, static_cast<uint64_t>(int64max), true}; local
303 EXPECT_TRUE(!s64.uge(uint64max));
304 EXPECT_TRUE(!s64.ugt(uint64max));
305 EXPECT_TRUE( s64.ule(uint64max));
306 EXPECT_TRUE( s64.ult(uint64max));
307 EXPECT_TRUE( s64.sge(int64max));
308 EXPECT_TRUE(!s64.sgt(int64max));
309 EXPECT_TRUE( s64.sle(int64max));
310 EXPECT_TRUE(!s64.slt(int64max));
311 EXPECT_TRUE( s64.sge(int64min))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
neon-omit.s 51 vqshlu.s64 d15,#63
96 vqshlu.s64 d15,d23,#63
  /external/clang/test/CodeGen/
x86_32-arguments-darwin.c 320 // CHECK-LABEL: define void @f64(%struct.s64* byval align 4 %x)
321 struct s64 { signed char a[0]; signed char b[]; }; struct
322 void f64(struct s64 x) {}
  /external/llvm/test/MC/ARM/
neont2-mov-encoding.s 81 vqmovn.s64 d16, q8
87 vqmovun.s64 d16, q8
100 @ CHECK: vqmovn.s64 d16, q8 @ encoding: [0xfa,0xff,0xa0,0x02]
106 @ CHECK: vqmovun.s64 d16, q8 @ encoding: [0xfa,0xff,0x60,0x02]
neon-mov-encoding.s 87 vqmovn.s64 d16, q8
93 vqmovun.s64 d16, q8
100 @ CHECK: vqmovn.s64 d16, q8 @ encoding: [0xa0,0x02,0xfa,0xf3]
106 @ CHECK: vqmovun.s64 d16, q8 @ encoding: [0x60,0x02,0xfa,0xf3]
144 vmvn.s64 d1, d2
  /external/libunwind/include/
dwarf_i.h 36 int64_t s64; member in union:__anon25761
84 *val = mvp->s64;
85 *addr += sizeof (mvp->s64);

Completed in 792 milliseconds

12 3 4