Searched refs:anOpNm (Results 1 – 1 of 1) sorted by relevance
17923 const HChar* anOpNm = NULL; in disInstr_THUMB_WRK() local17999 anOp = Iop_Or32; anOpNm = "orr"; goto and_orr_eor_mul; in disInstr_THUMB_WRK()18002 anOp = Iop_And32; anOpNm = "and"; goto and_orr_eor_mul; in disInstr_THUMB_WRK()18005 anOp = Iop_Xor32; anOpNm = "eor"; goto and_orr_eor_mul; in disInstr_THUMB_WRK()18008 anOp = Iop_Mul32; anOpNm = "mul"; goto and_orr_eor_mul; in disInstr_THUMB_WRK()18024 DIP("%s r%u, r%u\n", anOpNm, rD, rM); in disInstr_THUMB_WRK()19248 anOpNm = NULL; /* paranoia */ in disInstr_THUMB_WRK()