Searched refs:anOp (Results 1 – 1 of 1) sorted by relevance
17866 IROp anOp = Iop_INVALID; in disInstr_THUMB_WRK() local17943 anOp = Iop_Or32; anOpNm = "orr"; goto and_orr_eor_mul; in disInstr_THUMB_WRK()17946 anOp = Iop_And32; anOpNm = "and"; goto and_orr_eor_mul; in disInstr_THUMB_WRK()17949 anOp = Iop_Xor32; anOpNm = "eor"; goto and_orr_eor_mul; in disInstr_THUMB_WRK()17952 anOp = Iop_Mul32; anOpNm = "mul"; goto and_orr_eor_mul; in disInstr_THUMB_WRK()17962 assign( res, binop(anOp, getIRegT(rD), getIRegT(rM) )); in disInstr_THUMB_WRK()19189 anOp = Iop_INVALID; /* paranoia */ in disInstr_THUMB_WRK()