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

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c 139 if (compiler->last_label && compiler->last_label->size == compiler->size)
140 compiler->last_label->size += compiler->cpool_fill + (CONST_POOL_ALIGNMENT - 1) + 1;
2123 if (compiler->last_label && compiler->last_label->size == compiler->size)
2124 return compiler->last_label;
sljitNativeSPARC_common.c 1240 if (compiler->last_label && compiler->last_label->size == compiler->size)
1241 return compiler->last_label;
sljitLir.h 310 struct sljit_label *last_label; member in struct:sljit_compiler
sljitLir.c 636 if (compiler->last_label)
637 compiler->last_label->next = label;
640 compiler->last_label = label;
sljitNativeARM_64.c 1879 if (compiler->last_label && compiler->last_label->size == compiler->size)
1880 return compiler->last_label;
sljitNativeARM_T2_32.c 1739 if (compiler->last_label && compiler->last_label->size == compiler->size)
1740 return compiler->last_label;
sljitNativeMIPS_common.c 1566 if (compiler->last_label && compiler->last_label->size == compiler->size)
1567 return compiler->last_label;
sljitNativePPC_common.c 2077 if (compiler->last_label && compiler->last_label->size == compiler->size)
2078 return compiler->last_label;
sljitNativeTILEGX_64.c 2310 if (compiler->last_label && compiler->last_label->size == compiler->size)
2311 return compiler->last_label;
sljitNativeX86_common.c 2482 if (compiler->last_label && compiler->last_label->size == compiler->size)
2483 return compiler->last_label;
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 7092 rtx_insn *last_label = 0;
7102 last_label = insn;
7109 last_label = insn;
7117 last_label = 0;
7125 if (last_label)
7129 INSN_UID (last_label));
7130 emit_insn_before (gen_insn_group_barrier (GEN_INT (3)), last_label);
7131 insn = last_label;
7134 last_label = 0;
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 7081 rtx_insn *last_label = 0;
7091 last_label = insn;
7098 last_label = insn;
7106 last_label = 0;
7114 if (last_label)
7118 INSN_UID (last_label));
7119 emit_insn_before (gen_insn_group_barrier (GEN_INT (3)), last_label);
7120 insn = last_label;
7123 last_label = 0;
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 21139 const char *start_label, *last_label, *section;
21161 last_label = start_label;
21170 start_label = last_label = fde->dw_fde_second_begin;
21184 start_label, 0, last_label, 0, section);
21188 start_label = last_label;
21190 last_label = cfi->dw_cfi_oprnd1.dw_cfi_addr;
21206 start_label, 0, last_label, 0, section);
21210 start_label = last_label;
21215 start_label = last_label = fde->dw_fde_second_begin;
21222 start_label, 0, last_label, 0, section)
21125 const char *start_label, *last_label, *section; local
28039 static const char *last_label; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 21042 const char *start_label, *last_label, *section;
21064 last_label = start_label;
21073 start_label = last_label = fde->dw_fde_second_begin;
21087 start_label, 0, last_label, 0, section);
21091 start_label = last_label;
21093 last_label = cfi->dw_cfi_oprnd1.dw_cfi_addr;
21109 start_label, 0, last_label, 0, section);
21113 start_label = last_label;
21118 start_label = last_label = fde->dw_fde_second_begin;
21125 start_label, 0, last_label, 0, section)
21028 const char *start_label, *last_label, *section; local
27899 static const char *last_label; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 5640 bool last_label = false;
5712 last_label = true;
5721 if (last_label)
5737 last_label = false;
5759 last_label = false;
5784 last_label ? pragma_stmt : pragma_compound,
5786 last_label = false, last_stmt = true;
5813 last_label = false;
5821 if (last_label)
5638 bool last_label = false; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 6954 bool last_label = false;
7033 if (in_omp_loop_block && !last_label)
7110 last_label = true;
7124 if (last_label)
7148 last_label = false;
7170 last_label = false;
7208 last_label ? pragma_stmt : pragma_compound,
7211 last_label = false;
7244 last_label = false;
7265 if (last_label)
6952 bool last_label = false; local
    [all...]
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 3582 SLJIT_ASSERT(!compiler->last_label && !compiler->last_jump && !compiler->last_const);

Completed in 128 milliseconds