Searched refs:target_op (Results 1 – 2 of 2) sorted by relevance
3831 int target_op = -1; in is_branch_jmp_to_next() local3843 target_op = i; in is_branch_jmp_to_next()3847 if (target_op == -1) in is_branch_jmp_to_next()3850 if (insn->ntok <= target_op) in is_branch_jmp_to_next()3853 if (insn->tok[target_op].X_op != O_symbol) in is_branch_jmp_to_next()3856 sym = insn->tok[target_op].X_add_symbol; in is_branch_jmp_to_next()3860 if (insn->tok[target_op].X_add_number != 0) in is_branch_jmp_to_next()
1567 subsequently unused target_op label. Collapse `if (1 || ..)'