Searched defs:ignore (Results 1 – 6 of 6) sorted by relevance
/qemu/tests/tcg/i386/ |
A D | test-mmx.py | 9 ignore = set(["EMMS", "FEMMS", "FISTTP", variable
|
A D | test-avx.py | 15 ignore = set(["FISTTP", variable
|
/qemu/target/alpha/ |
A D | fpu_helper.c | 75 void helper_fp_exc_raise(CPUAlphaState *env, uint32_t ignore, uint32_t regno) in helper_fp_exc_raise() 88 void helper_fp_exc_raise_s(CPUAlphaState *env, uint32_t ignore, uint32_t regno) in helper_fp_exc_raise_s()
|
A D | translate.c | 654 uint32_t ignore = 0; in gen_fp_exc_raise() local
|
/qemu/block/ |
A D | io.c | 52 bdrv_parent_drained_begin(BlockDriverState *bs, BdrvChild *ignore) in bdrv_parent_drained_begin() 79 bdrv_parent_drained_end(BlockDriverState *bs, BdrvChild *ignore) in bdrv_parent_drained_end() 104 bdrv_parent_drained_poll(BlockDriverState *bs, BdrvChild *ignore, in bdrv_parent_drained_poll()
|
/qemu/libdecnumber/ |
A D | decNumber.c | 1555 uInt status=0, ignore=0; /* status accumulators */ in decNumberLog10() local 2966 uInt status=0, ignore=0; /* status accumulators */ in decNumberSquareRoot() local 5376 uInt ignore=0; /* working status */ in decExpOp() local 5737 uInt ignore=0; /* working status accumulator */ local
|
Completed in 34 milliseconds