Home
last modified time | relevance | path

Searched refs:z24 (Results 1 - 8 of 8) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc369 __ movprfx(z24.VnS(), p5.Merging(), z15.VnS()); in TEST()
370 __ fadd(z24.VnS(), p5.Merging(), z24.VnS(), z24.VnS()); in TEST()
426 __ movprfx(z12, z24); in TEST()
435 __ movprfx(z24, z5); in TEST()
436 __ fmax(z24.VnS(), p1.Merging(), z24.VnS(), z24.VnS()); in TEST()
444 __ movprfx(z24 in TEST()
[all...]
H A Dtest-disasm-sve-aarch64.cc388 COMPARE(lsr(z24.VnB(), p2.Merging(), z24.VnB(), 8), in TEST()
389 "lsr z24.b, p2/m, z24.b, #8"); in TEST()
390 COMPARE(lsr(z24.VnH(), p2.Merging(), z24.VnH(), 16), in TEST()
391 "lsr z24.h, p2/m, z24.h, #16"); in TEST()
392 COMPARE(lsr(z24.VnS(), p2.Merging(), z24 in TEST()
[all...]
H A Dtest-assembler-sve-aarch64.cc1475 __ Dup(z24.VnS(), -0x01020304);
1501 ASSERT_EQUAL_SVE(0xfefdfcfc, z24.VnS());
4365 (masm.*fn)(z24.WithLaneSize(lane_size_in_bits), SVE_VL64, multiplier);
4411 ASSERT_EQUAL_SVE(z8, z24);
7129 __ Dup(z24.VnH(), 0);
7130 __ Sxtb(z24.VnH(), p2.Merging(), z2.VnH());
7223 ASSERT_EQUAL_SVE(z24, z14);
7317 __ Ld2w(z24.VnS(),
7394 ASSERT_EQUAL_SVE(z8, z24);
7475 // Ld2w(z24
[all...]
H A Dtest-trace-aarch64.cc2799 __ ld1h(z24.VnD(), p2.Zeroing(), SVEMemOperand(x0, 3, SVE_MUL_VL)); in GenerateTestSequenceSVE()
2804 __ ld1sh(z24.VnS(), p2.Zeroing(), SVEMemOperand(x0, 3, SVE_MUL_VL)); in GenerateTestSequenceSVE()
2816 __ ld2d(z23.VnD(), z24.VnD(), p5.Zeroing(), SVEMemOperand(x0, 4, SVE_MUL_VL)); in GenerateTestSequenceSVE()
2822 __ ld3b(z24.VnB(), in GenerateTestSequenceSVE()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_util.h316 uint32_t z24; /* also s8? */
370 util_format_z24x8_unorm_pack_z_float((uint8_t*) &bcolor->z24,
/third_party/mesa3d/src/mesa/main/
H A Dpack.c1692 uint32_t z24 = (uint32_t) (zf * (float) 0xffffff); in unpack_uint_24_8_depth_stencil_Z32_S8X24() local
1694 dst[i] = (z24 << 8) | s; in unpack_uint_24_8_depth_stencil_Z32_S8X24()
1736 const uint32_t z24 = src[i] & 0xffffff; in unpack_float_32_uint_24_8_Z24_UNORM_S8_UINT() local
1737 d[i].z = z24 * scale; in unpack_float_32_uint_24_8_Z24_UNORM_S8_UINT()
1760 const uint32_t z24 = src[i] >> 8; in unpack_float_32_uint_24_8_S8_UINT_Z24_UNORM() local
1761 d[i].z = z24 * scale; in unpack_float_32_uint_24_8_S8_UINT_Z24_UNORM()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c173 uint32_t z24; /* also s8? */ member
221 e->z24 = 0; in setup_border_colors()
304 e->z24 = f_u * 0xffffff; in setup_border_colors()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c70 uint32_t z24; member
120 e->z24 = 0; in setup_border_colors()
209 e->z24 = f_u * 0xffffff; in setup_border_colors()

Completed in 19 milliseconds