HomeSort by relevance Sort by last modified time
    Searched defs:w64 (Results 1 - 19 of 19) sorted by null

  /external/valgrind/none/tests/ppc64/
std_reg_imm.c 46 unsigned long long int w64; member in struct:__anon36332
  /external/valgrind/memcheck/tests/amd64/
insn-pmovmskb.c 10 ULong w64[2]; /* Note: little-endian */ member in struct:__anon36195
28 (void)VALGRIND_SET_VBITS(&addr->w64[i], &vbits.w64[i], sizeof(vbits.w64[i]));
35 vbits.w64[1], vbits.w64[0], val.w64[1], val.w64[0],
  /external/valgrind/VEX/pub/
libvex_basictypes.h 80 ULong w64[2]; member in union:__anon35321
90 ULong w64[4]; member in union:__anon35322
  /external/boringssl/src/crypto/sha/
sha1-altivec.c 301 const vec_uint32_t w64 = sched_32_79(vw + 16, w60, w56, w48, w36, w32, k); local
307 const vec_uint32_t w68 = sched_32_79(vw + 17, w64, w60, w52, w40, w36, k);
313 const vec_uint32_t w72 = sched_32_79(vw + 18, w68, w64, w56, w44, w40, k);
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cmSimd.h 523 uint64_t w64; member in union:llreg_u
525 llr.w64 = acc;
533 return(llr.w64);
540 uint64_t w64; member in union:llreg_u
542 llr.w64 = acc;
550 return(llr.w64);
589 uint64_t w64; member in union:llreg_u
591 llr.w64 = acc;
599 return(llr.w64);
606 uint64_t w64; member in union:llreg_u
    [all...]
  /prebuilts/go/darwin-x86/test/
zerodivide.go 37 u64, v64, w64 uint64 = 0, 0, 1 var
81 w64++
144 ErrorTest{"uint64 1/0", func() { use(w64 / v64) }, "divide"},
  /prebuilts/go/linux-x86/test/
zerodivide.go 37 u64, v64, w64 uint64 = 0, 0, 1 var
81 w64++
144 ErrorTest{"uint64 1/0", func() { use(w64 / v64) }, "divide"},
  /external/valgrind/none/tests/amd64/
sse4-64.c 168 ULong w64; local
174 : /*OUT*/"=r"(w64) : /*IN*/ : "memory","cc"
176 if (0) printf("get %08x\n", (UInt)w64);
177 return (UInt)w64;
184 ULong w64 = (ULong)w32; local
190 : /*OUT*/ : /*IN*/"r"(w64) : "memory",/*"mxcsr",*/"cc"
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_helpers.c 1872 ULong w64 = x86g_check_ldmxcsr( w32 ); local
1953 ULong w64 = x86g_check_ldmxcsr( mxcsr ); local
    [all...]
host_arm_isel.c 1933 ULong w64 = e->Iex.Const.con->Ico.U64; local
    [all...]
host_mips_isel.c 2311 ULong w64 = e->Iex.Const.con->Ico.U64; local
    [all...]
host_x86_isel.c 2094 ULong w64 = e->Iex.Const.con->Ico.U64; local
2253 ULong w64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64; local
    [all...]
guest_amd64_helpers.c 2157 ULong w64 = amd64g_check_ldmxcsr( (ULong)w32 ); local
    [all...]
host_amd64_isel.c 871 ULong w64 = 0; local
875 w64 |= (0xFFULL << (8 * i));
877 return w64;
    [all...]
host_ppc_isel.c 3196 ULong w64 = e->Iex.Const.con->Ico.U64; local
    [all...]
ir_opt.c 1504 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1510 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1516 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1522 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1588 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
    [all...]
guest_amd64_toIR.c 5582 IRTemp w64 = newTemp(Ity_I64); local
6532 IRTemp w64 = newTemp(Ity_I64); local
    [all...]
  /external/libusb/libusb/os/
windows_winusb.c 680 const char *w64 = "32 bit"; local
753 w64 = "64-bit";
759 (unsigned int)vi.dwMajorVersion, (unsigned int)vi.dwMinorVersion, w64);
761 safe_sprintf(vptr, vlen, "%s SP%u.%u %s", w, vi.wServicePackMajor, vi.wServicePackMinor, w64);
763 safe_sprintf(vptr, vlen, "%s SP%u %s", w, vi.wServicePackMajor, w64);
765 safe_sprintf(vptr, vlen, "%s %s", w, w64);
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 361 ULong w64; local
370 w64 = get_ULong( c );
373 w64 = (ULong)w32;
375 return w64;
    [all...]

Completed in 621 milliseconds