Home
last modified time | relevance | path

Searched refs:bb (Results 1 – 25 of 962) sorted by relevance

12345678910>>...39

/minix3/usr.sbin/installboot/arch/
H A Dalpha.c115 static void resum(ib_params *, struct alpha_boot_block * const bb,
131 struct alpha_boot_block bb; in alpha_clearboot() local
145 rv = pread(params->fsfd, &bb, sizeof(bb), ALPHA_BOOT_BLOCK_OFFSET); in alpha_clearboot()
149 } else if (rv != sizeof(bb)) { in alpha_clearboot()
153 ALPHA_BOOT_BLOCK_CKSUM(&bb, &cksum); in alpha_clearboot()
154 if (cksum != bb.bb_cksum) { // XXX check bb_cksum endian? in alpha_clearboot()
157 (unsigned long long)le64toh(bb.bb_cksum), in alpha_clearboot()
165 (unsigned long long)le64toh(bb.bb_secstart)); in alpha_clearboot()
167 (unsigned long long)le64toh(bb.bb_secsize)); in alpha_clearboot()
169 (unsigned long long)le64toh(bb.bb_cksum)); in alpha_clearboot()
[all …]
H A Dpmax.c132 struct pmax_boot_block bb; in pmax_clearboot() local
140 rv = pread(params->fsfd, &bb, sizeof(bb), PMAX_BOOT_BLOCK_OFFSET); in pmax_clearboot()
144 } else if (rv != sizeof(bb)) { in pmax_clearboot()
149 if (le32toh(bb.magic) != PMAX_BOOT_MAGIC) { in pmax_clearboot()
155 bb.map[0].num_blocks = bb.map[0].start_block = bb.mode = 0; in pmax_clearboot()
156 bb.magic = htole32(PMAX_BOOT_MAGIC); in pmax_clearboot()
161 sum = compute_sunsum((uint16_t *)&bb); in pmax_clearboot()
162 if (! set_sunsum(params, (uint16_t *)&bb, sum)) in pmax_clearboot()
172 rv = pwrite(params->fsfd, &bb, sizeof(bb), PMAX_BOOT_BLOCK_OFFSET); in pmax_clearboot()
176 } else if (rv != sizeof(bb)) { in pmax_clearboot()
[all …]
H A Dvax.c110 struct vax_boot_block bb; in vax_clearboot() local
116 __CTASSERT(sizeof(bb)==VAX_BOOT_BLOCK_BLOCKSIZE); in vax_clearboot()
118 rv = pread(params->fsfd, &bb, sizeof(bb), VAX_BOOT_BLOCK_OFFSET); in vax_clearboot()
122 } else if (rv != sizeof(bb)) { in vax_clearboot()
127 if (bb.bb_id_offset*2 >= VAX_BOOT_BLOCK_BLOCKSIZE in vax_clearboot()
128 || bb.bb_magic1 != VAX_BOOT_MAGIC1) { in vax_clearboot()
134 bb.bb_id_offset = 1; in vax_clearboot()
135 bb.bb_mbone = 0; in vax_clearboot()
136 bb.bb_lbn_hi = 0; in vax_clearboot()
137 bb.bb_lbn_low = 0; in vax_clearboot()
[all …]
H A Dsparc64.c88 char bb[SPARC64_BOOT_BLOCK_MAX_SIZE]; in sparc64_clearboot() local
102 rv = pread(params->fsfd, &bb, sizeof(bb), SPARC64_BOOT_BLOCK_OFFSET); in sparc64_clearboot()
106 } else if (rv != sizeof(bb)) { in sparc64_clearboot()
112 memset(&bb, 0, sizeof(bb)); in sparc64_clearboot()
120 rv = pwrite(params->fsfd, &bb, sizeof(bb), SPARC64_BOOT_BLOCK_OFFSET); in sparc64_clearboot()
124 } else if (rv != sizeof(bb)) { in sparc64_clearboot()
135 char bb[SPARC64_BOOT_BLOCK_MAX_SIZE]; in sparc64_setboot() local
153 memset(&bb, 0, SPARC64_BOOT_BLOCK_MAX_SIZE); in sparc64_setboot()
154 rv = read(params->s1fd, &bb, sizeof(bb)); in sparc64_setboot()
172 rv = pwrite(params->fsfd, &bb, SPARC64_BOOT_BLOCK_MAX_SIZE, in sparc64_setboot()
H A Dhppa.c74 char bb[HPPA_BOOT_BLOCK_SIZE]; in hppa_clearboot() local
85 rv = pread(params->fsfd, bb, sizeof bb, 0); in hppa_clearboot()
89 } else if (rv != sizeof bb) { in hppa_clearboot()
95 memset(bb, 0, HPPA_LABELOFFSET); in hppa_clearboot()
97 memset(&bb[eol], 0, sizeof bb - eol); in hppa_clearboot()
108 rv = pwrite(params->fsfd, bb, sizeof bb, 0); in hppa_clearboot()
126 char bb[HPPA_BOOT_BLOCK_SIZE]; in hppa_setboot() local
188 memset(&bb, 0, sizeof bb); in hppa_setboot()
189 rv = read(params->s1fd, &bb, sizeof bb); in hppa_setboot()
195 memcpy(&bb[HPPA_LABELOFFSET], &label.l, HPPA_LABELSIZE); in hppa_setboot()
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/GVN/
H A D2011-04-27-phioperands.ll9 br label %"<bb 5>"
12 br i1 undef, label %"<bb 3>.i30.i", label %doemit.exit51.i
14 "<bb 3>.i30.i":
18 br label %"<bb 53>.i"
21 br i1 undef, label %"<bb 3>.i55.i", label %doemit.exit76.i
23 "<bb 3>.i55.i":
27 br label %"<bb 53>.i"
31 br label %"<bb 53>.i"
34 br label %"<bb 53>.i"
37 br i1 undef, label %"<bb 53>.i", label %"<bb 35>.i"
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A D2009-06-15-RegScavengerAssert.ll9 br i1 undef, label %bb, label %bb1
11 bb: ; preds = %entry
26 br i1 undef, label %memory_CalculateRealBlockSize1374.exit.i, label %bb.i.i9
28 bb.i.i9: ; preds = %bb6.i8
31 memory_CalculateRealBlockSize1374.exit.i: ; preds = %bb.i.i9, %bb6.i8
32 %0 = phi i32 [ undef, %bb.i.i9 ], [ undef, %bb6.i8 ] ; <i32> [#uses=2]
40 br label %bb.i.i
42 bb.i.i: ; preds = %bb.i.i, %memory_Init.exit
43 br i1 undef, label %symbol_Init.exit, label %bb.i.i
45 symbol_Init.exit: ; preds = %bb.i.i
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Assembler/
H A Duselistorder_bb.ll6 @ba1 = constant i8* blockaddress (@bafunc1, %bb)
7 @ba2 = constant i8* getelementptr (i8* blockaddress (@bafunc2, %bb), i61 0)
8 @ba3 = constant i8* getelementptr (i8* blockaddress (@bafunc2, %bb), i61 0)
11 ret i8* getelementptr (i8* blockaddress (@bafunc2, %bb), i61 0)
13 ret i8* blockaddress (@bafunc1, %bb)
15 ret i8* blockaddress (@bafunc3, %bb)
18 br label %bb
19 bb:
23 br label %bb
24 bb:
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/IndVarSimplify/
H A Dada-loops.ll20 bb.thread:
23 br label %bb
25 bb: ; preds = %bb, %bb.thread
26 %i.0.reg2mem.0 = phi i8 [ -128, %bb.thread ], [ %tmp8, %bb ] ; <i8> [#uses=1]
33 br i1 %0, label %return, label %bb
35 return: ; preds = %bb
40 bb.thread:
43 br label %bb
45 bb: ; preds = %bb, %bb.thread
46 %i.0.reg2mem.0 = phi i8 [ 0, %bb.thread ], [ %tmp7, %bb ] ; <i8> [#uses=1]
[all …]
H A Dpromote-iv-to-eliminate-casts.ll7 br i1 %t0, label %bb.nph, label %bb2
9 bb.nph: ; preds = %entry
10 br label %bb
12 bb: ; preds = %bb1, %bb.nph
13 %result.02 = phi i64 [ %t5, %bb1 ], [ 0, %bb.nph ] ; <i64> [#uses=1]
14 %n.01 = phi i32 [ %t6, %bb1 ], [ 0, %bb.nph ] ; <i32> [#uses=2]
23 bb1: ; preds = %bb
25 br i1 %t7, label %bb, label %bb1.bb2_crit_edge
39 br i1 %t0, label %bb.nph, label %return
41 bb.nph: ; preds = %entry
[all …]
H A D2008-10-03-CouldNotCompute.ll8 br i1 false, label %bb.nph, label %return
10 bb.nph: ; preds = %entry
13 br label %bb
15 bb: ; preds = %bb, %bb.nph
16 %.in = phi i32 [ %2, %bb ], [ %n, %bb.nph ] ; <i32> [#uses=1]
17 %val.02 = phi i64 [ %5, %bb ], [ 0, %bb.nph ] ; <i64> [#uses=2]
18 %result.01 = phi i64 [ %4, %bb ], [ 0, %bb.nph ] ; <i64> [#uses=1]
24 br i1 %6, label %bb, label %bb3.bb4_crit_edge
26 bb3.bb4_crit_edge: ; preds = %bb
27 %.lcssa = phi i64 [ %4, %bb ] ; <i64> [#uses=0]
H A D2009-05-24-useafterfree.ll7 br i1 false, label %bb.nph1.preheader, label %.outer._crit_edge
9 bb.nph1.preheader: ; preds = %4
12 br label %bb.nph1
14 bb.nph1: ; preds = %.outer, %bb.nph1.preheader
15 br i1 undef, label %bb.nph3.preheader, label %.outer
17 bb.nph3.preheader: ; preds = %bb.nph1
18 br label %bb.nph3
20 bb.nph3: ; preds = %bb.nph3, %bb.nph3.preheader
21 %indvar7 = phi i32 [ %indvar.next8, %bb.nph3 ], [ 0, %bb.nph3.preheader ] ; <i32> [#uses=3]
27 br i1 %5, label %bb.nph3, label %.outer.loopexit
[all …]
H A Dfloating-point-iv.ll4 br label %bb
6 bb: ; preds = %bb, %entry
7 %x.0.reg2mem.0 = phi double [ 0.000000e+00, %entry ], [ %1, %bb ] ; <double> [#uses=2]
11 br i1 %2, label %bb, label %return
13 return: ; preds = %bb
23 br label %bb
25 bb: ; preds = %bb, %entry
26 %x.0.reg2mem.0 = phi double [ -10.000000e+00, %entry ], [ %1, %bb ] ; <double> [#uses=2]
30 br i1 %2, label %bb, label %return
32 return: ; preds = %bb
[all …]
H A Dloop_evaluate_2.ll8 br i1 %0, label %bb.preheader, label %bb8
10 bb.preheader: ; preds = %entry
11 br label %bb
13 bb: ; preds = %bb, %bb.preheader
14 %i.01.0 = phi i32 [ %tmp4, %bb ], [ 0, %bb.preheader ] ; <i32> [#uses=1]
15 %j.03.0 = phi i32 [ %tmp2, %bb ], [ 0, %bb.preheader ] ; <i32> [#uses=1]
19 br i1 %1, label %bb, label %bb8.loopexit
21 bb8.loopexit: ; preds = %bb
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/LoopStrengthReduce/X86/
H A D2008-08-14-ShadowIV.ll6 br i1 %0, label %return, label %bb.nph
8 bb.nph: ; preds = %entry
10 br label %bb
12 bb: ; preds = %bb, %bb.nph
13 %i.03 = phi i32 [ 0, %bb.nph ], [ %indvar.next, %bb ] ; <i32> [#uses=3]
19 br i1 %exitcond, label %return, label %bb
21 return: ; preds = %bb, %entry
30 br i1 %0, label %return, label %bb.nph
32 bb.nph: ; preds = %entry
34 br label %bb
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dmem-promote-integers.ll8 %bb = load <1 x i8>* %b
9 %tt = xor <1 x i8> %x, %bb
19 %bb = load <1 x i16>* %b
20 %tt = xor <1 x i16> %x, %bb
30 %bb = load <1 x i32>* %b
31 %tt = xor <1 x i32> %x, %bb
41 %bb = load <1 x i64>* %b
42 %tt = xor <1 x i64> %x, %bb
52 %bb = load <1 x i128>* %b
53 %tt = xor <1 x i128> %x, %bb
[all …]
H A Doptimize-max-1.ll12 br label %bb
14 bb: ; preds = %bb, %entry
15 %i.0 = phi i64 [ 0, %entry ], [ %0, %bb ] ; <i64> [#uses=2]
20 br i1 %exitcond, label %return, label %bb
22 return: ; preds = %bb
30 br label %bb
32 bb: ; preds = %bb, %entry
33 %i.0 = phi i64 [ 0, %entry ], [ %0, %bb ] ; <i64> [#uses=2]
38 br i1 %exitcond, label %return, label %bb
40 return: ; preds = %bb
[all …]
H A D2009-09-22-CoalescerBug.ll5 br i1 undef, label %bb, label %bb1
7 bb: ; preds = %entry
17 br i1 undef, label %bb.i18, label %quantum_getwidth.exit
19 bb.i18: ; preds = %bb.i18, %bb3
20 br i1 undef, label %bb.i18, label %quantum_getwidth.exit
22 quantum_getwidth.exit: ; preds = %bb.i18, %bb3
29 br i1 undef, label %bb.i1, label %bb1.i2
31 bb.i1: ; preds = %bb6.preheader
51 br label %bb.i37
56 bb.i37: ; preds = %bb.i37, %bb11.thread
[all …]
H A Dcoalescer-commute4.ll7 br i1 %tmp2132, label %bb23, label %bb.preheader
9 bb.preheader: ; preds = %entry
11 br label %bb
13 bb: ; preds = %bb, %bb.preheader
14 %i.0.reg2mem.0 = phi i32 [ 0, %bb.preheader ], [ %indvar.next, %bb ] ; <i32> [#uses=3]
15 %res.0.reg2mem.0 = phi float [ 0.000000e+00, %bb.preheader ], [ %tmp14, %bb ] ; <float> [#uses=1]
25 br i1 %exitcond, label %bb23, label %bb
27 bb23: ; preds = %bb, %entry
28 %res.0.reg2mem.1 = phi float [ 0.000000e+00, %entry ], [ %tmp14, %bb ] ; <float> [#uses=1]
H A D2010-02-03-DualUndef.ll4 bb: ; preds = %output.exit
5 br label %bb.i1
7 bb.i1: ; preds = %bb7.i, %bb
8 br i1 undef, label %bb7.i, label %bb.nph.i
10 bb.nph.i: ; preds = %bb.i1
13 bb3.i: ; preds = %bb5.i6, %bb.nph.i
25 bb7.i: ; preds = %bb5.i6, %bb.i1
26 br label %bb.i1
/minix3/external/bsd/llvm/dist/llvm/test/Analysis/ScalarEvolution/
H A D2008-08-04-LongAddRec.ll9 bb: ; preds = %bb1
30 bb1: ; preds = %bb, %entry
31 %x2.0 = phi i16 [ 0, %entry ], [ %15, %bb ] ; <i16> [#uses=1]
32 %x3.0 = phi i16 [ 0, %entry ], [ %14, %bb ] ; <i16> [#uses=1]
33 %x4.0 = phi i16 [ 0, %entry ], [ %13, %bb ] ; <i16> [#uses=1]
34 %x5.0 = phi i16 [ 0, %entry ], [ %12, %bb ] ; <i16> [#uses=1]
35 %x6.0 = phi i16 [ 0, %entry ], [ %11, %bb ] ; <i16> [#uses=1]
36 %x7.0 = phi i16 [ 0, %entry ], [ %10, %bb ] ; <i16> [#uses=1]
37 %x8.0 = phi i16 [ 0, %entry ], [ %9, %bb ] ; <i16> [#uses=1]
38 %x9.0 = phi i16 [ 0, %entry ], [ %8, %bb ] ; <i16> [#uses=1]
[all …]
H A D2008-07-29-SGTTripCount.ll8 br i1 %0, label %bb.preheader, label %return
10 bb.preheader: ; preds = %entry
11 br label %bb
13 bb: ; preds = %bb, %bb.preheader
14 %i.01 = phi i32 [ %1, %bb ], [ 0, %bb.preheader ] ; <i32> [#uses=1]
17 br i1 %2, label %bb, label %return.loopexit
19 return.loopexit: ; preds = %bb
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Thumb2/
H A D2010-02-11-phi-cycle.ll10 br i1 %0, label %return, label %bb.nph
12 bb.nph: ; preds = %entry
14 br label %bb
16 bb: ; preds = %bb.nph, %bb
17 %indvar = phi i32 [ 0, %bb.nph ], [ %indvar.next, %bb ] ; <i32> [#uses=1]
18 %u.05 = phi i64 [ undef, %bb.nph ], [ %ins, %bb ] ; <i64> [#uses=1]
26 br i1 %exitcond, label %return, label %bb
28 return: ; preds = %bb, %entry
39 br i1 %0, label %return, label %bb.nph
41 bb.nph: ; preds = %entry
[all …]
H A Dmachine-licm.ll14 br i1 %0, label %return, label %bb.nph
16 bb.nph: ; preds = %entry
33 br label %bb
35 bb: ; preds = %bb, %bb.nph
36 %1 = phi i32 [ %.pre, %bb.nph ], [ %3, %bb ] ; <i32> [#uses=1]
37 %i.03 = phi i32 [ 0, %bb.nph ], [ %4, %bb ] ; <i32> [#uses=2]
44 br i1 %exitcond, label %return, label %bb
46 return: ; preds = %bb, %entry
86 bb.nph:
87 ; CHECK: bb.nph
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A D2010-04-01-MachineCSEBug.ll12 br i1 undef, label %is_read_byte.exit, label %bb.i
14 bb.i: ; preds = %entry
17 is_read_byte.exit: ; preds = %bb.i, %entry
18 br i1 undef, label %is_read_byte.exit22, label %bb.i21
20 bb.i21: ; preds = %is_read_byte.exit
24 br i1 undef, label %is_read_byte.exit19, label %bb.i18
26 bb.i18: ; preds = %is_read_byte.exit22
29 is_read_byte.exit19: ; preds = %bb.i18, %is_read_byte.exit22
30 br i1 undef, label %is_read_byte.exit16, label %bb.i15
32 bb.i15: ; preds = %is_read_byte.exit19
[all …]

12345678910>>...39