Lines Matching refs:bH
15341 UInt bH = (insn >> 5) & 1; /* H=1 halfword, H=0 byte */ in disInstr_ARM_WRK() local
15348 if (bS == 0 && bH == 0) /* "unsigned byte" */ in disInstr_ARM_WRK()
15430 /**/ if (bH == 1 && bL == 0 && bS == 0) { // halfword store in disInstr_ARM_WRK()
15435 else if (bH == 1 && bL == 1 && bS == 0) { // uhalf load in disInstr_ARM_WRK()
15442 else if (bH == 1 && bL == 1 && bS == 1) { // shalf load in disInstr_ARM_WRK()
15449 else if (bH == 0 && bL == 1 && bS == 1) { // sbyte load in disInstr_ARM_WRK()
20768 UInt bH = INSN1(4,4); in disInstr_THUMB_WRK() local
20769 if (bH/*ATC*/ || (rN != 13 && !isBadRegT(rM))) { in disInstr_THUMB_WRK()
20779 bH ? binop(Iop_Shl32, getIRegT(rM), mkU8(1)) in disInstr_THUMB_WRK()
20783 if (bH) { in disInstr_THUMB_WRK()
20801 bH ? 'h' : 'b', rN, rM, bH ? ", LSL #1" : ""); in disInstr_THUMB_WRK()