HomeSort by relevance Sort by last modified time
    Searched refs:ARMCondNE (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/priv/
guest_arm_defs.h 208 ARMCondNE = 1, /* not equal : Z=0 */
guest_arm_helpers.c 486 case ARMCondNE: // Z=0
598 if (isU32(cond_n_op, (ARMCondNE << 4) | ARMG_CC_OP_SUB)) {
679 if (isU32(cond_n_op, (ARMCondNE << 4) | ARMG_CC_OP_LOGIC)) {
702 if (isU32(cond_n_op, (ARMCondNE << 4) | ARMG_CC_OP_COPY)) {
    [all...]
guest_arm_toIR.c     [all...]

Completed in 27 milliseconds