Searched defs:iflags (Results 1 – 6 of 6) sorted by relevance
/qemu/tests/tcg/i386/ |
H A D | test-i386.h | 32 void exec_opq(long s0, long s1, long iflags) in exec_opq() 41 void exec_opl(long s0, long s1, long iflags) in exec_opl() 49 void exec_opw(long s0, long s1, long iflags) in exec_opw() 57 void exec_opb(long s0, long s1, long iflags) in exec_opb() 66 void exec_opq(long s0, long s1, long iflags) in exec_opq() 75 void exec_opl(long s0, long s1, long iflags) in exec_opl() 83 void exec_opw(long s0, long s1, long iflags) in exec_opw() 91 void exec_opb(long s0, long s1, long iflags) in exec_opb()
|
H A D | test-i386-shift.h | 31 void exec_opq(long s2, long s0, long s1, long iflags) in exec_opq() 45 void exec_opl(long s2, long s0, long s1, long iflags) in exec_opl() 58 void exec_opw(long s2, long s0, long s1, long iflags) in exec_opw() 82 void exec_opq(long s2, long s0, long s1, long iflags) in exec_opq() 96 void exec_opl(long s2, long s0, long s1, long iflags) in exec_opl() 109 void exec_opw(long s2, long s0, long s1, long iflags) in exec_opw() 125 void exec_opb(long s0, long s1, long iflags) in exec_opb()
|
/qemu/target/microblaze/ |
H A D | helper.c | 37 uint32_t esr, iflags; in mb_unaligned_access_internal() local
|
H A D | cpu.h | 283 uint32_t iflags; member
|
H A D | translate.c | 681 uint32_t iflags = tcg_get_insn_start_param(dc->base.insn_start, 1); in record_unaligned_ess() local 1805 uint32_t iflags; in mb_cpu_dump_state() local
|
/qemu/linux-user/ |
H A D | strace.c | 1876 target_tcflag_t iflags = tswap32(target->c_iflag); in print_termios() local
|