Lines Matching defs:fixed_int8m1_t
22 typedef vint8m1_t fixed_int8m1_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen)));
46 fixed_int8m1_t eq_i8(fixed_int8m1_t a, fixed_int8m1_t b) {
98 fixed_int8m1_t eq_u8(fixed_uint8m1_t a, fixed_uint8m1_t b) {
178 fixed_int8m1_t neq_i8(fixed_int8m1_t a, fixed_int8m1_t b) {
230 fixed_int8m1_t neq_u8(fixed_uint8m1_t a, fixed_uint8m1_t b) {
310 fixed_int8m1_t lt_i8(fixed_int8m1_t a, fixed_int8m1_t b) {
362 fixed_int8m1_t lt_u8(fixed_uint8m1_t a, fixed_uint8m1_t b) {
442 fixed_int8m1_t leq_i8(fixed_int8m1_t a, fixed_int8m1_t b) {
494 fixed_int8m1_t leq_u8(fixed_uint8m1_t a, fixed_uint8m1_t b) {
574 fixed_int8m1_t gt_i8(fixed_int8m1_t a, fixed_int8m1_t b) {
626 fixed_int8m1_t gt_u8(fixed_uint8m1_t a, fixed_uint8m1_t b) {
706 fixed_int8m1_t geq_i8(fixed_int8m1_t a, fixed_int8m1_t b) {
758 fixed_int8m1_t geq_u8(fixed_uint8m1_t a, fixed_uint8m1_t b) {