Searched refs:target_op (Results 1 – 4 of 4) sorted by relevance
1027 goto target_op; in operand()1048 goto target_op; in operand()1337 target_op: in operand()
1009 goto target_op; in operand()1301 target_op: in operand()
3341 int target_op = -1; local3354 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)
3679 int target_op = -1; in is_branch_jmp_to_next() local3691 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()