Home
last modified time | relevance | path

Searched refs:fptag (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dkqemu.c374 uint16_t fptag; member
387 uint16_t fptag; member
406 int fptag, i, j; in restore_native_fp_frstor() local
411 fptag = 0; in restore_native_fp_frstor()
413 fptag <<= 2; in restore_native_fp_frstor()
415 fptag |= 3; in restore_native_fp_frstor()
420 fp->fptag = fptag; in restore_native_fp_frstor()
431 int fptag, i, j; in save_native_fp_fsave() local
439 fptag = fp->fptag; in save_native_fp_fsave()
441 env->fptags[i] = ((fptag & 3) == 3); in save_native_fp_fsave()
[all …]