Home
last modified time | relevance | path

Searched refs:cpu_PSW_AV (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/tricore/
H A Dtranslate.c57 static TCGv cpu_PSW_AV; variable
408 tcg_gen_add_tl(cpu_PSW_AV, result, result); in gen_add_d()
409 tcg_gen_xor_tl(cpu_PSW_AV, result, cpu_PSW_AV); in gen_add_d()
411 tcg_gen_or_tl(cpu_PSW_SAV, cpu_PSW_SAV, cpu_PSW_AV); in gen_add_d()
434 tcg_gen_add_tl(cpu_PSW_AV, temp, temp); in gen_add64_d()
435 tcg_gen_xor_tl(cpu_PSW_AV, temp, cpu_PSW_AV); in gen_add64_d()
437 tcg_gen_or_tl(cpu_PSW_SAV, cpu_PSW_SAV, cpu_PSW_AV); in gen_add64_d()
481 tcg_gen_add_tl(cpu_PSW_AV, ret_high, ret_high); in gen_addsub64_h()
482 tcg_gen_xor_tl(cpu_PSW_AV, cpu_PSW_AV, ret_high); in gen_addsub64_h()
483 tcg_gen_or_tl(cpu_PSW_AV, cpu_PSW_AV, temp); in gen_addsub64_h()
[all …]