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

  /src/external/gpl3/gdb/dist/gdb/
xtensa-tdep.c 2175 xtensa_insn_kind opclass, int nods, unsigned odv[],
2187 dst[odv[0]].fr_reg = src[odv[1]].fr_reg;
2188 dst[odv[0]].fr_ofs = src[odv[1]].fr_ofs + odv[2];
2193 if (src[odv[1]].fr_reg == C0_CONST)
2195 dst[odv[0]].fr_reg = src[odv[2]].fr_reg;
2196 dst[odv[0]].fr_ofs = src[odv[2]].fr_ofs + src[odv[1]].fr_ofs
2357 unsigned odv[C0_MAXOPDS]; \/* Operand values in order provided by libisa. *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
xtensa-tdep.c 2175 xtensa_insn_kind opclass, int nods, unsigned odv[],
2187 dst[odv[0]].fr_reg = src[odv[1]].fr_reg;
2188 dst[odv[0]].fr_ofs = src[odv[1]].fr_ofs + odv[2];
2193 if (src[odv[1]].fr_reg == C0_CONST)
2195 dst[odv[0]].fr_reg = src[odv[2]].fr_reg;
2196 dst[odv[0]].fr_ofs = src[odv[2]].fr_ofs + src[odv[1]].fr_ofs
2357 unsigned odv[C0_MAXOPDS]; \/* Operand values in order provided by libisa. *\/ local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc 5971 gfc_match_omp_context_selector_specification (gfc_omp_declare_variant *odv)
6004 oss->next = odv->set_selectors;
6006 odv->set_selectors = oss;
6068 gfc_omp_declare_variant *odv; local
6069 odv = gfc_get_omp_declare_variant ();
6070 odv->where = gfc_current_locus;
6071 odv->variant_proc_symtree = variant_proc_st;
6072 odv->base_proc_symtree = base_proc_st;
6073 odv->next = NULL;
6074 odv->error_p = false
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
var-tracking.cc 3674 decl_or_value odv = dv_from_value (node->loc); local
3676 oslot = shared_hash_find_slot_noinsert (set->vars, odv);
3678 set_slot_part (set, val, oslot, odv, 0,
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
openmp.cc 4901 gfc_match_omp_context_selector_specification (gfc_omp_declare_variant *odv)
4941 oss->next = odv->set_selectors;
4943 odv->set_selectors = oss;
5005 gfc_omp_declare_variant *odv; local
5006 odv = gfc_get_omp_declare_variant ();
5007 odv->where = gfc_current_locus;
5008 odv->variant_proc_symtree = variant_proc_st;
5009 odv->base_proc_symtree = base_proc_st;
5010 odv->next = NULL;
5011 odv->error_p = false
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc 3684 decl_or_value odv = dv_from_value (node->loc); local
3686 oslot = shared_hash_find_slot_noinsert (set->vars, odv);
3688 set_slot_part (set, val, oslot, odv, 0,

Completed in 49 milliseconds