Home
last modified time | relevance | path

Searched refs:fall_through (Results 1 – 9 of 9) sorted by relevance

/external/iproute2/tc/
Df_tcindex.c157 int fall_through; in tcindex_print_opt() local
160 sizeof(fall_through)) in tcindex_print_opt()
162 fall_through = rta_getattr_u32(tb[TCA_TCINDEX_FALL_THROUGH]); in tcindex_print_opt()
163 fprintf(f, fall_through ? "fall_through " : "pass_on "); in tcindex_print_opt()
/external/v8/src/regexp/
Djsregexp.cc1727 Label* fall_through, in EmitBoundaryTest() argument
1730 if (below != fall_through) { in EmitBoundaryTest()
1732 if (above_or_equal != fall_through) masm->GoTo(above_or_equal); in EmitBoundaryTest()
1742 Label* fall_through, in EmitDoubleBoundaryTest() argument
1745 if (in_range == fall_through) { in EmitDoubleBoundaryTest()
1757 if (out_of_range != fall_through) masm->GoTo(out_of_range); in EmitDoubleBoundaryTest()
1770 Label* fall_through, in EmitUseLookupTable() argument
1789 if (even_label == fall_through) { in EmitUseLookupTable()
1819 if (on_bit_clear != fall_through) masm->GoTo(on_bit_clear); in EmitUseLookupTable()
1925 uc32 max_char, Label* fall_through, in GenerateBranches() argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Daarch64-fix-cortex-a53-835769.ll495 define i64 @fall_through(i64 %a, i64 %b, i64* nocapture readonly %c) #0 {
503 %tmp = ptrtoint i8* blockaddress(@fall_through, %block1) to i64
507 ; CHECK-LABEL: fall_through
513 ; CHECK-NOWORKAROUND-LABEL: fall_through
/external/llvm/test/CodeGen/AArch64/
Daarch64-fix-cortex-a53-835769.ll495 define i64 @fall_through(i64 %a, i64 %b, i64* nocapture readonly %c) #0 {
503 %tmp = ptrtoint i8* blockaddress(@fall_through, %block1) to i64
507 ; CHECK-LABEL: fall_through
513 ; CHECK-NOWORKAROUND-LABEL: fall_through
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc2631 Label* fall_through) { in CompareAndSplit() argument
2632 if ((if_true == if_false) && (if_false == fall_through)) { in CompareAndSplit()
2636 } else if (if_false == fall_through) { in CompareAndSplit()
2638 } else if (if_true == fall_through) { in CompareAndSplit()
2651 Label* fall_through) { in TestAndSplit() argument
2652 if ((if_all_clear == if_any_set) && (if_any_set == fall_through)) { in TestAndSplit()
2656 } else if (if_all_clear == fall_through) { in TestAndSplit()
2658 } else if (if_any_set == fall_through) { in TestAndSplit()
Dmacro-assembler-arm64.h1843 Label* fall_through);
1851 Label* fall_through);
/external/v8/src/interpreter/
Dinterpreter-generator.cc2296 Label fall_through(this); in IGNITION_HANDLER() local
2304 GotoIf(IntPtrLessThan(case_value, IntPtrConstant(0)), &fall_through); in IGNITION_HANDLER()
2305 GotoIf(IntPtrGreaterThanOrEqual(case_value, table_length), &fall_through); in IGNITION_HANDLER()
2310 BIND(&fall_through); in IGNITION_HANDLER()
Dbytecode-generator.cc228 BytecodeLabel fall_through; in ApplyDeferredCommands() local
238 .JumpIfFalse(ToBooleanMode::kAlreadyBoolean, &fall_through); in ApplyDeferredCommands()
254 .Jump(&fall_through); in ApplyDeferredCommands()
266 builder()->Bind(&fall_through); in ApplyDeferredCommands()
/external/iproute2/bash-completion/
Dtc483 _tc_one_of_list 'pass_on fall_through'