Searched refs:access_stb (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | access.h | 35 void access_stb(X86Access *ac, vaddr addr, uint8_t val);
|
H A D | access.c | 126 void access_stb(X86Access *ac, vaddr addr, uint8_t val) in access_stb() function
|
H A D | fpu_helper.c | 856 access_stb(&ac, mem_ref++, 0); in helper_fbst_ST0() 858 access_stb(&ac, mem_ref++, 0xc0); in helper_fbst_ST0() 859 access_stb(&ac, mem_ref++, 0xff); in helper_fbst_ST0() 860 access_stb(&ac, mem_ref++, 0xff); in helper_fbst_ST0() 866 access_stb(&ac, mem_end, 0x80); in helper_fbst_ST0() 869 access_stb(&ac, mem_end, 0x00); in helper_fbst_ST0() 878 access_stb(&ac, mem_ref++, v); in helper_fbst_ST0() 881 access_stb(&ac, mem_ref++, 0); in helper_fbst_ST0()
|