Searched refs:ts2 (Results 1 – 3 of 3) sorted by relevance
2068 TCGTemp *ts2 = tcg_global_alloc(s); in tcg_global_mem_new_internal() local2081 tcg_debug_assert(ts2 == ts + 1); in tcg_global_mem_new_internal()2082 ts2->base_type = TCG_TYPE_I64; in tcg_global_mem_new_internal()2083 ts2->type = TCG_TYPE_I32; in tcg_global_mem_new_internal()2084 ts2->indirect_reg = indirect_reg; in tcg_global_mem_new_internal()2085 ts2->mem_allocated = 1; in tcg_global_mem_new_internal()2086 ts2->mem_base = base_ts; in tcg_global_mem_new_internal()2087 ts2->mem_offset = offset + 4; in tcg_global_mem_new_internal()2088 ts2->temp_subindex = 1; in tcg_global_mem_new_internal()2091 ts2->name = strdup(buf); in tcg_global_mem_new_internal()[all …]
280 static bool ts_are_copies(TCGTemp *ts1, TCGTemp *ts2) in ts_are_copies() argument284 if (ts1 == ts2) { in ts_are_copies()288 if (!ts_is_copy(ts1) || !ts_is_copy(ts2)) { in ts_are_copies()293 if (i == ts2) { in ts_are_copies()
194 static void struct_compare(TestStruct *ts1, TestStruct *ts2) in struct_compare() argument197 g_assert(ts2); in struct_compare()198 g_assert_cmpint(ts1->integer, ==, ts2->integer); in struct_compare()199 g_assert(ts1->boolean == ts2->boolean); in struct_compare()200 g_assert_cmpstr(ts1->string, ==, ts2->string); in struct_compare()