Home
last modified time | relevance | path

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

/external/iproute2/tc/
Df_rsvp.c103 __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/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp1069 uint32_t flabel = inst->GetOperandAs<uint32_t>(2); in CfgPass() local
1071 CFG_ASSERT(FirstBlockAssert, flabel); in CfgPass()
1073 _.current_function().RegisterBlockEnd({tlabel, flabel}, opcode); in CfgPass()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp1060 uint32_t flabel = inst->GetOperandAs<uint32_t>(2); in CfgPass() local
1062 CFG_ASSERT(FirstBlockAssert, flabel); in CfgPass()
1064 _.current_function().RegisterBlockEnd({tlabel, flabel}, opcode); in CfgPass()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_cfg.cpp1069 uint32_t flabel = inst->GetOperandAs<uint32_t>(2); in CfgPass() local
1071 CFG_ASSERT(FirstBlockAssert, flabel); in CfgPass()
1073 _.current_function().RegisterBlockEnd({tlabel, flabel}, opcode); in CfgPass()
/external/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc4178 Label* flabel = branch->false_label; in AssembleArchBranch() local
4180 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch()
4186 if (!branch->fallthru) __ jmp(flabel, flabel_distance); in AssembleArchBranch()
4207 Label* flabel = branch->false_label; in AssembleArchDeoptBranch() local
4210 __ j(parity_even, flabel, flabel_distance); in AssembleArchDeoptBranch()
4239 __ jmp(flabel, flabel_distance); in AssembleArchDeoptBranch()
/external/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc3500 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels() argument
3569 if (!fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleBranchToLabels()
3577 Label* flabel = branch->false_label; in AssembleArchBranch() local
3578 AssembleBranchToLabels(this, tasm(), instr, branch->condition, tlabel, flabel, in AssembleArchBranch()
/external/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc3742 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels() argument
3817 if (!fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleBranchToLabels()
3825 Label* flabel = branch->false_label; in AssembleArchBranch() local
3827 AssembleBranchToLabels(this, tasm(), instr, branch->condition, tlabel, flabel, in AssembleArchBranch()
/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc3451 Label* flabel = branch->false_label; in AssembleArchBranch() local
3460 __ bunordered(flabel, cr); in AssembleArchBranch()
3468 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc4386 Label* flabel = branch->false_label; in AssembleArchBranch() local
4395 __ bunordered(flabel); in AssembleArchBranch()
4401 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc4376 Label* flabel = branch->false_label; in AssembleArchBranch() local
4378 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch()
4385 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
/external/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc2709 Label* flabel = branch->false_label; in AssembleArchBranch() local
2765 if (!branch->fallthru) __ B(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc3498 Label* flabel = branch->false_label; in AssembleArchBranch() local
3501 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()