/external/iproute2/tc/ |
D | f_rsvp.c | 103 __u32 flabel; in get_addr_and_pi() local 106 if (get_u32(&flabel, *argv, 0)) in get_addr_and_pi() 111 pi->key = htonl(flabel) & pi->mask; in get_addr_and_pi()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_cfg.cpp | 720 uint32_t flabel = inst->GetOperandAs<uint32_t>(2); in CfgPass() local 722 CFG_ASSERT(FirstBlockAssert, flabel); in CfgPass() 724 _.current_function().RegisterBlockEnd({tlabel, flabel}, opcode); in CfgPass()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_cfg.cpp | 720 uint32_t flabel = inst->GetOperandAs<uint32_t>(2); in CfgPass() local 722 CFG_ASSERT(FirstBlockAssert, flabel); in CfgPass() 724 _.current_function().RegisterBlockEnd({tlabel, flabel}, opcode); in CfgPass()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 2881 Label* flabel = branch->false_label; in AssembleArchBranch() local 2883 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 2889 if (!branch->fallthru) __ jmp(flabel, flabel_distance); in AssembleArchBranch() 2910 Label* flabel = branch->false_label; in AssembleArchDeoptBranch() local 2913 __ j(parity_even, flabel, flabel_distance); in AssembleArchDeoptBranch() 2942 __ jmp(flabel, flabel_distance); in AssembleArchDeoptBranch()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 2098 Label* flabel = branch->false_label; in AssembleArchBranch() local 2107 __ bunordered(flabel, cr); in AssembleArchBranch() 2115 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 2785 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels() argument 2845 if (!fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleBranchToLabels() 2853 Label* flabel = branch->false_label; in AssembleArchBranch() local 2854 AssembleBranchToLabels(this, tasm(), instr, branch->condition, tlabel, flabel, in AssembleArchBranch()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 2998 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels() argument 3064 if (!fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleBranchToLabels() 3072 Label* flabel = branch->false_label; in AssembleArchBranch() local 3074 AssembleBranchToLabels(this, tasm(), instr, branch->condition, tlabel, flabel, in AssembleArchBranch()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 2758 Label* flabel = branch->false_label; in AssembleArchBranch() local 2767 __ bunordered(flabel); in AssembleArchBranch() 2773 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 2158 Label* flabel = branch->false_label; in AssembleArchBranch() local 2214 if (!branch->fallthru) __ B(flabel); // no fallthru to flabel. in AssembleArchBranch()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 3906 Label* flabel = branch->false_label; in AssembleArchBranch() local 3908 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 3915 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 2860 Label* flabel = branch->false_label; in AssembleArchBranch() local 2863 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
|