Home
last modified time | relevance | path

Searched refs:target_op (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-xtensa.c3831 int target_op = -1; in is_branch_jmp_to_next() local
3843 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()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20061567 subsequently unused target_op label. Collapse `if (1 || ..)'