Home
last modified time | relevance | path

Searched refs:res32 (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/tcg/hexagon/
H A Dmem_noshuf.c201 uint32_t res32; in main() local
208 res32 = mem_noshuf_sb_lb(&n.b[0], &n.b[0], 0x87); in main()
209 check32(res32, 0xffffff87); in main()
212 res32 = mem_noshuf_sb_lub(&n.b[0], &n.ub[0], 0x87); in main()
213 check32(res32, 0x00000087); in main()
216 res32 = mem_noshuf_sb_lh(&n.b[0], &n.h[0], 0x87); in main()
217 check32(res32, 0xffffff87); in main()
220 res32 = mem_noshuf_sb_luh(&n.b[0], &n.uh[0], 0x87); in main()
221 check32(res32, 0x0000ff87); in main()
224 res32 = mem_noshuf_sb_lw(&n.b[0], &n.w[0], 0x87); in main()
[all …]
H A Dfpstuff.c523 uint32_t res32; in check_float2int_convs() local
534 : "=r"(res32), "=r"(usr) : "r"(SF_small_neg) in check_float2int_convs()
536 check32(res32, 0); in check_float2int_convs()
542 : "=r"(res32), "=r"(usr) : "r"(SF_small_neg) in check_float2int_convs()
544 check32(res32, 0); in check_float2int_convs()
566 : "=r"(res32), "=r"(usr) : "r"(DF_small_neg) in check_float2int_convs()
568 check32(res32, 0); in check_float2int_convs()
574 : "=r"(res32), "=r"(usr) : "r"(DF_small_neg) in check_float2int_convs()
576 check32(res32, 0); in check_float2int_convs()
601 : "=r"(res32), "=r"(usr) : "r"(SF_QNaN) in check_float2int_convs()
[all …]