Lines Matching defs:vaddr
330 static inline void gen_load_locked4u(TCGv dest, TCGv vaddr, int mem_index) in gen_load_locked4u()
337 static inline void gen_load_locked8u(TCGv_i64 dest, TCGv vaddr, int mem_index) in gen_load_locked8u()
345 TCGv pred, TCGv vaddr, TCGv src) in gen_store_conditional4()
370 TCGv pred, TCGv vaddr, TCGv_i64 src) in gen_store_conditional8()
403 void gen_store32(TCGv vaddr, TCGv src, int width, uint32_t slot) in gen_store32()
410 void gen_store1(TCGv_env tcg_env, TCGv vaddr, TCGv src, uint32_t slot) in gen_store1()
415 void gen_store1i(TCGv_env tcg_env, TCGv vaddr, int32_t src, uint32_t slot) in gen_store1i()
421 void gen_store2(TCGv_env tcg_env, TCGv vaddr, TCGv src, uint32_t slot) in gen_store2()
426 void gen_store2i(TCGv_env tcg_env, TCGv vaddr, int32_t src, uint32_t slot) in gen_store2i()
432 void gen_store4(TCGv_env tcg_env, TCGv vaddr, TCGv src, uint32_t slot) in gen_store4()
437 void gen_store4i(TCGv_env tcg_env, TCGv vaddr, int32_t src, uint32_t slot) in gen_store4i()
443 void gen_store8(TCGv_env tcg_env, TCGv vaddr, TCGv_i64 src, uint32_t slot) in gen_store8()
450 void gen_store8i(TCGv_env tcg_env, TCGv vaddr, int64_t src, uint32_t slot) in gen_store8i()