Home
last modified time | relevance | path

Searched defs:mask (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/llvm-project-15.0.7/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvid.c12 vuint8mf8_t test_vid_v_u8mf8_m(vbool64_t mask, vuint8mf8_t maskedoff, in test_vid_v_u8mf8_m()
22 vuint8mf4_t test_vid_v_u8mf4_m(vbool32_t mask, vuint8mf4_t maskedoff, in test_vid_v_u8mf4_m()
32 vuint8mf2_t test_vid_v_u8mf2_m(vbool16_t mask, vuint8mf2_t maskedoff, in test_vid_v_u8mf2_m()
98 vuint16m1_t test_vid_v_u16m1_m(vbool16_t mask, vuint16m1_t maskedoff, in test_vid_v_u16m1_m()
108 vuint16m2_t test_vid_v_u16m2_m(vbool8_t mask, vuint16m2_t maskedoff, in test_vid_v_u16m2_m()
118 vuint16m4_t test_vid_v_u16m4_m(vbool4_t mask, vuint16m4_t maskedoff, in test_vid_v_u16m4_m()
128 vuint16m8_t test_vid_v_u16m8_m(vbool2_t mask, vuint16m8_t maskedoff, in test_vid_v_u16m8_m()
148 vuint32m1_t test_vid_v_u32m1_m(vbool32_t mask, vuint32m1_t maskedoff, in test_vid_v_u32m1_m()
168 vuint32m4_t test_vid_v_u32m4_m(vbool8_t mask, vuint32m4_t maskedoff, in test_vid_v_u32m4_m()
178 vuint32m8_t test_vid_v_u32m8_m(vbool4_t mask, vuint32m8_t maskedoff, in test_vid_v_u32m8_m()
[all …]
H A Dvmerge.c153 vint16mf4_t test_vmerge_vvm_i16mf4(vbool64_t mask, vint16mf4_t op1, in test_vmerge_vvm_i16mf4()
173 vint16mf2_t test_vmerge_vvm_i16mf2(vbool32_t mask, vint16mf2_t op1, in test_vmerge_vvm_i16mf2()
273 vint32mf2_t test_vmerge_vvm_i32mf2(vbool64_t mask, vint32mf2_t op1, in test_vmerge_vvm_i32mf2()
453 vuint8mf8_t test_vmerge_vvm_u8mf8(vbool64_t mask, vuint8mf8_t op1, in test_vmerge_vvm_u8mf8()
473 vuint8mf4_t test_vmerge_vvm_u8mf4(vbool32_t mask, vuint8mf4_t op1, in test_vmerge_vvm_u8mf4()
653 vuint16m2_t test_vmerge_vvm_u16m2(vbool8_t mask, vuint16m2_t op1, in test_vmerge_vvm_u16m2()
673 vuint16m4_t test_vmerge_vvm_u16m4(vbool4_t mask, vuint16m4_t op1, in test_vmerge_vvm_u16m4()
693 vuint16m8_t test_vmerge_vvm_u16m8(vbool2_t mask, vuint16m8_t op1, in test_vmerge_vvm_u16m8()
773 vuint32m4_t test_vmerge_vvm_u32m4(vbool8_t mask, vuint32m4_t op1, in test_vmerge_vvm_u32m4()
793 vuint32m8_t test_vmerge_vvm_u32m8(vbool4_t mask, vuint32m8_t op1, in test_vmerge_vvm_u32m8()
[all …]
H A Dvle.c14 vint8mf8_t test_vle8_v_i8mf8_m(vbool64_t mask, vint8mf8_t maskedoff, const int8_t *base, size_t vl)… in test_vle8_v_i8mf8_m()
24 vint8mf4_t test_vle8_v_i8mf4_m(vbool32_t mask, vint8mf4_t maskedoff, const int8_t *base, size_t vl)… in test_vle8_v_i8mf4_m()
34 vint8mf2_t test_vle8_v_i8mf2_m(vbool16_t mask, vint8mf2_t maskedoff, const int8_t *base, size_t vl)… in test_vle8_v_i8mf2_m()
44 vint8m1_t test_vle8_v_i8m1_m(vbool8_t mask, vint8m1_t maskedoff, const int8_t *base, size_t vl) { in test_vle8_v_i8m1_m()
54 vint8m2_t test_vle8_v_i8m2_m(vbool4_t mask, vint8m2_t maskedoff, const int8_t *base, size_t vl) { in test_vle8_v_i8m2_m()
64 vint8m4_t test_vle8_v_i8m4_m(vbool2_t mask, vint8m4_t maskedoff, const int8_t *base, size_t vl) { in test_vle8_v_i8m4_m()
74 vint8m8_t test_vle8_v_i8m8_m(vbool1_t mask, vint8m8_t maskedoff, const int8_t *base, size_t vl) { in test_vle8_v_i8m8_m()
114 vint16m2_t test_vle16_v_i16m2_m(vbool8_t mask, vint16m2_t maskedoff, const int16_t *base, size_t vl… in test_vle16_v_i16m2_m()
264 vuint8m1_t test_vle8_v_u8m1_m(vbool8_t mask, vuint8m1_t maskedoff, const uint8_t *base, size_t vl) { in test_vle8_v_u8m1_m()
274 vuint8m2_t test_vle8_v_u8m2_m(vbool4_t mask, vuint8m2_t maskedoff, const uint8_t *base, size_t vl) { in test_vle8_v_u8m2_m()
[all …]
H A Dvcompress.c13 vint8mf8_t test_vcompress_vm_i8mf8 (vbool64_t mask, vint8mf8_t dest, vint8mf8_t src, size_t vl) { in test_vcompress_vm_i8mf8()
22 vint8mf4_t test_vcompress_vm_i8mf4 (vbool32_t mask, vint8mf4_t dest, vint8mf4_t src, size_t vl) { in test_vcompress_vm_i8mf4()
31 vint8mf2_t test_vcompress_vm_i8mf2 (vbool16_t mask, vint8mf2_t dest, vint8mf2_t src, size_t vl) { in test_vcompress_vm_i8mf2()
40 vint8m1_t test_vcompress_vm_i8m1 (vbool8_t mask, vint8m1_t dest, vint8m1_t src, size_t vl) { in test_vcompress_vm_i8m1()
49 vint8m2_t test_vcompress_vm_i8m2 (vbool4_t mask, vint8m2_t dest, vint8m2_t src, size_t vl) { in test_vcompress_vm_i8m2()
58 vint8m4_t test_vcompress_vm_i8m4 (vbool2_t mask, vint8m4_t dest, vint8m4_t src, size_t vl) { in test_vcompress_vm_i8m4()
67 vint8m8_t test_vcompress_vm_i8m8 (vbool1_t mask, vint8m8_t dest, vint8m8_t src, size_t vl) { in test_vcompress_vm_i8m8()
94 vint16m1_t test_vcompress_vm_i16m1 (vbool16_t mask, vint16m1_t dest, vint16m1_t src, size_t vl) { in test_vcompress_vm_i16m1()
103 vint16m2_t test_vcompress_vm_i16m2 (vbool8_t mask, vint16m2_t dest, vint16m2_t src, size_t vl) { in test_vcompress_vm_i16m2()
112 vint16m4_t test_vcompress_vm_i16m4 (vbool4_t mask, vint16m4_t dest, vint16m4_t src, size_t vl) { in test_vcompress_vm_i16m4()
[all …]
H A Dviota.c12 vuint8mf8_t test_viota_m_u8mf8_m(vbool64_t mask, vuint8mf8_t maskedoff, in test_viota_m_u8mf8_m()
22 vuint8mf4_t test_viota_m_u8mf4_m(vbool32_t mask, vuint8mf4_t maskedoff, in test_viota_m_u8mf4_m()
32 vuint8mf2_t test_viota_m_u8mf2_m(vbool16_t mask, vuint8mf2_t maskedoff, in test_viota_m_u8mf2_m()
42 vuint8m1_t test_viota_m_u8m1_m(vbool8_t mask, vuint8m1_t maskedoff, in test_viota_m_u8m1_m()
52 vuint8m2_t test_viota_m_u8m2_m(vbool4_t mask, vuint8m2_t maskedoff, in test_viota_m_u8m2_m()
62 vuint8m4_t test_viota_m_u8m4_m(vbool2_t mask, vuint8m4_t maskedoff, in test_viota_m_u8m4_m()
72 vuint8m8_t test_viota_m_u8m8_m(vbool1_t mask, vuint8m8_t maskedoff, in test_viota_m_u8m8_m()
102 vuint16m1_t test_viota_m_u16m1_m(vbool16_t mask, vuint16m1_t maskedoff, in test_viota_m_u16m1_m()
112 vuint16m2_t test_viota_m_u16m2_m(vbool8_t mask, vuint16m2_t maskedoff, in test_viota_m_u16m2_m()
122 vuint16m4_t test_viota_m_u16m4_m(vbool4_t mask, vuint16m4_t maskedoff, in test_viota_m_u16m4_m()
[all …]
H A Dvlse.c14 vint8mf8_t test_vlse8_v_i8mf8_m(vbool64_t mask, vint8mf8_t maskedoff, in test_vlse8_v_i8mf8_m()
26 vint8mf4_t test_vlse8_v_i8mf4_m(vbool32_t mask, vint8mf4_t maskedoff, in test_vlse8_v_i8mf4_m()
38 vint8mf2_t test_vlse8_v_i8mf2_m(vbool16_t mask, vint8mf2_t maskedoff, in test_vlse8_v_i8mf2_m()
50 vint8m1_t test_vlse8_v_i8m1_m(vbool8_t mask, vint8m1_t maskedoff, in test_vlse8_v_i8m1_m()
62 vint8m2_t test_vlse8_v_i8m2_m(vbool4_t mask, vint8m2_t maskedoff, in test_vlse8_v_i8m2_m()
74 vint8m4_t test_vlse8_v_i8m4_m(vbool2_t mask, vint8m4_t maskedoff, in test_vlse8_v_i8m4_m()
86 vint8m8_t test_vlse8_v_i8m8_m(vbool1_t mask, vint8m8_t maskedoff, in test_vlse8_v_i8m8_m()
314 vuint8m1_t test_vlse8_v_u8m1_m(vbool8_t mask, vuint8m1_t maskedoff, in test_vlse8_v_u8m1_m()
326 vuint8m2_t test_vlse8_v_u8m2_m(vbool4_t mask, vuint8m2_t maskedoff, in test_vlse8_v_u8m2_m()
338 vuint8m4_t test_vlse8_v_u8m4_m(vbool2_t mask, vuint8m4_t maskedoff, in test_vlse8_v_u8m4_m()
[all …]
H A Dvfmerge.c13 vfloat32mf2_t test_vfmerge_vfm_f32mf2(vbool64_t mask, vfloat32mf2_t op1, in test_vfmerge_vfm_f32mf2()
23 vfloat32m1_t test_vfmerge_vfm_f32m1(vbool32_t mask, vfloat32m1_t op1, float op2, in test_vfmerge_vfm_f32m1()
33 vfloat32m2_t test_vfmerge_vfm_f32m2(vbool16_t mask, vfloat32m2_t op1, float op2, in test_vfmerge_vfm_f32m2()
43 vfloat32m4_t test_vfmerge_vfm_f32m4(vbool8_t mask, vfloat32m4_t op1, float op2, in test_vfmerge_vfm_f32m4()
53 vfloat32m8_t test_vfmerge_vfm_f32m8(vbool4_t mask, vfloat32m8_t op1, float op2, in test_vfmerge_vfm_f32m8()
63 vfloat64m1_t test_vfmerge_vfm_f64m1(vbool64_t mask, vfloat64m1_t op1, in test_vfmerge_vfm_f64m1()
73 vfloat64m2_t test_vfmerge_vfm_f64m2(vbool32_t mask, vfloat64m2_t op1, in test_vfmerge_vfm_f64m2()
83 vfloat64m4_t test_vfmerge_vfm_f64m4(vbool16_t mask, vfloat64m4_t op1, in test_vfmerge_vfm_f64m4()
93 vfloat64m8_t test_vfmerge_vfm_f64m8(vbool8_t mask, vfloat64m8_t op1, double op2, in test_vfmerge_vfm_f64m8()
H A Dvfwcvt.c355 vfloat32mf2_t test_vfwcvt_f_x_v_f32mf2_m(vbool64_t mask, in test_vfwcvt_f_x_v_f32mf2_m()
386 vfloat32m4_t test_vfwcvt_f_x_v_f32m4_m(vbool8_t mask, vfloat32m4_t maskedoff, in test_vfwcvt_f_x_v_f32m4_m()
406 vfloat32mf2_t test_vfwcvt_f_xu_v_f32mf2_m(vbool64_t mask, in test_vfwcvt_f_xu_v_f32mf2_m()
457 vint64m1_t test_vfwcvt_x_f_v_i64m1_m(vbool64_t mask, vint64m1_t maskedoff, in test_vfwcvt_x_f_v_i64m1_m()
477 vint64m2_t test_vfwcvt_x_f_v_i64m2_m(vbool32_t mask, vint64m2_t maskedoff, in test_vfwcvt_x_f_v_i64m2_m()
497 vint64m4_t test_vfwcvt_x_f_v_i64m4_m(vbool16_t mask, vint64m4_t maskedoff, in test_vfwcvt_x_f_v_i64m4_m()
517 vint64m8_t test_vfwcvt_x_f_v_i64m8_m(vbool8_t mask, vint64m8_t maskedoff, in test_vfwcvt_x_f_v_i64m8_m()
547 vuint64m1_t test_vfwcvt_rtz_xu_f_v_u64m1_m(vbool64_t mask, in test_vfwcvt_rtz_xu_f_v_u64m1_m()
568 vuint64m2_t test_vfwcvt_rtz_xu_f_v_u64m2_m(vbool32_t mask, in test_vfwcvt_rtz_xu_f_v_u64m2_m()
589 vuint64m4_t test_vfwcvt_rtz_xu_f_v_u64m4_m(vbool16_t mask, in test_vfwcvt_rtz_xu_f_v_u64m4_m()
[all …]
H A Dvfcvt.c519 vint32m1_t test_vfcvt_x_f_v_i32m1_m(vbool32_t mask, vint32m1_t maskedoff, in test_vfcvt_x_f_v_i32m1_m()
539 vint32m2_t test_vfcvt_x_f_v_i32m2_m(vbool16_t mask, vint32m2_t maskedoff, in test_vfcvt_x_f_v_i32m2_m()
559 vint32m4_t test_vfcvt_x_f_v_i32m4_m(vbool8_t mask, vint32m4_t maskedoff, in test_vfcvt_x_f_v_i32m4_m()
579 vint32m8_t test_vfcvt_x_f_v_i32m8_m(vbool4_t mask, vint32m8_t maskedoff, in test_vfcvt_x_f_v_i32m8_m()
609 vuint32mf2_t test_vfcvt_rtz_xu_f_v_u32mf2_m(vbool64_t mask, in test_vfcvt_rtz_xu_f_v_u32mf2_m()
660 vuint32m4_t test_vfcvt_xu_f_v_u32m4_m(vbool8_t mask, vuint32m4_t maskedoff, in test_vfcvt_xu_f_v_u32m4_m()
750 vfloat32mf2_t test_vfcvt_f_xu_v_f32mf2_m(vbool64_t mask, in test_vfcvt_f_xu_v_f32mf2_m()
801 vint64m1_t test_vfcvt_x_f_v_i64m1_m(vbool64_t mask, vint64m1_t maskedoff, in test_vfcvt_x_f_v_i64m1_m()
821 vint64m2_t test_vfcvt_x_f_v_i64m2_m(vbool32_t mask, vint64m2_t maskedoff, in test_vfcvt_x_f_v_i64m2_m()
841 vint64m4_t test_vfcvt_x_f_v_i64m4_m(vbool16_t mask, vint64m4_t maskedoff, in test_vfcvt_x_f_v_i64m4_m()
[all …]
H A Dvfncvt.c491 vint16mf4_t test_vfncvt_rtz_x_f_w_i16mf4_m(vbool64_t mask, in test_vfncvt_rtz_x_f_w_i16mf4_m()
512 vint16mf2_t test_vfncvt_rtz_x_f_w_i16mf2_m(vbool32_t mask, in test_vfncvt_rtz_x_f_w_i16mf2_m()
635 vuint16m1_t test_vfncvt_rtz_xu_f_w_u16m1_m(vbool16_t mask, in test_vfncvt_rtz_xu_f_w_u16m1_m()
696 vint32mf2_t test_vfncvt_rtz_x_f_w_i32mf2_m(vbool64_t mask, in test_vfncvt_rtz_x_f_w_i32mf2_m()
798 vuint32m1_t test_vfncvt_rtz_xu_f_w_u32m1_m(vbool32_t mask, in test_vfncvt_rtz_xu_f_w_u32m1_m()
819 vuint32m2_t test_vfncvt_rtz_xu_f_w_u32m2_m(vbool16_t mask, in test_vfncvt_rtz_xu_f_w_u32m2_m()
850 vfloat32mf2_t test_vfncvt_f_x_w_f32mf2_m(vbool64_t mask, in test_vfncvt_f_x_w_f32mf2_m()
891 vfloat32mf2_t test_vfncvt_f_xu_w_f32mf2_m(vbool64_t mask, in test_vfncvt_f_xu_w_f32mf2_m()
932 vfloat32mf2_t test_vfncvt_f_f_w_f32mf2_m(vbool64_t mask, in test_vfncvt_f_f_w_f32mf2_m()
964 vfloat32m1_t test_vfncvt_rod_f_f_w_f32m1_m(vbool32_t mask, in test_vfncvt_rod_f_f_w_f32m1_m()
[all …]
H A Dvnot.c436 vint8m1_t test_vnot_v_i8m1_m (vbool8_t mask, vint8m1_t maskedoff, vint8m1_t op1, size_t vl) { in test_vnot_v_i8m1_m()
445 vint8m2_t test_vnot_v_i8m2_m (vbool4_t mask, vint8m2_t maskedoff, vint8m2_t op1, size_t vl) { in test_vnot_v_i8m2_m()
454 vint8m4_t test_vnot_v_i8m4_m (vbool2_t mask, vint8m4_t maskedoff, vint8m4_t op1, size_t vl) { in test_vnot_v_i8m4_m()
463 vint8m8_t test_vnot_v_i8m8_m (vbool1_t mask, vint8m8_t maskedoff, vint8m8_t op1, size_t vl) { in test_vnot_v_i8m8_m()
499 vint16m2_t test_vnot_v_i16m2_m (vbool8_t mask, vint16m2_t maskedoff, vint16m2_t op1, size_t vl) { in test_vnot_v_i16m2_m()
508 vint16m4_t test_vnot_v_i16m4_m (vbool4_t mask, vint16m4_t maskedoff, vint16m4_t op1, size_t vl) { in test_vnot_v_i16m4_m()
517 vint16m8_t test_vnot_v_i16m8_m (vbool2_t mask, vint16m8_t maskedoff, vint16m8_t op1, size_t vl) { in test_vnot_v_i16m8_m()
634 vuint8m1_t test_vnot_v_u8m1_m (vbool8_t mask, vuint8m1_t maskedoff, vuint8m1_t op1, size_t vl) { in test_vnot_v_u8m1_m()
643 vuint8m2_t test_vnot_v_u8m2_m (vbool4_t mask, vuint8m2_t maskedoff, vuint8m2_t op1, size_t vl) { in test_vnot_v_u8m2_m()
652 vuint8m4_t test_vnot_v_u8m4_m (vbool2_t mask, vuint8m4_t maskedoff, vuint8m4_t op1, size_t vl) { in test_vnot_v_u8m4_m()
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvcompress.c14 vint8mf8_t test_vcompress_vm_i8mf8 (vbool64_t mask, vint8mf8_t dest, vint8mf8_t src, size_t vl) { in test_vcompress_vm_i8mf8()
23 vint8mf4_t test_vcompress_vm_i8mf4 (vbool32_t mask, vint8mf4_t dest, vint8mf4_t src, size_t vl) { in test_vcompress_vm_i8mf4()
32 vint8mf2_t test_vcompress_vm_i8mf2 (vbool16_t mask, vint8mf2_t dest, vint8mf2_t src, size_t vl) { in test_vcompress_vm_i8mf2()
41 vint8m1_t test_vcompress_vm_i8m1 (vbool8_t mask, vint8m1_t dest, vint8m1_t src, size_t vl) { in test_vcompress_vm_i8m1()
50 vint8m2_t test_vcompress_vm_i8m2 (vbool4_t mask, vint8m2_t dest, vint8m2_t src, size_t vl) { in test_vcompress_vm_i8m2()
59 vint8m4_t test_vcompress_vm_i8m4 (vbool2_t mask, vint8m4_t dest, vint8m4_t src, size_t vl) { in test_vcompress_vm_i8m4()
68 vint8m8_t test_vcompress_vm_i8m8 (vbool1_t mask, vint8m8_t dest, vint8m8_t src, size_t vl) { in test_vcompress_vm_i8m8()
95 vint16m1_t test_vcompress_vm_i16m1 (vbool16_t mask, vint16m1_t dest, vint16m1_t src, size_t vl) { in test_vcompress_vm_i16m1()
104 vint16m2_t test_vcompress_vm_i16m2 (vbool8_t mask, vint16m2_t dest, vint16m2_t src, size_t vl) { in test_vcompress_vm_i16m2()
113 vint16m4_t test_vcompress_vm_i16m4 (vbool4_t mask, vint16m4_t dest, vint16m4_t src, size_t vl) { in test_vcompress_vm_i16m4()
[all …]
H A Dvmerge.c154 vint16mf4_t test_vmerge_vvm_i16mf4(vbool64_t mask, vint16mf4_t op1, in test_vmerge_vvm_i16mf4()
174 vint16mf2_t test_vmerge_vvm_i16mf2(vbool32_t mask, vint16mf2_t op1, in test_vmerge_vvm_i16mf2()
274 vint32mf2_t test_vmerge_vvm_i32mf2(vbool64_t mask, vint32mf2_t op1, in test_vmerge_vvm_i32mf2()
454 vuint8mf8_t test_vmerge_vvm_u8mf8(vbool64_t mask, vuint8mf8_t op1, in test_vmerge_vvm_u8mf8()
474 vuint8mf4_t test_vmerge_vvm_u8mf4(vbool32_t mask, vuint8mf4_t op1, in test_vmerge_vvm_u8mf4()
654 vuint16m2_t test_vmerge_vvm_u16m2(vbool8_t mask, vuint16m2_t op1, in test_vmerge_vvm_u16m2()
674 vuint16m4_t test_vmerge_vvm_u16m4(vbool4_t mask, vuint16m4_t op1, in test_vmerge_vvm_u16m4()
694 vuint16m8_t test_vmerge_vvm_u16m8(vbool2_t mask, vuint16m8_t op1, in test_vmerge_vvm_u16m8()
774 vuint32m4_t test_vmerge_vvm_u32m4(vbool8_t mask, vuint32m4_t op1, in test_vmerge_vvm_u32m4()
794 vuint32m8_t test_vmerge_vvm_u32m8(vbool4_t mask, vuint32m8_t op1, in test_vmerge_vvm_u32m8()
[all …]
H A Dvfmerge.c14 vfloat32mf2_t test_vfmerge_vfm_f32mf2(vbool64_t mask, vfloat32mf2_t op1, in test_vfmerge_vfm_f32mf2()
24 vfloat32m1_t test_vfmerge_vfm_f32m1(vbool32_t mask, vfloat32m1_t op1, float op2, in test_vfmerge_vfm_f32m1()
34 vfloat32m2_t test_vfmerge_vfm_f32m2(vbool16_t mask, vfloat32m2_t op1, float op2, in test_vfmerge_vfm_f32m2()
44 vfloat32m4_t test_vfmerge_vfm_f32m4(vbool8_t mask, vfloat32m4_t op1, float op2, in test_vfmerge_vfm_f32m4()
54 vfloat32m8_t test_vfmerge_vfm_f32m8(vbool4_t mask, vfloat32m8_t op1, float op2, in test_vfmerge_vfm_f32m8()
64 vfloat64m1_t test_vfmerge_vfm_f64m1(vbool64_t mask, vfloat64m1_t op1, in test_vfmerge_vfm_f64m1()
74 vfloat64m2_t test_vfmerge_vfm_f64m2(vbool32_t mask, vfloat64m2_t op1, in test_vfmerge_vfm_f64m2()
84 vfloat64m4_t test_vfmerge_vfm_f64m4(vbool16_t mask, vfloat64m4_t op1, in test_vfmerge_vfm_f64m4()
94 vfloat64m8_t test_vfmerge_vfm_f64m8(vbool8_t mask, vfloat64m8_t op1, double op2, in test_vfmerge_vfm_f64m8()
131 vfloat16m2_t test_vfmerge_vfm_f16m2 (vbool8_t mask, vfloat16m2_t op1, _Float16 op2, size_t vl) { in test_vfmerge_vfm_f16m2()
[all …]
H A Dvid.c166 vuint8mf8_t test_vid_v_u8mf8_m(vbool64_t mask, vuint8mf8_t maskedoff, in test_vid_v_u8mf8_m()
176 vuint8mf4_t test_vid_v_u8mf4_m(vbool32_t mask, vuint8mf4_t maskedoff, in test_vid_v_u8mf4_m()
186 vuint8mf2_t test_vid_v_u8mf2_m(vbool16_t mask, vuint8mf2_t maskedoff, in test_vid_v_u8mf2_m()
252 vuint16m1_t test_vid_v_u16m1_m(vbool16_t mask, vuint16m1_t maskedoff, in test_vid_v_u16m1_m()
262 vuint16m2_t test_vid_v_u16m2_m(vbool8_t mask, vuint16m2_t maskedoff, in test_vid_v_u16m2_m()
272 vuint16m4_t test_vid_v_u16m4_m(vbool4_t mask, vuint16m4_t maskedoff, in test_vid_v_u16m4_m()
282 vuint16m8_t test_vid_v_u16m8_m(vbool2_t mask, vuint16m8_t maskedoff, in test_vid_v_u16m8_m()
302 vuint32m1_t test_vid_v_u32m1_m(vbool32_t mask, vuint32m1_t maskedoff, in test_vid_v_u32m1_m()
322 vuint32m4_t test_vid_v_u32m4_m(vbool8_t mask, vuint32m4_t maskedoff, in test_vid_v_u32m4_m()
332 vuint32m8_t test_vid_v_u32m8_m(vbool4_t mask, vuint32m8_t maskedoff, in test_vid_v_u32m8_m()
[all …]
H A Dvfcvt.c520 vint32m1_t test_vfcvt_x_f_v_i32m1_m(vbool32_t mask, vint32m1_t maskedoff, in test_vfcvt_x_f_v_i32m1_m()
540 vint32m2_t test_vfcvt_x_f_v_i32m2_m(vbool16_t mask, vint32m2_t maskedoff, in test_vfcvt_x_f_v_i32m2_m()
560 vint32m4_t test_vfcvt_x_f_v_i32m4_m(vbool8_t mask, vint32m4_t maskedoff, in test_vfcvt_x_f_v_i32m4_m()
580 vint32m8_t test_vfcvt_x_f_v_i32m8_m(vbool4_t mask, vint32m8_t maskedoff, in test_vfcvt_x_f_v_i32m8_m()
610 vuint32mf2_t test_vfcvt_rtz_xu_f_v_u32mf2_m(vbool64_t mask, in test_vfcvt_rtz_xu_f_v_u32mf2_m()
661 vuint32m4_t test_vfcvt_xu_f_v_u32m4_m(vbool8_t mask, vuint32m4_t maskedoff, in test_vfcvt_xu_f_v_u32m4_m()
751 vfloat32mf2_t test_vfcvt_f_xu_v_f32mf2_m(vbool64_t mask, in test_vfcvt_f_xu_v_f32mf2_m()
802 vint64m1_t test_vfcvt_x_f_v_i64m1_m(vbool64_t mask, vint64m1_t maskedoff, in test_vfcvt_x_f_v_i64m1_m()
822 vint64m2_t test_vfcvt_x_f_v_i64m2_m(vbool32_t mask, vint64m2_t maskedoff, in test_vfcvt_x_f_v_i64m2_m()
842 vint64m4_t test_vfcvt_x_f_v_i64m4_m(vbool16_t mask, vint64m4_t maskedoff, in test_vfcvt_x_f_v_i64m4_m()
[all …]
H A Dvfncvt.c492 vint16mf4_t test_vfncvt_rtz_x_f_w_i16mf4_m(vbool64_t mask, in test_vfncvt_rtz_x_f_w_i16mf4_m()
513 vint16mf2_t test_vfncvt_rtz_x_f_w_i16mf2_m(vbool32_t mask, in test_vfncvt_rtz_x_f_w_i16mf2_m()
636 vuint16m1_t test_vfncvt_rtz_xu_f_w_u16m1_m(vbool16_t mask, in test_vfncvt_rtz_xu_f_w_u16m1_m()
697 vint32mf2_t test_vfncvt_rtz_x_f_w_i32mf2_m(vbool64_t mask, in test_vfncvt_rtz_x_f_w_i32mf2_m()
799 vuint32m1_t test_vfncvt_rtz_xu_f_w_u32m1_m(vbool32_t mask, in test_vfncvt_rtz_xu_f_w_u32m1_m()
820 vuint32m2_t test_vfncvt_rtz_xu_f_w_u32m2_m(vbool16_t mask, in test_vfncvt_rtz_xu_f_w_u32m2_m()
851 vfloat32mf2_t test_vfncvt_f_x_w_f32mf2_m(vbool64_t mask, in test_vfncvt_f_x_w_f32mf2_m()
892 vfloat32mf2_t test_vfncvt_f_xu_w_f32mf2_m(vbool64_t mask, in test_vfncvt_f_xu_w_f32mf2_m()
933 vfloat32mf2_t test_vfncvt_f_f_w_f32mf2_m(vbool64_t mask, in test_vfncvt_f_f_w_f32mf2_m()
965 vfloat32m1_t test_vfncvt_rod_f_f_w_f32m1_m(vbool32_t mask, in test_vfncvt_rod_f_f_w_f32m1_m()
[all …]
H A Dvfwcvt.c356 vfloat32mf2_t test_vfwcvt_f_x_v_f32mf2_m(vbool64_t mask, in test_vfwcvt_f_x_v_f32mf2_m()
387 vfloat32m4_t test_vfwcvt_f_x_v_f32m4_m(vbool8_t mask, vfloat32m4_t maskedoff, in test_vfwcvt_f_x_v_f32m4_m()
407 vfloat32mf2_t test_vfwcvt_f_xu_v_f32mf2_m(vbool64_t mask, in test_vfwcvt_f_xu_v_f32mf2_m()
458 vint64m1_t test_vfwcvt_x_f_v_i64m1_m(vbool64_t mask, vint64m1_t maskedoff, in test_vfwcvt_x_f_v_i64m1_m()
478 vint64m2_t test_vfwcvt_x_f_v_i64m2_m(vbool32_t mask, vint64m2_t maskedoff, in test_vfwcvt_x_f_v_i64m2_m()
498 vint64m4_t test_vfwcvt_x_f_v_i64m4_m(vbool16_t mask, vint64m4_t maskedoff, in test_vfwcvt_x_f_v_i64m4_m()
518 vint64m8_t test_vfwcvt_x_f_v_i64m8_m(vbool8_t mask, vint64m8_t maskedoff, in test_vfwcvt_x_f_v_i64m8_m()
548 vuint64m1_t test_vfwcvt_rtz_xu_f_v_u64m1_m(vbool64_t mask, in test_vfwcvt_rtz_xu_f_v_u64m1_m()
569 vuint64m2_t test_vfwcvt_rtz_xu_f_v_u64m2_m(vbool32_t mask, in test_vfwcvt_rtz_xu_f_v_u64m2_m()
590 vuint64m4_t test_vfwcvt_rtz_xu_f_v_u64m4_m(vbool16_t mask, in test_vfwcvt_rtz_xu_f_v_u64m4_m()
[all …]
H A Dvnot.c436 vint8m1_t test_vnot_v_i8m1_m (vbool8_t mask, vint8m1_t maskedoff, vint8m1_t op1, size_t vl) { in test_vnot_v_i8m1_m()
445 vint8m2_t test_vnot_v_i8m2_m (vbool4_t mask, vint8m2_t maskedoff, vint8m2_t op1, size_t vl) { in test_vnot_v_i8m2_m()
454 vint8m4_t test_vnot_v_i8m4_m (vbool2_t mask, vint8m4_t maskedoff, vint8m4_t op1, size_t vl) { in test_vnot_v_i8m4_m()
463 vint8m8_t test_vnot_v_i8m8_m (vbool1_t mask, vint8m8_t maskedoff, vint8m8_t op1, size_t vl) { in test_vnot_v_i8m8_m()
499 vint16m2_t test_vnot_v_i16m2_m (vbool8_t mask, vint16m2_t maskedoff, vint16m2_t op1, size_t vl) { in test_vnot_v_i16m2_m()
508 vint16m4_t test_vnot_v_i16m4_m (vbool4_t mask, vint16m4_t maskedoff, vint16m4_t op1, size_t vl) { in test_vnot_v_i16m4_m()
517 vint16m8_t test_vnot_v_i16m8_m (vbool2_t mask, vint16m8_t maskedoff, vint16m8_t op1, size_t vl) { in test_vnot_v_i16m8_m()
634 vuint8m1_t test_vnot_v_u8m1_m (vbool8_t mask, vuint8m1_t maskedoff, vuint8m1_t op1, size_t vl) { in test_vnot_v_u8m1_m()
643 vuint8m2_t test_vnot_v_u8m2_m (vbool4_t mask, vuint8m2_t maskedoff, vuint8m2_t op1, size_t vl) { in test_vnot_v_u8m2_m()
652 vuint8m4_t test_vnot_v_u8m4_m (vbool2_t mask, vuint8m4_t maskedoff, vuint8m4_t op1, size_t vl) { in test_vnot_v_u8m4_m()
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dms-intrinsics.c271 long test_InterlockedExchange(long volatile *value, long mask) { in test_InterlockedExchange()
327 char test_InterlockedOr8(char volatile *value, char mask) { in test_InterlockedOr8()
335 short test_InterlockedOr16(short volatile *value, short mask) { in test_InterlockedOr16()
343 long test_InterlockedOr(long volatile *value, long mask) { in test_InterlockedOr()
351 char test_InterlockedXor8(char volatile *value, char mask) { in test_InterlockedXor8()
367 long test_InterlockedXor(long volatile *value, long mask) { in test_InterlockedXor()
375 char test_InterlockedAnd8(char volatile *value, char mask) { in test_InterlockedAnd8()
391 long test_InterlockedAnd(long volatile *value, long mask) { in test_InterlockedAnd()
970 char test_InterlockedOr8_nf(char volatile *value, char mask) { in test_InterlockedOr8_nf()
1002 long test_InterlockedOr_acq(long volatile *value, long mask) { in test_InterlockedOr_acq()
[all …]
H A Dms-intrinsics-other.c86 LONG test_InterlockedExchange(LONG volatile *value, LONG mask) { in test_InterlockedExchange()
110 LONG test_InterlockedOr(LONG volatile *value, LONG mask) { in test_InterlockedOr()
118 LONG test_InterlockedXor(LONG volatile *value, LONG mask) { in test_InterlockedXor()
126 LONG test_InterlockedAnd(LONG volatile *value, LONG mask) { in test_InterlockedAnd()
292 LONG test_InterlockedOr_acq(LONG volatile *value, LONG mask) { in test_InterlockedOr_acq()
300 LONG test_InterlockedOr_rel(LONG volatile *value, LONG mask) { in test_InterlockedOr_rel()
308 LONG test_InterlockedOr_nf(LONG volatile *value, LONG mask) { in test_InterlockedOr_nf()
316 LONG test_InterlockedXor_acq(LONG volatile *value, LONG mask) { in test_InterlockedXor_acq()
324 LONG test_InterlockedXor_rel(LONG volatile *value, LONG mask) { in test_InterlockedXor_rel()
332 LONG test_InterlockedXor_nf(LONG volatile *value, LONG mask) { in test_InterlockedXor_nf()
[all …]
/llvm-project-15.0.7/flang/test/Lower/Intrinsics/
H A Dcount.f905 subroutine count_test1(rslt, mask) argument
7 logical :: mask(:) local
17 subroutine test_count2(rslt, mask) argument
19 logical :: mask(:,:) local
35 subroutine test_count3(rslt, mask) argument
37 logical :: mask(:) local
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp31 uint32_t mask = 1; in NewEventBit() local
38 void PThreadEvent::FreeEventBits(const uint32_t mask) { in FreeEventBits()
75 void PThreadEvent::SetEvents(const uint32_t mask) { in SetEvents()
92 void PThreadEvent::ResetEvents(const uint32_t mask) { in ResetEvents()
111 PThreadEvent::WaitForSetEvents(const uint32_t mask, in WaitForSetEvents()
153 const uint32_t mask, const struct timespec *timeout_abstime) const { in WaitForEventsToReset() argument
187 PThreadEvent::WaitForResetAck(const uint32_t mask, in WaitForResetAck()
/llvm-project-15.0.7/openmp/runtime/test/affinity/
H A Dlibomp_test_affinity.h19 static void affinity_mask_zero(affinity_mask_t *mask) { in affinity_mask_zero()
33 static void affinity_mask_free(affinity_mask_t *mask) { CPU_FREE(mask->set); } in affinity_mask_free()
40 static void affinity_mask_set(affinity_mask_t *mask, int cpu) { in affinity_mask_set()
44 static void affinity_mask_clr(affinity_mask_t *mask, int cpu) { in affinity_mask_clr()
48 static int affinity_mask_isset(const affinity_mask_t *mask, int cpu) { in affinity_mask_isset()
52 static int affinity_mask_count(const affinity_mask_t *mask) { in affinity_mask_count()
61 static void get_thread_affinity(affinity_mask_t *mask) { in get_thread_affinity()
68 static void set_thread_affinity(const affinity_mask_t *mask) { in set_thread_affinity()
88 const affinity_mask_t *mask) { in affinity_mask_snprintf()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DFlags.h73 ValueType Set(ValueType mask) { in Set()
83 bool AllSet(ValueType mask) const { return (m_flags & mask) == mask; } in AllSet()
90 bool AnySet(ValueType mask) const { return (m_flags & mask) != 0; } in AnySet()
103 bool AllClear(ValueType mask) const { return (m_flags & mask) == 0; } in AllClear()
105 bool AnyClear(ValueType mask) const { return (m_flags & mask) != mask; } in AnyClear()

12345678910>>...19