Home
last modified time | relevance | path

Searched refs:flabel (Results 1 – 11 of 11) 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/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp720 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/
Dvalidate_cfg.cpp720 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/
Dcode-generator-x64.cc2881 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/
Dcode-generator-ppc.cc2098 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/
Dcode-generator-mips.cc2785 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/
Dcode-generator-mips64.cc2998 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/
Dcode-generator-s390.cc2758 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/
Dcode-generator-arm64.cc2158 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/
Dcode-generator-ia32.cc3906 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/
Dcode-generator-arm.cc2860 Label* flabel = branch->false_label; in AssembleArchBranch() local
2863 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()