Searched refs:validate_gen_range_vs_const_64 (Results 1 – 1 of 1) sorted by relevance
1804 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() function1946 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()1947 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()1948 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()1949 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()1951 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()1952 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()1953 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()1954 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()