Home
last modified time | relevance | path

Searched refs:b (Results 76 – 100 of 781) sorted by relevance

12345678910>>...32

/qemu/hw/display/
H A Domap_lcdc.c80 uint8_t v, r, g, b; in draw_line2_32() local
86 b = (pal[v & 3] << 4) & 0xf0; in draw_line2_32()
92 b = (pal[v & 3] << 4) & 0xf0; in draw_line2_32()
98 b = (pal[v & 3] << 4) & 0xf0; in draw_line2_32()
119 uint8_t v, r, g, b; in draw_line4_32() local
146 uint8_t v, r, g, b; in draw_line8_32() local
152 b = (pal[v] << 4) & 0xf0; in draw_line8_32()
166 uint8_t r, g, b; in draw_line12_32() local
172 b = (v << 4) & 0xf0; in draw_line12_32()
186 uint8_t r, g, b; in draw_line16_32() local
[all …]
H A Dvga-helpers.h337 uint32_t v, r, g, b; in vga_draw_line15_le() local
344 b = (v << 3) & 0xf8; in vga_draw_line15_le()
356 uint32_t v, r, g, b; in vga_draw_line15_be() local
363 b = (v << 3) & 0xf8; in vga_draw_line15_be()
378 uint32_t v, r, g, b; in vga_draw_line16_le() local
385 b = (v << 3) & 0xf8; in vga_draw_line16_le()
397 uint32_t v, r, g, b; in vga_draw_line16_be() local
419 uint32_t r, g, b; in vga_draw_line24_le() local
437 uint32_t r, g, b; in vga_draw_line24_be() local
458 uint32_t r, g, b; in vga_draw_line32_le() local
[all …]
/qemu/target/alpha/
H A Dfpu_helper.c221 fb = s_to_float32(b); in helper_adds()
233 fb = s_to_float32(b); in helper_subs()
245 fb = s_to_float32(b); in helper_muls()
257 fb = s_to_float32(b); in helper_divs()
298 fb = t_to_float64(b); in helper_addt()
310 fb = t_to_float64(b); in helper_subt()
322 fb = t_to_float64(b); in helper_mult()
334 fb = t_to_float64(b); in helper_divt()
359 fb = t_to_float64(b); in helper_cmptun()
375 fb = t_to_float64(b); in helper_cmpteq()
[all …]
/qemu/tests/unit/
H A Dtest-throttle.c459 b->avg = 0; in test_ranges()
464 b->avg = 1; in test_ranges()
483 b->avg = 1; in test_ranges()
484 b->max = 1; in test_ranges()
488 b->avg = 1; in test_ranges()
489 b->max = 1; in test_ranges()
493 b->avg = 1; in test_ranges()
494 b->max = 1; in test_ranges()
498 b->avg = 1; in test_ranges()
499 b->max = 1; in test_ranges()
[all …]
H A Dtest-qdist.c94 const struct entry_desc *b, size_t n_b) in do_test_bin() argument
113 entries_check(&qdb, b, n_b); in do_test_bin()
119 histogram_check(&qda, b, n_b, n_b); in do_test_bin()
235 static const struct entry_desc b[] = { in test_bin_shrink() local
242 return do_test_bin(a, ARRAY_SIZE(a), b, ARRAY_SIZE(b)); in test_bin_shrink()
257 static const struct entry_desc b[] = { in test_bin_expand() local
270 return do_test_bin(a, ARRAY_SIZE(a), b, ARRAY_SIZE(b)); in test_bin_expand()
279 static const struct entry_desc b[] = { in test_bin_precision() local
284 return do_test_bin(a, ARRAY_SIZE(a), b, ARRAY_SIZE(b)); in test_bin_precision()
294 static const struct entry_desc b[] = { in test_bin_simple() local
[all …]
/qemu/roms/
H A Dedk2-build.py180 b = cfg[build]
195 if 'opts' in b:
200 if 'pcds' in b:
205 if 'tgts' in b:
211 if 'desc' in b:
212 desc = b['desc']
222 if 'plat' in b:
224 for cpy in b:
229 b['dest'], b[cpy])
231 for pad in b:
[all …]
/qemu/tests/tcg/xtensa/
H A Dtest_load_store.S14 movi a3, 1b
37 movi a3, 1b
52 movi a7, 1b
70 movi a3, 1b + 1
91 movi a3, 1b
94 movi a3, 2b
98 movi a3, 1b - 1
121 movi a3, 1b
132 movi a7, 3b
140 movi a3, 2b
[all …]
/qemu/tests/tcg/multiarch/
H A Dfloat_madds.c38 static void print_inputs(float a, float b, float c) in print_inputs() argument
43 b_fmt = fmt_f32(b); in print_inputs()
66 static void do_madds(float a, float b, float c, int j, int k) in do_madds() argument
70 print_inputs(a, b, c); in do_madds()
73 r = __builtin_fmaf(a, b, c); in do_madds()
81 float a, b, c; in main() local
92 b = get_f32(j + ((k+1)%3)); in main()
94 do_madds(a, b, c, j, k); in main()
/qemu/include/ui/
H A Drect.h32 static inline bool qemu_rect_intersect(const QemuRect *a, const QemuRect *b, in qemu_rect_intersect() argument
37 x1 = MAX(a->x, b->x); in qemu_rect_intersect()
38 y1 = MAX(a->y, b->y); in qemu_rect_intersect()
39 x2 = MIN(a->x + a->width, b->x + b->width); in qemu_rect_intersect()
40 y2 = MIN(a->y + a->height, b->y + b->height); in qemu_rect_intersect()
/qemu/hw/misc/
H A Dmac_via.c421 if (s->b & VIA1B_vRTCEnb) { in via1_rtc_update()
439 s->b = (s->b & ~VIA1B_vRTCData) | in via1_rtc_update()
600 s->b &= ~VIA1B_vADBInt; in adb_via_poll()
617 s->b &= ~VIA1B_vADBInt; in adb_via_poll()
696 ms->b |= VIA1B_vADBInt; in adb_via_send()
705 ms->b |= VIA1B_vADBInt; in adb_via_send()
752 ms->b |= VIA1B_vADBInt; in adb_via_receive()
756 ms->b |= VIA1B_vADBInt; in adb_via_receive()
886 s->b |= VIA1B_vADBInt; in via1_auxmode_update()
1090 v1s->last_b = ms->b; in mos6522_q800_via1_write()
[all …]
/qemu/target/arm/tcg/
H A Dpauth_helper.c92 int b; in pac_sub() local
94 for (b = 0; b < 64; b += 4) { in pac_sub()
95 o |= (uint64_t)sub[(i >> b) & 0xf] << b; in pac_sub()
107 int b; in pac_sub1() local
109 for (b = 0; b < 64; b += 4) { in pac_sub1()
110 o |= (uint64_t)sub1[(i >> b) & 0xf] << b; in pac_sub1()
122 int b; in pac_inv_sub() local
124 for (b = 0; b < 64; b += 4) { in pac_inv_sub()
125 o |= (uint64_t)inv_sub[(i >> b) & 0xf] << b; in pac_inv_sub()
140 int b; in pac_mult() local
[all …]
/qemu/scripts/
H A Dcocci-macro-file.h115 #define g_assert_cmpint(a, op, b) g_assert(a op b) argument
116 #define g_assert_cmpuint(a, op, b) g_assert(a op b) argument
117 #define g_assert_cmphex(a, op, b) g_assert(a op b) argument
118 #define g_assert_cmpstr(a, op, b) g_assert(strcmp(a, b) op 0) argument
/qemu/tests/tcg/cris/bare/
H A Dcheck_addxc.s7 adds.b 0xff,r3
17 addu.b 0xff,r3
27 addu.b -1,r3
37 adds.b 0xff,r3
47 adds.b 0xff,r3
62 addu.b 0x89,r3
67 adds.b 0x89,r3
82 addu.b 0xff,r3
H A Dcheck_ba.s30 ba 1b
34 .space 254-2+smalloffset+1b-.,0
50 .space 256-2-smalloffset+4b-.,0
56 ba 4b
66 .space 32766+largeoffset-2+5b-.,0
87 .space 32768-largeoffset+9b-.,0
91 ba 9b
/qemu/util/
H A Dqsp.c187 return a == b || in qsp_callsite_cmp()
188 (a->obj == b->obj && in qsp_callsite_cmp()
191 (a->file == b->file || !strcmp(a->file, b->file))); in qsp_callsite_cmp()
199 return a == b || in qsp_callsite_no_obj_cmp()
202 (a->file == b->file || !strcmp(a->file, b->file))); in qsp_callsite_no_obj_cmp()
208 const QSPEntry *b = bp; in qsp_entry_no_thread_cmp() local
216 const QSPEntry *b = bp; in qsp_entry_no_thread_obj_cmp() local
224 const QSPEntry *b = bp; in qsp_entry_cmp() local
463 const QSPEntry *b = bp; in qsp_tree_cmp() local
479 double avg_b = b->n_acqs ? b->ns / b->n_acqs : 0; in qsp_tree_cmp()
[all …]
/qemu/scripts/coccinelle/
H A Dremove_muldiv64.cocci1 // replace muldiv64(a, 1, b) by "a / b"
3 expression a, b;
5 -muldiv64(a, 1, b)
6 +a / b
/qemu/target/hppa/
H A Dinsns.decode71 &ldst t b x disp sp m scale size
129 ldsid 000000 b:5 ----- sp:2 0 10000101 t:5
147 @addrx ...... b:5 x:5 .. ........ m:1 ..... \
172 pxtlb 000001 b:5 x:5 sp:2 01001000 m:1 ----- \
174 pxtlb 000001 b:5 x:5 ... 0001000 m:1 ----- \
178 pxtlb_l 000001 b:5 x:5 sp:2 01011000 m:1 ----- \
180 pxtlb_l 000001 b:5 x:5 ... 0011000 m:1 ----- \
184 pxtlbe 000001 b:5 x:5 sp:2 01001001 m:1 ----- \
186 pxtlbe 000001 b:5 x:5 ... 0001001 m:1 ----- \
189 lpa 000001 b:5 x:5 sp:2 01001101 m:1 t:5 \
[all …]
/qemu/target/mips/tcg/
H A Ddsp_helper.c140 tempI = a + b; in mipsdsp_add_i16()
154 tempS = a + b; in mipsdsp_sat_add_i16()
173 tempI = a + b; in mipsdsp_sat_add_i32()
353 return a * b; in mipsdsp_mul_u16_u16()
359 return a * b; in mipsdsp_mul_i32_i32()
841 temp = a - b; in mipsdsp_sub_i16()
854 temp = a - b; in mipsdsp_sat16_sub()
872 temp = a - b; in mipsdsp_sat32_sub()
988 temp = a - b; in mipsdsp_sub32()
1000 temp = a + b; in mipsdsp_add_i32()
[all …]
/qemu/tests/tcg/openrisc/
H A Dtest_addi.c5 int a, b; in main() local
8 b = 0x01; in main()
13 : "r"(b) in main()
20 b = 0x010000; in main()
25 : "r"(b) in main()
H A Dtest_sub.c5 int a, b; in main() local
9 b = 0x100; in main()
14 : "r"(b) in main()
22 b = 0x1; in main()
27 : "r"(b) in main()
H A Dtest_sfeq.c5 int a, b; in main() local
9 b = 0x80; in main()
18 : "r"(b) in main()
26 b = 0x80; in main()
35 : "r"(b) in main()
H A Dtest_sfltu.c5 int a, b; in main() local
9 b = 3; in main()
18 : "r"(b) in main()
26 b = 3; in main()
35 : "r"(b) in main()
H A Dtest_sfne.c5 int a, b; in main() local
9 b = 3; in main()
18 : "r"(b) in main()
26 b = 3; in main()
35 : "r"(b) in main()
H A Dtest_sflts.c5 int a, b; in main() local
9 b = 3; in main()
18 : "r"(b) in main()
26 b = 3; in main()
35 : "r"(b) in main()
H A Dtest_bnf.c5 int a, b; in main() local
9 b = 0; in main()
22 : "r"(b) in main()
30 b = 0; in main()
43 : "r"(b) in main()

12345678910>>...32