/qemu/scripts/coccinelle/ |
H A D | tcg_gen_extract.cocci | 94 +tcg_gen_extract_i32(ret, arg, ofs, extract_len);
|
/qemu/tcg/ |
H A D | tcg-op.c | 409 tcg_gen_extract_i32(ret, arg1, 0, len); in tcg_gen_andi_i32() 953 tcg_gen_extract_i32(ret, arg, 0, len); in tcg_gen_deposit_z_i32() 960 tcg_gen_extract_i32(ret, ret, 0, ofs + len); in tcg_gen_deposit_z_i32() 968 void tcg_gen_extract_i32(TCGv_i32 ret, TCGv_i32 arg, in tcg_gen_extract_i32() function 1258 tcg_gen_extract_i32(ret, arg, 0, 8); in tcg_gen_ext8u_i32() 1263 tcg_gen_extract_i32(ret, arg, 0, 16); in tcg_gen_ext16u_i32() 2668 tcg_gen_extract_i32(TCGV_LOW(ret), TCGV_HIGH(arg), ofs - 32, len); in tcg_gen_extract_i64() 2673 tcg_gen_extract_i32(TCGV_LOW(ret), TCGV_LOW(arg), ofs, len); in tcg_gen_extract_i64() 2682 tcg_gen_extract_i32(TCGV_LOW(ret), TCGV_LOW(ret), 0, len); in tcg_gen_extract_i64() 2685 tcg_gen_extract_i32(TCGV_HIGH(ret), TCGV_HIGH(arg), in tcg_gen_extract_i64()
|
/qemu/include/tcg/ |
H A D | tcg-op.h | 379 #define tcg_gen_extract_tl tcg_gen_extract_i32
|
H A D | tcg-op-common.h | 117 void tcg_gen_extract_i32(TCGv_i32 ret, TCGv_i32 arg,
|
/qemu/target/arm/tcg/ |
H A D | translate-m-nocp.c | 557 tcg_gen_extract_i32(tmp, tmp, R_V7M_VPR_P0_SHIFT, R_V7M_VPR_P0_LENGTH); in gen_M_fp_sysreg_read()
|
H A D | translate.h | 369 tcg_gen_extract_i32(ret, ret, 26, 1); in set_pstate_bits()
|
H A D | gengvec.c | 302 tcg_gen_extract_i32(t, a, sh - 1, 1); in gen_srshr32_i32() 492 tcg_gen_extract_i32(d, a, sh - 1, 1); in gen_urshr32_i32() 496 tcg_gen_extract_i32(t, a, sh - 1, 1); in gen_urshr32_i32()
|
H A D | translate.c | 555 tcg_gen_extract_i32(cpu_CF, var, shift, 1); in shifter_out_im() 5674 tcg_gen_extract_i32(tmp, tmp, shift, width); in op_bfx()
|
H A D | translate-a64.c | 8545 tcg_gen_extract_i32(cpu_CF, nzcv, 1, 1); in do_setf()
|
/qemu/target/sh4/ |
H A D | translate.c | 203 tcg_gen_extract_i32(cpu_sr_q, src, SR_Q, 1); in gen_write_sr() 204 tcg_gen_extract_i32(cpu_sr_m, src, SR_M, 1); in gen_write_sr() 205 tcg_gen_extract_i32(cpu_sr_t, src, SR_T, 1); in gen_write_sr()
|
/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 306 tcg_gen_extract_i32(src2hi, src2, 8, 8); 313 tcg_gen_extract_i32(src2lo, src2, 16, 8); 314 tcg_gen_extract_i32(src2hi, src2, 24, 8);
|
/qemu/target/sparc/ |
H A D | translate.c | 898 tcg_gen_extract_i32(t1, src1, 16, 8); in gen_op_fmuld8ulx16() 4649 tcg_gen_extract_i32(cpu_fcc[0], tmp, FSR_FCC0_SHIFT, 2); in trans_LDFSR() 4676 tcg_gen_extract_i32(cpu_fcc[0], lo, FSR_FCC0_SHIFT, 2); in do_ldxfsr() 4677 tcg_gen_extract_i32(cpu_fcc[1], hi, FSR_FCC1_SHIFT - 32, 2); in do_ldxfsr() 4678 tcg_gen_extract_i32(cpu_fcc[2], hi, FSR_FCC2_SHIFT - 32, 2); in do_ldxfsr() 4679 tcg_gen_extract_i32(cpu_fcc[3], hi, FSR_FCC3_SHIFT - 32, 2); in do_ldxfsr()
|
/qemu/target/microblaze/ |
H A D | translate.c | 362 tcg_gen_extract_i32(out, ina, imm_s, imm_w); in gen_bsefi() 1393 tcg_gen_extract_i32(cpu_msr_c, src, 2, 1); in trans_mts()
|
/qemu/target/m68k/ |
H A D | translate.c | 1717 tcg_gen_extract_i32(QREG_CC_C, val, 8, 1); in bcd_flags() 3656 tcg_gen_extract_i32(X, reg, size, 1); in rotate_x() 3968 tcg_gen_extract_i32(dst, src, pos, len); in DISAS_INSN()
|
/qemu/target/s390x/tcg/ |
H A D | translate.c | 4000 tcg_gen_extract_i32(cc_op, cc_op, 28, 2); in op_spm() 4714 tcg_gen_extract_i32(cc_op, t1, 7, 1); in op_ts()
|
/qemu/target/xtensa/ |
H A D | translate.c | 1582 tcg_gen_extract_i32(tmp, cpu_SR[ATOMCTL], 8, 1); in translate_getex() 2222 tcg_gen_extract_i32(arg[0].out, cpu_SR[ATOMCTL], 8, 1); in translate_s32ex()
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 2136 tcg_gen_extract_i32(src1, src1, 0, s->sew + 3);
|