/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/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_cfg.cpp | 1069 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/ |
D | validate_cfg.cpp | 1060 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/ |
D | validate_cfg.cpp | 1069 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/ |
D | code-generator-x64.cc | 4178 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/ |
D | code-generator-mips.cc | 3500 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/ |
D | code-generator-mips64.cc | 3742 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/ |
D | code-generator-ppc.cc | 3451 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/ |
D | code-generator-s390.cc | 4386 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/ |
D | code-generator-ia32.cc | 4376 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/ |
D | code-generator-arm64.cc | 2709 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/ |
D | code-generator-arm.cc | 3498 Label* flabel = branch->false_label; in AssembleArchBranch() local 3501 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
|