Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c4809 TCGv_i32 tcg_op2 = tcg_temp_new_i32(); in TRANS_FEAT()
4815 read_vec_element_i32(s, tcg_op2, a->rm, 3, MO_32); in TRANS_FEAT()
4819 tcg_gen_add_i32(tcg_res, tcg_res, tcg_op2); in TRANS_FEAT()
5802 TCGv_i64 tcg_op2 = tcg_temp_new_i64(); in do_3op_widening()
5816 read_vec_element(s, tcg_op2, rm, idx, memop); in do_3op_widening()
5833 read_vec_element(s, tcg_op2, rm, elt + top_half, memop); in do_3op_widening()
5838 fn(tcg_op0, tcg_op1, tcg_op2); in do_3op_widening()
7794 TCGv_i64 tcg_op2; in disas_data_proc_3src()
7832 tcg_op2 = tcg_temp_new_i64(); in disas_data_proc_3src()
7837 tcg_gen_mov_i64(tcg_op2, cpu_re in disas_data_proc_3src()
4808 TCGv_i32 tcg_op2 = tcg_temp_new_i32(); TRANS_FEAT() local
5801 TCGv_i64 tcg_op2 = tcg_temp_new_i64(); do_3op_widening() local
7793 TCGv_i64 tcg_op2; disas_data_proc_3src() local
10740 TCGv_i64 tcg_op2 = tcg_temp_new_i64(); handle_2misc_pairwise() local
[all...]