/openbmc/qemu/scripts/coccinelle/ |
H A D | tcg_gen_extract.cocci | 94 +tcg_gen_extract_i32(ret, arg, ofs, extract_len);
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 366 #define tcg_gen_extract_tl tcg_gen_extract_i32
|
H A D | tcg-op-common.h | 116 void tcg_gen_extract_i32(TCGv_i32 ret, TCGv_i32 arg,
|
/openbmc/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 | 355 tcg_gen_extract_i32(ret, ret, 26, 1); in get_ahp_flag()
|
H A D | gengvec.c | 283 tcg_gen_extract_i32(t, a, sh - 1, 1); in gen_srshr32_i32() 474 tcg_gen_extract_i32(d, a, sh - 1, 1); in gen_urshr32_i32() 478 tcg_gen_extract_i32(t, a, sh - 1, 1); in gen_urshr32_i32()
|
H A D | translate.c | 562 tcg_gen_extract_i32(cpu_CF, var, shift, 1); in shifter_out_im() 5640 tcg_gen_extract_i32(tmp, tmp, shift, width); in op_bfx()
|
H A D | translate-a64.c | 7081 tcg_gen_extract_i32(cpu_CF, nzcv, 1, 1); in disas_rotate_right_into_flags()
|
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 202 tcg_gen_extract_i32(cpu_sr_q, src, SR_Q, 1); in gen_write_sr() 203 tcg_gen_extract_i32(cpu_sr_m, src, SR_M, 1); in gen_write_sr() 204 tcg_gen_extract_i32(cpu_sr_t, src, SR_T, 1); in gen_write_sr()
|
/openbmc/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);
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 378 tcg_gen_extract_i32(out, ina, imm_s, imm_w); in gen_bsefi() 1373 tcg_gen_extract_i32(cpu_msr_c, src, 2, 1); in trans_mts()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 902 tcg_gen_extract_i32(t1, src1, 16, 8); in gen_op_fmuld8ulx16() 4560 tcg_gen_extract_i32(cpu_fcc[0], tmp, FSR_FCC0_SHIFT, 2); in trans_LDFSR() 4587 tcg_gen_extract_i32(cpu_fcc[0], lo, FSR_FCC0_SHIFT, 2); in do_ldxfsr() 4588 tcg_gen_extract_i32(cpu_fcc[1], hi, FSR_FCC1_SHIFT - 32, 2); in do_ldxfsr() 4589 tcg_gen_extract_i32(cpu_fcc[2], hi, FSR_FCC2_SHIFT - 32, 2); in do_ldxfsr() 4590 tcg_gen_extract_i32(cpu_fcc[3], hi, FSR_FCC3_SHIFT - 32, 2); in do_ldxfsr()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 979 void tcg_gen_extract_i32(TCGv_i32 ret, TCGv_i32 arg, in tcg_gen_extract_i32() function 2779 tcg_gen_extract_i32(TCGV_LOW(ret), TCGV_HIGH(arg), ofs - 32, len); in tcg_gen_extract_i64() 2784 tcg_gen_extract_i32(TCGV_LOW(ret), TCGV_LOW(arg), ofs, len); in tcg_gen_extract_i64()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 1716 tcg_gen_extract_i32(QREG_CC_C, val, 8, 1); in bcd_flags() 3655 tcg_gen_extract_i32(X, reg, size, 1); in rotate_x() 3967 tcg_gen_extract_i32(dst, src, pos, len); in DISAS_INSN()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 4004 tcg_gen_extract_i32(cc_op, cc_op, 28, 2); in op_spm() 4718 tcg_gen_extract_i32(cc_op, t1, 7, 1); in op_ts()
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 1581 tcg_gen_extract_i32(tmp, cpu_SR[ATOMCTL], 8, 1); in translate_getex() 2221 tcg_gen_extract_i32(arg[0].out, cpu_SR[ATOMCTL], 8, 1); in translate_s32ex()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 1761 tcg_gen_extract_i32(src1, src1, 0, s->sew + 3);
|