Searched refs:inw (Results 1 – 5 of 5) sorted by relevance
/qemu/pc-bios/optionrom/ |
H A D | optrom.h | 61 static inline uint16_t inw(uint16_t port) in inw() function
|
/qemu/tests/qtest/ |
H A D | libqtest-single.h | 150 static inline uint16_t inw(uint16_t addr) in inw() function
|
/qemu/target/i386/ |
H A D | helper.h | 80 DEF_HELPER_2(inw, tl, env, i32)
|
/qemu/target/i386/tcg/ |
H A D | translate.c | 241 STUB_HELPER(inw, TCGv ret, TCGv_env env, TCGv_i32 port)
|
/qemu/tests/tcg/i386/ |
H A D | x86.csv | 816 "IN AX, DX","INW DX, AX","inw DX, AX","ED","V","V","","operand16","w,r","Y","16" 817 "IN AX, imm8u","INW imm8u, AX","inw imm8u, AX","E5 ib","V","V","","operand16","w,r","Y","16"
|