/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 | 1636 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/ |
D | code-generator-mips64.cc | 1943 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/ |
D | code-generator-ia32.cc | 1621 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/ |
D | code-generator-s390.cc | 2133 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/ |
D | code-generator-ppc.cc | 1962 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/ |
D | code-generator-x87.cc | 2044 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/ |
D | code-generator-x64.cc | 2193 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/ |
D | code-generator-arm64.cc | 1645 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/ |
D | code-generator-arm.cc | 1582 Label* flabel = branch->false_label; in AssembleArchBranch() local 1585 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
|