Searched refs:isST (Results 1 – 1 of 1) sorted by relevance
20096 Bool isST = False; in disInstr_THUMB_WRK() local20102 nm = "strb"; isST = True; break; in disInstr_THUMB_WRK()20108 nm = "strh"; ty = Ity_I16; isST = True; break; in disInstr_THUMB_WRK()20114 nm = "str"; ty = Ity_I32; isST = True; break; in disInstr_THUMB_WRK()20143 if (isST && rT == 15) in disInstr_THUMB_WRK()20145 if (!isST && rT == 15) in disInstr_THUMB_WRK()20171 if (isST) { in disInstr_THUMB_WRK()20288 Bool isST = False; in disInstr_THUMB_WRK() local20294 nm = "strb"; isST = True; break; in disInstr_THUMB_WRK()20300 nm = "strh"; ty = Ity_I16; isST = True; break; in disInstr_THUMB_WRK()[all …]