Home
last modified time | relevance | path

Searched refs:flabel (Results 1 – 11 of 11) 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.cc1170 Label* flabel = branch->false_label; in AssembleArchBranch() local
1187 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch()
1191 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch()
1201 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch()
1205 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch()
1241 if (!branch->fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleArchBranch()
1277 Label flabel, tlabel; in AssembleArchBoolean() local
1281 i.InputOperand(1), &flabel); in AssembleArchBoolean()
1286 i.InputOperand(1), &flabel); in AssembleArchBoolean()
1294 __ bind(&flabel); in AssembleArchBoolean()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1390 Label* flabel = branch->false_label; in AssembleArchBranch() local
1413 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch()
1417 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch()
1427 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch()
1431 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch()
1467 if (!branch->fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleArchBranch()
1513 Label flabel, tlabel; in AssembleArchBoolean() local
1517 i.InputOperand(1), &flabel); in AssembleArchBoolean()
1522 i.InputOperand(1), &flabel); in AssembleArchBoolean()
1530 __ bind(&flabel); in AssembleArchBoolean()
/external/opencv3/3rdparty/libjasper/
Djpc_t1dec.c753 #define jpc_clnpass_step(f, fp, frowstep, dp, oneplushalf, orient, mqdec, flabel, plabel, vcausalfl… argument
756 flabel \
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1115 Label* flabel = branch->false_label; in AssembleArchBranch() local
1118 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch()
1164 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1425 Label* flabel = branch->false_label; in AssembleArchBranch() local
1434 __ bunordered(flabel, cr); in AssembleArchBranch()
1442 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1491 Label* flabel = branch->false_label; in AssembleArchBranch() local
1494 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch()
1540 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1637 Label* flabel = branch->false_label; in AssembleArchBranch() local
1640 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch()
1685 if (!branch->fallthru) __ jmp(flabel, flabel_distance); in AssembleArchBranch()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc1008 Label* flabel = branch->false_label; in AssembleArchBranch() local
1011 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1238 Label* flabel = branch->false_label; in AssembleArchBranch() local
1279 if (!branch->fallthru) __ B(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc6034 RawMachineLabel flabel; in TEST() local
6036 r.Branch(r.Parameter(0), &tlabel, &flabel); in TEST()
6040 r.Bind(&flabel); in TEST()