Searched refs:validate_gen_range_vs_const_64 (Results 1 – 1 of 1) sorted by relevance
1750 static void validate_gen_range_vs_const_64(enum num_t init_t, enum num_t cond_t) in validate_gen_range_vs_const_64() function1892 void test_reg_bounds_gen_consts_u64_u64(void) { validate_gen_range_vs_const_64(U64, U64); } in test_reg_bounds_gen_consts_u64_u64()1893 void test_reg_bounds_gen_consts_u64_s64(void) { validate_gen_range_vs_const_64(U64, S64); } in test_reg_bounds_gen_consts_u64_s64()1894 void test_reg_bounds_gen_consts_u64_u32(void) { validate_gen_range_vs_const_64(U64, U32); } in test_reg_bounds_gen_consts_u64_u32()1895 void test_reg_bounds_gen_consts_u64_s32(void) { validate_gen_range_vs_const_64(U64, S32); } in test_reg_bounds_gen_consts_u64_s32()1897 void test_reg_bounds_gen_consts_s64_u64(void) { validate_gen_range_vs_const_64(S64, U64); } in test_reg_bounds_gen_consts_s64_u64()1898 void test_reg_bounds_gen_consts_s64_s64(void) { validate_gen_range_vs_const_64(S64, S64); } in test_reg_bounds_gen_consts_s64_s64()1899 void test_reg_bounds_gen_consts_s64_u32(void) { validate_gen_range_vs_const_64(S64, U32); } in test_reg_bounds_gen_consts_s64_u32()1900 void test_reg_bounds_gen_consts_s64_s32(void) { validate_gen_range_vs_const_64(S64, S32); } in test_reg_bounds_gen_consts_s64_s32()