/openbmc/qemu/tests/tcg/hexagon/ |
H A D | multi_result.c | 151 int64_t res64; in test_vacsh() local 155 res64 = vacsh(0x0004000300020001LL, in test_vacsh() 158 check64(res64, 0x0004000300030004LL); in test_vacsh() 162 res64 = vacsh(0x0004000300020001LL, in test_vacsh() 165 check64(res64, 0x000e0003000f0004LL); in test_vacsh() 169 res64 = vacsh(0x00047fff00020001LL, in test_vacsh() 172 check64(res64, 0x000e7fff000f0004LL); in test_vacsh() 176 res64 = vacsh(0x0004000300020001LL, in test_vacsh() 179 check64(res64, 0x000e0003000f0008LL); in test_vacsh() 186 int64_t res64; in test_vminub() local [all …]
|
H A D | fpstuff.c | 524 uint64_t res64; in check_float2int_convs() local 550 : "=r"(res64), "=r"(usr) : "r"(SF_small_neg) in check_float2int_convs() 552 check64(res64, 0); in check_float2int_convs() 558 : "=r"(res64), "=r"(usr) : "r"(SF_small_neg) in check_float2int_convs() 560 check64(res64, 0); in check_float2int_convs() 582 : "=r"(res64), "=r"(usr) : "r"(DF_small_neg) in check_float2int_convs() 584 check64(res64, 0); in check_float2int_convs() 590 : "=r"(res64), "=r"(usr) : "r"(DF_small_neg) in check_float2int_convs() 592 check64(res64, 0); in check_float2int_convs() 617 : "=r"(res64), "=r"(usr) : "r"(SF_QNaN) in check_float2int_convs() [all …]
|
H A D | mem_noshuf.c | 202 uint64_t res64; in main() local 228 res64 = mem_noshuf_sb_ld(&n.b[0], &n.d[0], 0x87); in main() 229 check64(res64, 0xffffffffffffff87LL); in main() 255 res64 = mem_noshuf_sh_ld(&n.h[1], &n.d[0], 0x8a87); in main() 256 check64(res64, 0xffffffff8a87ffffLL); in main() 282 res64 = mem_noshuf_sw_ld(&n.w[0], &n.d[0], 0x12345678); in main() 283 check64(res64, 0xffffffff12345678LL); in main() 309 res64 = mem_noshuf_sd_ld(&n.d[0], &n.d[0], 0x123456789abcdef0); in main() 310 check64(res64, 0x123456789abcdef0LL); in main() 327 res64 = cancel_sw_ld(false, &n.w[0], &n.d[0], 0x12345678); in main() [all …]
|
H A D | misc.c | 410 int64_t res64; in main() local 518 res64 = creg_pair(5, 7); in main() 519 check32((int32_t)res64, 5); in main() 520 check32((int32_t)(res64 >> 32), 7); in main() 528 res64 = decbin(0xf0f1f2f3f4f5f6f7LL, 0x7f6f5f4f3f2f1f0fLL, &pred); in main() 529 check64(res64, 0x357980003700010cLL); in main() 532 res64 = decbin(0xfLL, 0x1bLL, &pred); in main() 533 check64(res64, 0x78000100LL); in main()
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | test_FISTTP.c | 17 unsigned long long res64 = -1; variable 35 if (res16 != 1 || res32 != 1 || res64 != 1) { in test() 55 if (res16 != 3 || res32 != 3 || res64 != 3) { in test() 78 if (res16 != 0xfffd || res32 != 0xfffffffd || res64 != 0xfffffffffffffffdULL) { in test() 99 if (res16 != 0 || res32 != 0 || res64 != 0) { in test()
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 297 TCGv_i64 res64 = tcg_temp_new_i64(); in gen_get_byte_i64() local 299 tcg_gen_sextract_i64(res64, src, N * 8, 8); in gen_get_byte_i64() 301 tcg_gen_extract_i64(res64, src, N * 8, 8); in gen_get_byte_i64() 303 tcg_gen_extrl_i64_i32(result, res64); in gen_get_byte_i64()
|
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/ |
H A D | clock.h | 437 unsigned char res64[0xf4]; member 1069 unsigned char res64[0x78]; member
|
H A D | power.h | 487 unsigned char res64[0x134]; member 1205 unsigned char res64[0x34]; member
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | immap_86xx.h | 650 char res64[12]; member
|
H A D | immap_85xx.h | 591 u8 res64[4]; member 750 u8 res64[12]; member
|