Searched refs:isST (Results 1 – 1 of 1) sorted by relevance
21578 Bool isST = False; in disInstr_THUMB_WRK() local21584 nm = "strb"; isST = True; break; in disInstr_THUMB_WRK()21590 nm = "strh"; ty = Ity_I16; isST = True; break; in disInstr_THUMB_WRK()21596 nm = "str"; ty = Ity_I32; isST = True; break; in disInstr_THUMB_WRK()21625 if (isST && rT == 15) in disInstr_THUMB_WRK()21627 if (!isST && rT == 15) in disInstr_THUMB_WRK()21653 if (isST) { in disInstr_THUMB_WRK()21770 Bool isST = False; in disInstr_THUMB_WRK() local21776 nm = "strb"; isST = True; break; in disInstr_THUMB_WRK()21782 nm = "strh"; ty = Ity_I16; isST = True; break; in disInstr_THUMB_WRK()[all …]