Searched refs:outw (Results 1 – 8 of 8) sorted by relevance
/qemu/pc-bios/optionrom/ |
H A D | optionrom.h | 64 outw %ax, (%dx) 136 outw %ax, (%dx); \
|
H A D | optrom_fw_cfg.h | 37 outw(key, BIOS_CFG_IOPORT_CFG); in bios_cfg_select()
|
H A D | optrom.h | 43 static inline void outw(uint16_t value, uint16_t port) in outw() function
|
/qemu/tests/qtest/ |
H A D | libqtest-single.h | 112 static inline void outw(uint16_t addr, uint16_t value) in outw() function
|
/qemu/tests/qtest/migration/i386/ |
H A D | a-b-bootblock.S | 109 outw %ax,%dx
|
/qemu/target/i386/ |
H A D | helper.h | 79 DEF_HELPER_3(outw, void, env, i32, i32)
|
/qemu/target/i386/tcg/ |
H A D | translate.c | 246 STUB_HELPER(outw, TCGv_env env, TCGv_i32 port, TCGv_i32 val)
|
/qemu/tests/tcg/i386/ |
H A D | x86.csv | 1389 "OUT DX, AX","OUTW AX, DX","outw AX, DX","EF","V","V","","operand16","r,r","Y","16" 1390 "OUT imm8u, AX","OUTW AX, imm8u","outw AX, imm8u","E7 ib","V","V","","operand16","r,r","Y","16"
|