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

/external/qemu/target-arm/
H A Dtranslate.c95 static TCGv_i32 cpu_exclusive_val; variable
126 cpu_exclusive_val = tcg_global_mem_new_i32(TCG_AREG0,
6318 tcg_gen_mov_i32(cpu_exclusive_val, tmp);
6376 tcg_gen_brcond_i32(TCG_COND_NE, tmp, cpu_exclusive_val, fail_label);

Completed in 107 milliseconds