Home
last modified time | relevance | path

Searched refs:tmp_noreg (Results 1 – 1 of 1) sorted by relevance

/external/capstone/suite/cstest/src/
Dcapstone_test.c108 char tmp[MAXMEM], tmp_mc[MAXMEM], origin[MAXMEM], tmp_noreg[MAXMEM]; in test_single_MC() local
168 strcpy(tmp_noreg, insn[0].mnemonic); in test_single_MC()
170 tmp_noreg[strlen(insn[0].mnemonic)] = ' '; in test_single_MC()
171 strcpy(tmp_noreg + strlen(insn[0].mnemonic) + 1, insn[0].op_str); in test_single_MC()
174 trim_str(tmp_noreg); in test_single_MC()
175 replace_hex(tmp_noreg); in test_single_MC()
176 replace_negative(tmp_noreg, mc_mode); in test_single_MC()
178 if (strcmp(tmp, tmp_mc) && strcmp(tmp_noreg, tmp_mc)) { in test_single_MC()
179 …s\" and \"%s\" != \"%s\" )\n", list_part[0], origin, list_part[1], tmp, tmp_mc, tmp_noreg, tmp_mc); in test_single_MC()