Home
last modified time | relevance | path

Searched refs:anOp (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c19402 IROp anOp = Iop_INVALID; in disInstr_THUMB_WRK() local
19479 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()
19498 assign( res, binop(anOp, getIRegT(rD), getIRegT(rM) )); in disInstr_THUMB_WRK()
20727 anOp = Iop_INVALID; /* paranoia */ in disInstr_THUMB_WRK()