Searched refs:labelref (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl2/dtc/dist/ |
| H A D | dtc-lexer.l | 152 yylval.labelref = xstrdup(yytext); 153 yylval.labelref[yyleng-1] = '\0'; 202 yylval.labelref = xstrdup(yytext+1); 209 yylval.labelref = xstrdup(yytext+2);
|
| H A D | dtc-parser.y | 32 char *labelref; member 63 %token <labelref> DT_LABEL 64 %token <labelref> DT_LABEL_REF 65 %token <labelref> DT_PATH_REF 78 %type <labelref> dt_ref
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
| H A D | c6x.c | 4844 rtx labelref = gen_rtx_LABEL_REF (Pmode, label); in reorg_split_calls() local 4865 t = gen_addkpc (reg, labelref, GEN_INT (4)); in reorg_split_calls() 4876 t = gen_movsi_lo_sum (reg, reg, labelref); in reorg_split_calls() 4880 t = gen_movsi_high (reg, labelref); in reorg_split_calls() 4946 rtx x1 = gen_addkpc (reg, labelref, const0_rtx); in reorg_split_calls() 4963 x2 = gen_movsi_lo_sum (reg, reg, labelref); in reorg_split_calls() 4965 x1 = gen_movsi_high (reg, labelref); in reorg_split_calls()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
| H A D | c6x.cc | 4846 rtx labelref = gen_rtx_LABEL_REF (Pmode, label); in reorg_split_calls() local 4867 t = gen_addkpc (reg, labelref, GEN_INT (4)); in reorg_split_calls() 4878 t = gen_movsi_lo_sum (reg, reg, labelref); in reorg_split_calls() 4882 t = gen_movsi_high (reg, labelref); in reorg_split_calls() 4948 rtx x1 = gen_addkpc (reg, labelref, const0_rtx); in reorg_split_calls() 4965 x2 = gen_movsi_lo_sum (reg, reg, labelref); in reorg_split_calls() 4967 x1 = gen_movsi_high (reg, labelref); in reorg_split_calls()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/ |
| H A D | frv.c | 2613 rtx labelref; in frv_print_operand_jump_hint() local 2625 labelref = condjump_label (insn); in frv_print_operand_jump_hint() 2626 if (labelref) in frv_print_operand_jump_hint() 2628 rtx label = XEXP (labelref, 0); in frv_print_operand_jump_hint()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/ |
| H A D | frv.cc | 2602 rtx labelref; in frv_print_operand_jump_hint() local 2614 labelref = condjump_label (insn); in frv_print_operand_jump_hint() 2615 if (labelref) in frv_print_operand_jump_hint() 2617 rtx label = XEXP (labelref, 0); in frv_print_operand_jump_hint()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr.cc | 646 rtx labelref = copy_rtx (xop[4]); in avr_optimize_casesi() local 649 labelref)); in avr_optimize_casesi()
|