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

/external/qemu/target-arm/
H A Dtranslate.c89 static TCGv_i32 cpu_exclusive_addr; variable
119 cpu_exclusive_addr = tcg_global_mem_new_i32(TCG_AREG0,
6486 tcg_gen_mov_i32(cpu_exclusive_addr, addr);
6491 tcg_gen_movi_i32(cpu_exclusive_addr, -1);
6519 tcg_gen_brcond_i32(TCG_COND_NE, addr, cpu_exclusive_addr, fail_label);
6569 tcg_gen_movi_i32(cpu_exclusive_addr, -1);

Completed in 647 milliseconds