Searched refs:ST0 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 34 #define ST0 (env->fpregs[env->fpstt].d) macro 324 u.f = floatx80_to_float32(ST0, &env->fp_status); in helper_fsts_ST0() 337 u.f = floatx80_to_float64(ST0, &env->fp_status); in helper_fstl_ST0() 347 val = floatx80_to_int32(ST0, &env->fp_status); in helper_fist_ST0() 361 val = floatx80_to_int32(ST0, &env->fp_status); in helper_fistl_ST0() 374 val = floatx80_to_int64(ST0, &env->fp_status); in helper_fistll_ST0() 387 val = floatx80_to_int32_round_to_zero(ST0, &env->fp_status); in helper_fistt_ST0() 401 val = floatx80_to_int32_round_to_zero(ST0, &env->fp_status); in helper_fisttl_ST0() 414 val = floatx80_to_int64_round_to_zero(ST0, &env->fp_status); in helper_fisttll_ST0() 440 do_fstt(&ac, ptr, ST0); in helper_fstt_ST0() [all …]
|
/openbmc/linux/drivers/net/wan/ |
H A D | hd64570.h | 50 #define ST0 0x02 /* Status 0 */ macro
|
H A D | hd64572.h | 71 #define ST0 0x118 /* Status reg 0 */ macro
|
H A D | c101.c | 220 sca_in(MSCI1_OFFSET + ST0, port), in c101_siocdevprivate()
|
H A D | hd64572.c | 550 sca_in(get_msci(port) + ST0, card), in sca_dump_rings()
|
H A D | hd64570.c | 609 sca_in(get_msci(port) + ST0, card), in sca_dump_rings()
|
/openbmc/linux/drivers/block/ |
H A D | floppy.c | 341 #define ST0 0 macro 1393 if (reply_buffer[ST0] & ST0_ECE) { in print_errors() 1414 reply_buffer[ST0], reply_buffer[ST1], in print_errors() 1439 switch (reply_buffer[ST0] & ST0_INTR) { in interpret_errors() 1544 if (inr != 2 || (reply_buffer[ST0] & 0xF8) != 0x20) { in seek_interrupt() 1658 else if (reply_buffer[ST0] & ST0_ECE) { in recal_interrupt() 1758 } while ((reply_buffer[ST0] & 0x83) != UNIT(current_drive) && in floppy_interrupt() 4248 if ((r == 1) && (reply_buffer[ST0] == 0x80)) { in get_fdc_version() 4273 if ((r == 1) && (reply_buffer[ST0] == 0x80)) { in get_fdc_version() 4278 if ((r != 1) || (reply_buffer[ST0] != 0x00)) { in get_fdc_version() [all …]
|