Home
last modified time | relevance | path

Searched refs:case4 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/Mips/
D2008-10-13-LegalizerBug.ll8 continue.outer: ; preds = %case4, %entry
9 %p.0.ph.rec = phi i32 [ 0, %entry ], [ %indvar.next, %case4 ] ; <i32> [#uses=2]
14 i8 76, label %case4
15 i8 108, label %case4
16 i8 104, label %case4
17 i8 42, label %case4
20 case4: ; preds = %continue.outer, %continue.outer, %continue.outer, %continue.outer
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/
D2008-10-13-LegalizerBug.ll8 continue.outer: ; preds = %case4, %entry
9 %p.0.ph.rec = phi i32 [ 0, %entry ], [ %indvar.next, %case4 ] ; <i32> [#uses=2]
14 i8 76, label %case4
15 i8 108, label %case4
16 i8 104, label %case4
17 i8 42, label %case4
20 case4: ; preds = %continue.outer, %continue.outer, %continue.outer, %continue.outer
/external/ltp/testcases/kernel/mem/vma/
Dvma04.c77 static void case4(void);
109 case4(); in main()
231 static void case4(void) in case4() function
/external/valgrind/none/tests/
Dshorts.stderr.exp3 case4
/external/ltp/testcases/kernel/controllers/pids/
Dpids.sh149 case4() function
/external/valgrind/coregrind/
Dm_translate.c438 if (st->tag != Ist_WrTmp) goto case4; in vg_SP_update_pass()
440 if (e->tag != Iex_RdTmp) goto case4; in vg_SP_update_pass()
441 if (!get_SP_delta(e->Iex.RdTmp.tmp, &delta)) goto case4; in vg_SP_update_pass()
447 case4: in vg_SP_update_pass()
/external/ltp/testcases/kernel/controllers/cpuctl_fj/
Drun_cpuctl_test_fj.sh208 case4 () function
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp646 #define case4(c, f, i, u) \ in get_opcode() macro
652 #define case3(f, i, u) case4(f, f, i, u) in get_opcode()
653 #define case2fi(f, i) case4(f, f, i, i) in get_opcode()
654 #define case2iu(i, u) case4(i, LAST, i, u) in get_opcode()