HomeSort by: relevance | last modified time | path
    Searched refs:emit_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/dtc/dist/
treesource.c 203 enum markertype emit_type = TYPE_NONE; local
236 emit_type = m->type;
237 fprintf(f, " %s", delim_start[emit_type]);
243 if (emit_type == TYPE_NONE) {
248 switch(emit_type) {
268 delim_end[emit_type] ? : "");
269 emit_type = TYPE_NONE;
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vsetvl.cc 217 enum emit_type enum
2249 void insert_vsetvl_insn (enum emit_type emit_type, const vsetvl_info &info)
2254 if (emit_type == EMIT_DIRECT)
2264 else if (emit_type == EMIT_BEFORE)

Completed in 27 milliseconds