Searched defs:lbl_false (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/lib/libdtrace/common/ |
| H A D | dt_cg.c | 824 uint_t lbl_false = dt_irlist_label(dlp); local 835 instr = DIF_INSTR_BRANCH(DIF_OP_BE, lbl_false); 847 dt_irlist_append(dlp, dt_cg_node_alloc(lbl_false, DIF_INSTR_NOP)); 863 uint_t lbl_false = dt_irlist_label(dlp); local 873 instr = DIF_INSTR_BRANCH(DIF_OP_BE, lbl_false); 881 instr = DIF_INSTR_BRANCH(DIF_OP_BE, lbl_false); 890 dt_irlist_append(dlp, dt_cg_node_alloc(lbl_false, instr)); 934 uint_t lbl_false = dt_irlist_label(dlp); local 952 instr = DIF_INSTR_BRANCH(DIF_OP_BE, lbl_false); 961 dt_irlist_append(dlp, dt_cg_node_alloc(lbl_false, inst [all...] |
Completed in 149 milliseconds