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

/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c2565 updatesC is non-NULL, a boolean is written to it indicating whether
2568 static UInt thumbExpandImm ( Bool* updatesC, argument
2577 if (updatesC) {
2578 *updatesC = i_imm3_a >= 8;
2601 static UInt thumbExpandImm_from_I0_I1 ( Bool* updatesC, argument
2609 return thumbExpandImm(updatesC, imm1, imm3, imm8);

Completed in 124 milliseconds