Searched refs:validate_gen_range_vs_const_32 (Results 1 – 1 of 1) sorted by relevance
1789 static void validate_gen_range_vs_const_32(enum num_t init_t, enum num_t cond_t) in validate_gen_range_vs_const_32() function1902 void test_reg_bounds_gen_consts_u32_u64(void) { validate_gen_range_vs_const_32(U32, U64); } in test_reg_bounds_gen_consts_u32_u64()1903 void test_reg_bounds_gen_consts_u32_s64(void) { validate_gen_range_vs_const_32(U32, S64); } in test_reg_bounds_gen_consts_u32_s64()1904 void test_reg_bounds_gen_consts_u32_u32(void) { validate_gen_range_vs_const_32(U32, U32); } in test_reg_bounds_gen_consts_u32_u32()1905 void test_reg_bounds_gen_consts_u32_s32(void) { validate_gen_range_vs_const_32(U32, S32); } in test_reg_bounds_gen_consts_u32_s32()1907 void test_reg_bounds_gen_consts_s32_u64(void) { validate_gen_range_vs_const_32(S32, U64); } in test_reg_bounds_gen_consts_s32_u64()1908 void test_reg_bounds_gen_consts_s32_s64(void) { validate_gen_range_vs_const_32(S32, S64); } in test_reg_bounds_gen_consts_s32_s64()1909 void test_reg_bounds_gen_consts_s32_u32(void) { validate_gen_range_vs_const_32(S32, U32); } in test_reg_bounds_gen_consts_s32_u32()1910 void test_reg_bounds_gen_consts_s32_s32(void) { validate_gen_range_vs_const_32(S32, S32); } in test_reg_bounds_gen_consts_s32_s32()