Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c19403 const HChar* anOpNm = NULL; 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()
19504 DIP("%s r%u, r%u\n", anOpNm, rD, rM); in disInstr_THUMB_WRK()
20728 anOpNm = NULL; /* paranoia */ in disInstr_THUMB_WRK()