Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dexpr.c1027 goto target_op; in operand()
1048 goto target_op; in operand()
1337 target_op: in operand()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dexpr.c1009 goto target_op; in operand()
1301 target_op: in operand()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-xtensa.c3341 int target_op = -1; local
3354 target_op = i;
3358 if (target_op == -1)
3361 if (insn->ntok <= target_op)
3364 if (insn->tok[target_op].X_op != O_symbol)
3367 sym = insn->tok[target_op].X_add_symbol;
3371 if (insn->tok[target_op].X_add_number != 0)
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c3679 int target_op = -1; in is_branch_jmp_to_next() local
3691 target_op = i; in is_branch_jmp_to_next()
3695 if (target_op == -1) in is_branch_jmp_to_next()
3698 if (insn->ntok <= target_op) in is_branch_jmp_to_next()
3701 if (insn->tok[target_op].X_op != O_symbol) in is_branch_jmp_to_next()
3704 sym = insn->tok[target_op].X_add_symbol; in is_branch_jmp_to_next()
3708 if (insn->tok[target_op].X_add_number != 0) in is_branch_jmp_to_next()