Searched refs:fptag (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 2421 int fpus, fptag, exp, i; in do_fstenv() local 2426 fptag = 0; in do_fstenv() 2428 fptag <<= 2; in do_fstenv() 2430 fptag |= 3; in do_fstenv() 2437 fptag |= 1; in do_fstenv() 2441 fptag |= 2; in do_fstenv() 2449 access_stl(ac, ptr + 8, fptag); in do_fstenv() 2458 access_stw(ac, ptr + 4, fptag); in do_fstenv() 2492 int i, fpus, fptag; in do_fldenv() local 2497 fptag = access_ldw(ac, ptr + (4 << data32)); in do_fldenv() [all …]
|
/openbmc/qemu/target/i386/ |
H A D | cpu-dump.c | 482 int fptag; in x86_cpu_dump_state() local 488 fptag = 0; in x86_cpu_dump_state() 490 fptag |= ((!env->fptags[i]) << i); in x86_cpu_dump_state() 497 fptag, in x86_cpu_dump_state()
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 798 uint16_t fptag; in fpu_clear_exceptions() member 939 (env)->fptag);\ 949 uint16_t fptag; in test_fenv() member 957 uint16_t fptag; in test_fenv() member 979 printf("fptag=%04x\n", float_env32.fptag); in test_fenv()
|