Home
last modified time | relevance | path

Searched refs:val64 (Results 1 – 19 of 19) sorted by relevance

/external/elfutils/libdwfl/
Dlinux-core-attach.c228 uint64_t val64 = read_8ubyte_unaligned_noncvt (desc + item->offset); in core_set_initial_registers() local
229 val64 = (elf_getident (core, NULL)[EI_DATA] == ELFDATA2MSB in core_set_initial_registers()
230 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
231 pc = val64; in core_set_initial_registers()
270 uint64_t val64 = read_8ubyte_unaligned_noncvt (reg_desc); in core_set_initial_registers() local
271 reg_desc += sizeof val64; in core_set_initial_registers()
272 val64 = (elf_getident (core, NULL)[EI_DATA] == ELFDATA2MSB in core_set_initial_registers()
273 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
274 assert (sizeof (*thread->unwound->regs) == sizeof val64); in core_set_initial_registers()
275 val = val64; in core_set_initial_registers()
/external/llvm/test/CodeGen/AArch64/
Daddsub.ll20 %val64 = load i64, i64* @var_i64
21 %newval64 = add i64 %val64, 52
65 %val64 = load i64, i64* @var_i64
66 %newval64 = add i64 %val64, 16773120 ; =0xfff000
82 %val64 = load i64, i64* @var_i64
83 %newval64 = sub i64 %val64, 52
99 %val64 = load i64, i64* @var_i64
100 %newval64 = sub i64 %val64, 16773120 ; =0xfff000
Darm64-fp128.ll69 %val64 = fptosi fp128 %val to i64
70 store i64 %val64, i64* @var64
84 %val64 = fptoui fp128 %val to i64
85 store i64 %val64, i64* @var64
100 %val64 = sitofp i64 %src64 to fp128
101 store volatile fp128 %val64, fp128* @lhs
116 %val64 = uitofp i64 %src64 to fp128
117 store volatile fp128 %val64, fp128* @lhs
Dtst-br.ll13 %val64 = load i64, i64* @var64
27 %tbit2 = and i64 %val64, 32768
33 %tbit3 = and i64 %val64, 4096
Dbitfield.ll83 define void @test_shifts(i32 %val32, i64 %val64) {
98 %shift4 = ashr i64 %val64, 31
102 %shift5 = lshr i64 %val64, 8
106 %shift6 = shl i64 %val64, 63
110 %shift7 = ashr i64 %val64, 63
114 %shift8 = lshr i64 %val64, 63
Dfloatdp_1source.ll111 %val64 = load volatile double, double* @vardouble
129 %val64to16 = fptrunc double %val64 to half
133 %val64to32 = fptrunc double %val64 to float
Dldst-regoffset.ll188 %val64 = load volatile i64, i64* @var_64bit
189 store volatile i64 %val64, i64* %addr_uxtwN
240 %val64 = load volatile float, float* @var_float
241 store volatile float %val64, float* %addr_uxtwN
293 %val64 = load volatile double, double* @var_double
294 store volatile double %val64, double* %addr_uxtwN
347 %val64 = load volatile fp128, fp128* %base
348 store volatile fp128 %val64, fp128* %addr_uxtwN
Dldst-unscaledimm.ll67 %val64 = load volatile i64, i64* @var_64bit
68 %val8_trunc64 = trunc i64 %val64 to i8
135 %val64 = load volatile i64, i64* @var_64bit
136 %val16_trunc64 = trunc i64 %val64 to i16
Dldst-unsignedimm.ll58 %val64 = load volatile i64, i64* @var_64bit
59 %val8_trunc64 = trunc i64 %val64 to i8
112 %val64 = load volatile i64, i64* @var_64bit
113 %val16_trunc64 = trunc i64 %val64 to i16
Darm64-register-offset-addressing.ll136 %val64 = load volatile i64, i64* @var_64bit
137 store volatile i64 %val64, i64* %addr_uxtwN
Dfunc-argpassing.ll133 %val64 = load volatile i64, i64* %addr
134 store volatile i64 %val64, i64* @var64
/external/llvm/test/CodeGen/MIR/AArch64/
Dtarget-flags.mir13 %val64 = load i64, i64* @var_i64
14 %newval64 = sub i64 %val64, 52
/external/llvm/test/MC/AArch64/
Delf-globaladdress.ll24 %val64 = load i64, i64* @var64
25 store volatile i64 %val64, i64* @var64
/external/llvm/test/CodeGen/NVPTX/
Dhalf.ll47 %val64 = fpext half %val16 to double
48 store double %val64, double addrspace(1)* %out
/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c1383 int64_t val64; in TestInt64Format() local
1410 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status); in TestInt64Format()
1413 } else if (val64 != U_INT64_MAX) { in TestInt64Format()
1414 log_err("parseInt64 returned incorrect value, got: %ld\n", val64); in TestInt64Format()
1442 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status); in TestInt64Format()
1445 } else if (val64 != U_INT64_MIN) { in TestInt64Format()
1446 log_err("parseInt64 returned incorrect value, got: %ld\n", val64); in TestInt64Format()
1474 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status); in TestInt64Format()
1477 } else if (val64 != U_INT64_MAX) { in TestInt64Format()
1478 log_err("parseInt64 returned incorrect value, got: %ld\n", val64); in TestInt64Format()
/external/kernel-headers/original/uapi/linux/genwqe/
Dgenwqe_card.h251 __u64 val64; member
/external/selinux/checkpolicy/
Dpolicy_parse.y70 uint64_t val64; member
82 %type <val64> number64
/external/lz4/lib/
Dlz4.c244 U64 val64; in LZ4_read64() local
245 memcpy(&val64, memPtr, 8); in LZ4_read64()
246 return val64; in LZ4_read64()
/external/llvm/test/CodeGen/X86/
Dblock-placement.ll923 %val64 = load volatile float, float* undef
924 %cmp64 = fcmp une float %val64, undef