Searched refs:tmp_width (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/tricore/ |
| H A D | translate.c | 7784 TCGv tmp_width, tmp_pos; in decode_rrrr_extract_insert() local 7793 tmp_width = tcg_temp_new(); in decode_rrrr_extract_insert() 7803 tcg_gen_shl_tl(tmp_width, cpu_gpr_d[r1], tmp_pos); in decode_rrrr_extract_insert() 7812 tcg_gen_or_tl(cpu_gpr_d[r4], tmp_width, msw); in decode_rrrr_extract_insert() 7818 tcg_gen_andi_tl(tmp_width, cpu_gpr_d[r3+1], 0x1f); in decode_rrrr_extract_insert() 7820 tcg_gen_add_tl(tmp_pos, tmp_pos, tmp_width); in decode_rrrr_extract_insert() 7823 tcg_gen_subfi_tl(tmp_width, 32, tmp_width); in decode_rrrr_extract_insert() 7825 tcg_gen_sar_tl(cpu_gpr_d[r4], cpu_gpr_d[r4], tmp_width); in decode_rrrr_extract_insert() 7827 tcg_gen_shr_tl(cpu_gpr_d[r4], cpu_gpr_d[r4], tmp_width); in decode_rrrr_extract_insert() 7832 tcg_gen_andi_tl(tmp_width, cpu_gpr_d[r3+1], 0x1f); in decode_rrrr_extract_insert() [all …]
|