Searched refs:anOpNm (Results 1 – 1 of 1) sorted by relevance
19403 const HChar* anOpNm = NULL; in disInstr_THUMB_WRK() local19479 anOp = Iop_Or32; anOpNm = "orr"; goto and_orr_eor_mul; in disInstr_THUMB_WRK()19482 anOp = Iop_And32; anOpNm = "and"; goto and_orr_eor_mul; in disInstr_THUMB_WRK()19485 anOp = Iop_Xor32; anOpNm = "eor"; goto and_orr_eor_mul; in disInstr_THUMB_WRK()19488 anOp = Iop_Mul32; anOpNm = "mul"; goto and_orr_eor_mul; in disInstr_THUMB_WRK()19504 DIP("%s r%u, r%u\n", anOpNm, rD, rM); in disInstr_THUMB_WRK()20728 anOpNm = NULL; /* paranoia */ in disInstr_THUMB_WRK()