Searched defs:b3 (Results 1 – 5 of 5) sorted by relevance
/qemu/tests/tcg/multiarch/system/ |
H A D | memory.c | 166 uint32_t b4 = BYTE_NEXT(count), b3 = BYTE_NEXT(count); in init_test_data_u32() local 191 uint64_t b4 = BYTE_NEXT(count), b3 = BYTE_NEXT(count); in init_test_data_u64() local 237 uint8_t b1, b2, b3, b4; in read_test_data_u32() local 279 uint8_t b1, b2, b3, b4, b5, b6, b7, b8; in read_test_data_u64() local
|
/qemu/hw/input/ |
H A D | ps2.c | 207 void ps2_queue_3(PS2State *s, int b1, int b2, int b3) in ps2_queue_3() 219 void ps2_queue_4(PS2State *s, int b1, int b2, int b3, int b4) in ps2_queue_4() 262 static void ps2_cqueue_3(PS2State *s, int b1, int b2, int b3) in ps2_cqueue_3()
|
/qemu/pc-bios/s390-ccw/ |
H A D | scsi.h | 73 uint8_t b3; /* b3 & 0x0f == resp_data_fmt == 2, must! */ member
|
/qemu/target/i386/ |
H A D | ops_sse.h | 2585 uint32_t b3 = b->L(3); in helper_sha1msg1() local
|
/qemu/target/tricore/ |
H A D | translate.c | 2683 TCGv b3 = tcg_temp_new(); in gen_eqany_bi() local
|