Home
last modified time | relevance | path

Searched defs:data32 (Results 1 – 2 of 2) sorted by relevance

/qemu/target/i386/tcg/
H A Dfpu_helper.c2444 static void do_fstenv(X86Access *ac, target_ulong ptr, int data32) in do_fstenv()
2492 void helper_fstenv(CPUX86State *env, target_ulong ptr, int data32) in helper_fstenv()
2516 static void do_fldenv(X86Access *ac, target_ulong ptr, int data32) in do_fldenv()
2532 void helper_fldenv(CPUX86State *env, target_ulong ptr, int data32) in helper_fldenv()
2540 static void do_fsave(X86Access *ac, target_ulong ptr, int data32) in do_fsave()
2556 void helper_fsave(CPUX86State *env, target_ulong ptr, int data32) in helper_fsave()
2565 static void do_frstor(X86Access *ac, target_ulong ptr, int data32) in do_frstor()
2579 void helper_frstor(CPUX86State *env, target_ulong ptr, int data32) in helper_frstor()
/qemu/target/hexagon/
H A Dcpu.h50 uint32_t data32; member