Searched refs:cpu_exclusive_addr (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-arm/
H A Dtranslate.c94 static TCGv_i32 cpu_exclusive_addr; variable
124 cpu_exclusive_addr = tcg_global_mem_new_i32(TCG_AREG0,
6328 tcg_gen_mov_i32(cpu_exclusive_addr, addr);
6333 tcg_gen_movi_i32(cpu_exclusive_addr, -1);
6361 tcg_gen_brcond_i32(TCG_COND_NE, addr, cpu_exclusive_addr, fail_label);
6411 tcg_gen_movi_i32(cpu_exclusive_addr, -1);

Completed in 64 milliseconds