Searched refs:case4 (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/Mips/ |
D | 2008-10-13-LegalizerBug.ll | 8 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/ |
D | 2008-10-13-LegalizerBug.ll | 8 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/ |
D | vma04.c | 77 static void case4(void); 109 case4(); in main() 231 static void case4(void) in case4() function
|
/external/valgrind/none/tests/ |
D | shorts.stderr.exp | 3 case4
|
/external/ltp/testcases/kernel/controllers/pids/ |
D | pids.sh | 149 case4() function
|
/external/valgrind/coregrind/ |
D | m_translate.c | 438 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/ |
D | run_cpuctl_test_fj.sh | 208 case4 () function
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 646 #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()
|