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

/external/qemu/target-arm/
H A Dtranslate.c91 static TCGv_i32 cpu_exclusive_high; variable
123 cpu_exclusive_high = tcg_global_mem_new_i32(TCG_AREG0,
6483 tcg_gen_mov_i32(cpu_exclusive_high, tmp);
6541 tcg_gen_brcond_i32(TCG_COND_NE, tmp, cpu_exclusive_high, fail_label);

Completed in 38 milliseconds