/external/openfst/src/include/fst/ |
D | lookahead-filter.h | 484 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/ |
D | f_rsvp.c | 101 __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/ |
D | code-generator-mips.cc | 1506 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/ |
D | code-generator-mips64.cc | 1741 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/ |
D | code-generator-ia32.cc | 1452 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/ |
D | code-generator-x64.cc | 1880 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/ |
D | code-generator-s390.cc | 1768 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/ |
D | code-generator-ppc.cc | 1746 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/ |
D | code-generator-x87.cc | 1939 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/ |
D | code-generator-arm.cc | 1360 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/ |
D | code-generator-arm64.cc | 1557 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/ |
D | test-run-machops.cc | 6358 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()
|