HomeSort by: relevance | last modified time | path
    Searched defs:store_word (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_access.cpp 182 u64 store_word = cur.raw(); local
232 StoreShadow(shadow_mem + (cur.epoch() % kShadowCnt), store_word);
  /src/external/gpl3/gdb/dist/sim/mn10300/
mn10300-sim.h 169 #define store_word(ADDR, DATA) \ macro
  /src/external/gpl3/gdb.old/dist/sim/mn10300/
mn10300-sim.h 169 #define store_word(ADDR, DATA) \ macro
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 644 u64 store_word = cur.raw(); local
678 if (LIKELY(store_word == 0))
681 StoreShadow(shadow_mem + (cur.epoch() % kShadowCnt), store_word);
  /src/external/gpl3/gdb/dist/sim/mips/
interp.c 1532 store_word (SIM_DESC sd, function
1623 store_word (SD, CPU, cia, (uword64) (SP + 4 * i), GPR[i + 4]);
1631 store_word (SD, CPU, cia, (uword64) tsp, RA);
1637 store_word (SD, CPU, cia, (uword64) tsp, GPR[16 + i]);
  /src/external/gpl3/gdb.old/dist/sim/mips/
interp.c 1532 store_word (SIM_DESC sd, function
1623 store_word (SD, CPU, cia, (uword64) (SP + 4 * i), GPR[i + 4]);
1631 store_word (SD, CPU, cia, (uword64) tsp, RA);
1637 store_word (SD, CPU, cia, (uword64) tsp, GPR[16 + i]);
  /src/common/lib/libx86emu/
x86emu.c 60 static void store_word (struct X86EMU *, uint32_t segment, uint32_t offset, uint16_t val);
545 store_word(emu, get_data_segment(emu), offset, val);
591 store_word(struct X86EMU *emu, uint32_t segment, uint32_t offset, uint16_t val) function
2548 store_word(emu, emu->x86.R_ES, emu->x86.R_DI, (uint16_t) val);
2750 store_word(emu, emu->x86.R_ES, emu->x86.R_DI, emu->x86.R_AX);
7961 store_word(emu, emu->x86.R_ES, emu->x86.R_DI,
7986 store_word(emu, emu->x86.R_ES, emu->x86.R_DI,
8071 store_word(emu, emu->x86.R_SS, emu->x86.R_SP, w);

Completed in 29 milliseconds