Searched refs:validate_gen_range_vs_const_32 (Results 1 – 1 of 1) sorted by relevance
1892 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() function2005 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()2006 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()2007 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()2008 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()2010 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()2011 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()2012 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()2013 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()