Searched defs:anOpNm (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c17820 const HChar* anOpNm = NULL; local
17896 anOp = Iop_Or32; anOpNm = "orr"; goto and_orr_eor_mul;
17899 anOp = Iop_And32; anOpNm = "and"; goto and_orr_eor_mul;
17902 anOp = Iop_Xor32; anOpNm = "eor"; goto and_orr_eor_mul;
17905 anOp = Iop_Mul32; anOpNm = "mul"; goto and_orr_eor_mul;
17921 DIP("%s r%u, r%u\n", anOpNm, rD, rM);
19143 anOpNm = NULL; /* paranoia */

Completed in 2015 milliseconds