Home
last modified time | relevance | path

Searched refs:flabel (Results 1 – 12 of 12) sorted by relevance

/external/openfst/src/include/fst/
Dlookahead-filter.h484 const Label &flabel = f2.GetState(); in SetState() local
488 if (flabel != kNoLabel) { // Have a lookahead label? in SetState()
489 GetMatcher1()->AddMultiEpsLabel(flabel); // Yes, make it a multi-epsilon in SetState()
490 GetMatcher2()->AddMultiEpsLabel(flabel); // label so that it matches the in SetState()
500 const Label &flabel = f2.GetState(); in FilterArc() local
501 if (flabel != kNoLabel) // Have a lookahead label? in FilterArc()
502 return LookAheadOutput() ? PushedLabelFilterArc(arc1, arc2, flabel) : in FilterArc()
503 PushedLabelFilterArc(arc2, arc1, flabel); in FilterArc()
523 const Label &flabel = f2.GetState(); in FilterFinal() local
524 if (flabel != kNoLabel) in FilterFinal()
[all …]
/external/iproute2/tc/
Df_rsvp.c101 __u32 flabel; in get_addr_and_pi() local
103 if (get_u32(&flabel, *argv, 0)) in get_addr_and_pi()
108 pi->key = htonl(flabel) & pi->mask; in get_addr_and_pi()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1506 Label* flabel = branch->false_label; in AssembleArchBranch() local
1523 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch()
1527 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch()
1537 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch()
1541 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch()
1577 if (!branch->fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleArchBranch()
1613 Label flabel, tlabel; in AssembleArchBoolean() local
1617 i.InputOperand(1), &flabel); in AssembleArchBoolean()
1622 i.InputOperand(1), &flabel); in AssembleArchBoolean()
1630 __ bind(&flabel); in AssembleArchBoolean()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1741 Label* flabel = branch->false_label; in AssembleArchBranch() local
1764 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch()
1768 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch()
1778 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch()
1782 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch()
1818 if (!branch->fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleArchBranch()
1864 Label flabel, tlabel; in AssembleArchBoolean() local
1868 i.InputOperand(1), &flabel); in AssembleArchBoolean()
1873 i.InputOperand(1), &flabel); in AssembleArchBoolean()
1881 __ bind(&flabel); in AssembleArchBoolean()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1452 Label* flabel = branch->false_label; in AssembleArchBranch() local
1455 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch()
1501 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1880 Label* flabel = branch->false_label; in AssembleArchBranch() local
1883 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch()
1928 if (!branch->fallthru) __ jmp(flabel, flabel_distance); in AssembleArchBranch()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc1768 Label* flabel = branch->false_label; in AssembleArchBranch() local
1777 __ bunordered(flabel); in AssembleArchBranch()
1783 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1746 Label* flabel = branch->false_label; in AssembleArchBranch() local
1755 __ bunordered(flabel, cr); in AssembleArchBranch()
1763 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1939 Label* flabel = &flabel_tmp; in AssembleArchBranch() local
1946 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch()
1992 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc1360 Label* flabel = branch->false_label; in AssembleArchBranch() local
1363 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1557 Label* flabel = branch->false_label; in AssembleArchBranch() local
1609 if (!branch->fallthru) __ B(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc6358 RawMachineLabel flabel; in TEST() local
6360 r.Branch(r.Parameter(0), &tlabel, &flabel); in TEST()
6364 r.Bind(&flabel); in TEST()
6398 RawMachineLabel flabel; in TEST() local
6403 r.Branch(r.WordEqual(frame, parent_frame), &tlabel, &flabel); in TEST()
6407 r.Bind(&flabel); in TEST()