HomeSort by: relevance | last modified time | path
    Searched defs:tmp_insn (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-spu.c 620 struct spu_insn tmp_insn;
621 const char *np = get_reg (param, &tmp_insn, arg, 0);
618 struct spu_insn tmp_insn; local
tc-bfin.c 476 struct bfin_insn *tmp_insn; local
496 for (insn_size = 0, tmp_insn = insn; tmp_insn; tmp_insn = tmp_insn->next)
497 if (!tmp_insn->reloc || !tmp_insn->exp->symbol)
tc-ppc.c 3589 uint64_t tmp_insn = insn & opcode->mask;
3591 int use_a_reloc = (tmp_insn == E_OR2I_INSN
3592 || tmp_insn == E_AND2I_DOT_INSN
3593 || tmp_insn == E_OR2IS_INSN
3594 || tmp_insn == E_LI_INSN
3595 || tmp_insn == E_LIS_INSN
3596 || tmp_insn == E_AND2IS_DOT_INSN);
3599 int use_d_reloc = (tmp_insn == E_ADD2I_DOT_INSN
3600 || tmp_insn == E_ADD2IS_INSN
3601 || tmp_insn == E_CMP16I_INS
3579 uint64_t tmp_insn = insn & opcode->mask; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-spu.c 620 struct spu_insn tmp_insn;
621 const char *np = get_reg (param, &tmp_insn, arg, 0);
618 struct spu_insn tmp_insn; local
tc-bfin.c 476 struct bfin_insn *tmp_insn; local
496 for (insn_size = 0, tmp_insn = insn; tmp_insn; tmp_insn = tmp_insn->next)
497 if (!tmp_insn->reloc || !tmp_insn->exp->symbol)
tc-ppc.c 3625 uint64_t tmp_insn = insn & opcode->mask;
3627 int use_a_reloc = (tmp_insn == E_OR2I_INSN
3628 || tmp_insn == E_AND2I_DOT_INSN
3629 || tmp_insn == E_OR2IS_INSN
3630 || tmp_insn == E_LI_INSN
3631 || tmp_insn == E_LIS_INSN
3632 || tmp_insn == E_AND2IS_DOT_INSN);
3635 int use_d_reloc = (tmp_insn == E_ADD2I_DOT_INSN
3636 || tmp_insn == E_ADD2IS_INSN
3637 || tmp_insn == E_CMP16I_INS
3615 uint64_t tmp_insn = insn & opcode->mask; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ifcvt.cc 2218 rtx_insn *tmp_insn = NULL;
2285 FOR_BB_INSNS (then_bb, tmp_insn)
2288 if (!(insn_a && tmp_insn == insn_a)
2289 && modified_in_p (orig_b, tmp_insn))
2300 FOR_BB_INSNS (else_bb, tmp_insn)
2303 if (!(insn_b && tmp_insn == insn_b)
2304 && modified_in_p (orig_a, tmp_insn))
2215 rtx_insn *tmp_insn = NULL; local
sel-sched.cc 3349 insn_t tmp_insn, tmp2_insn;
3355 tmp_insn = EXPR_INSN_RTX (tmp);
3359 if (DEBUG_INSN_P (tmp_insn) && !DEBUG_INSN_P (tmp2_insn))
3365 if (SCHED_GROUP_P (tmp_insn) != SCHED_GROUP_P (tmp2_insn))
3378 val = (sel_insn_is_speculation_check (tmp_insn)
3392 if (control_flow_insn_p (tmp_insn) && !control_flow_insn_p (tmp2_insn))
3394 else if (control_flow_insn_p (tmp2_insn) && !control_flow_insn_p (tmp_insn))
3441 if (INSN_UID (tmp_insn) < first_emitted_uid
3444 if (INSN_UID (tmp_insn) >= first_emitted_uid
3451 return INSN_UID (tmp_insn) - INSN_UID (tmp2_insn)
3338 insn_t tmp_insn, tmp2_insn; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ifcvt.cc 2251 rtx_insn *tmp_insn = NULL;
2318 FOR_BB_INSNS (then_bb, tmp_insn)
2321 if (!(insn_a && tmp_insn == insn_a)
2322 && modified_in_p (orig_b, tmp_insn))
2333 FOR_BB_INSNS (else_bb, tmp_insn)
2336 if (!(insn_b && tmp_insn == insn_b)
2337 && modified_in_p (orig_a, tmp_insn))
2248 rtx_insn *tmp_insn = NULL; local
sel-sched.cc 3357 insn_t tmp_insn, tmp2_insn;
3363 tmp_insn = EXPR_INSN_RTX (tmp);
3367 if (DEBUG_INSN_P (tmp_insn) && !DEBUG_INSN_P (tmp2_insn))
3373 if (SCHED_GROUP_P (tmp_insn) != SCHED_GROUP_P (tmp2_insn))
3386 val = (sel_insn_is_speculation_check (tmp_insn)
3400 if (control_flow_insn_p (tmp_insn) && !control_flow_insn_p (tmp2_insn))
3402 else if (control_flow_insn_p (tmp2_insn) && !control_flow_insn_p (tmp_insn))
3449 if (INSN_UID (tmp_insn) < first_emitted_uid
3452 if (INSN_UID (tmp_insn) >= first_emitted_uid
3459 return INSN_UID (tmp_insn) - INSN_UID (tmp2_insn)
3346 insn_t tmp_insn, tmp2_insn; local
    [all...]

Completed in 47 milliseconds