Lines Matching refs:mem_ref
843 target_ulong mem_ref, mem_end; in helper_fbst_ST0() local
852 mem_ref = ptr; in helper_fbst_ST0()
855 while (mem_ref < ptr + 7) { in helper_fbst_ST0()
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()
864 mem_end = mem_ref + 9; in helper_fbst_ST0()
871 while (mem_ref < mem_end) { in helper_fbst_ST0()
878 access_stb(&ac, mem_ref++, v); in helper_fbst_ST0()
880 while (mem_ref < mem_end) { in helper_fbst_ST0()
881 access_stb(&ac, mem_ref++, 0); in helper_fbst_ST0()