Home
last modified time | relevance | path

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

/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.cc1636 Label* flabel = branch->false_label; in AssembleArchBranch() local
1653 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch()
1657 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch()
1667 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch()
1671 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch()
1681 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch()
1685 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch()
1721 if (!branch->fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleArchBranch()
1765 Label flabel, tlabel; in AssembleArchBoolean() local
1769 i.InputOperand(1), &flabel); in AssembleArchBoolean()
[all …]
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1943 Label* flabel = branch->false_label; in AssembleArchBranch() local
1966 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch()
1970 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch()
1980 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch()
1984 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch()
1994 i.InputOperand(1), tlabel, flabel, kScratchReg); in AssembleArchBranch()
1998 i.InputOperand(1), flabel, tlabel, kScratchReg); in AssembleArchBranch()
2034 if (!branch->fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleArchBranch()
2088 Label flabel, tlabel; in AssembleArchBoolean() local
2092 i.InputOperand(1), &flabel); in AssembleArchBoolean()
[all …]
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1621 Label* flabel = branch->false_label; in AssembleArchBranch() local
1624 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch()
1670 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc2133 Label* flabel = branch->false_label; in AssembleArchBranch() local
2142 __ bunordered(flabel); in AssembleArchBranch()
2148 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1962 Label* flabel = branch->false_label; in AssembleArchBranch() local
1971 __ bunordered(flabel, cr); in AssembleArchBranch()
1979 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc2044 Label* flabel = &flabel_tmp; in AssembleArchBranch() local
2051 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch()
2097 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc2193 Label* flabel = branch->false_label; in AssembleArchBranch() local
2196 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch()
2241 if (!branch->fallthru) __ jmp(flabel, flabel_distance); in AssembleArchBranch()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1645 Label* flabel = branch->false_label; in AssembleArchBranch() local
1697 if (!branch->fallthru) __ B(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc1582 Label* flabel = branch->false_label; in AssembleArchBranch() local
1585 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()