Searched refs:nullifyMode (Results 1 – 2 of 2) sorted by relevance
85 state->nullifyMode = BITS (state->words[0], 5, 6); \476 switch (state->nullifyMode) in write_instr_name_()544 state->nullifyMode = BR_exec_when_no_jump; in dsmOneArcInst()809 state->nullifyMode = BR_exec_when_no_jump; /* 0 */ in dsmOneArcInst()919 if (is_linked && state->nullifyMode == BR_exec_when_jump) in dsmOneArcInst()920 state->nullifyMode = BR_exec_when_no_jump; in dsmOneArcInst()
73 char nullifyMode; member