Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c5923 TCGv_i32 tcg_op, tcg_res; in handle_fp_1src_single() local
8293 genfn(tcg_op, tcg_env, tcg_op, tcg_shift); in handle_simd_qshl()
8322 genfn(tcg_op, tcg_env, tcg_op, tcg_shift); in handle_simd_qshl()
8326 tcg_gen_ext8u_i32(tcg_op, tcg_op); in handle_simd_qshl()
8329 tcg_gen_ext16u_i32(tcg_op, tcg_op); in handle_simd_qshl()
8534 gen_helper_vfp_touqd(tcg_op, tcg_op, tcg_shift, tcg_fpstatus); in handle_simd_shift_fpint_conv()
8536 gen_helper_vfp_tosqd(tcg_op, tcg_op, tcg_shift, tcg_fpstatus); in handle_simd_shift_fpint_conv()
8568 fn(tcg_op, tcg_op, tcg_shift, tcg_fpstatus); in handle_simd_shift_fpint_conv()
12959 gen_helper_vfp_negd(tcg_op, tcg_op); in disas_simd_indexed()
13043 tcg_gen_xori_i32(tcg_op, tcg_op, 0x80008000); in disas_simd_indexed()
[all …]
H A Dtranslate-vfp.c465 TCGv_i64 tcg_op; in trans_VRINT() local
467 tcg_op = tcg_temp_new_i64(); in trans_VRINT()
469 vfp_load_reg64(tcg_op, rm); in trans_VRINT()
470 gen_helper_rintd(tcg_res, tcg_op, fpst); in trans_VRINT()
473 TCGv_i32 tcg_op; in trans_VRINT() local
475 tcg_op = tcg_temp_new_i32(); in trans_VRINT()
477 vfp_load_reg32(tcg_op, rm); in trans_VRINT()
479 gen_helper_rinth(tcg_res, tcg_op, fpst); in trans_VRINT()
481 gen_helper_rints(tcg_res, tcg_op, fpst); in trans_VRINT()
/openbmc/qemu/target/ppc/translate/
H A Dspe-impl.c.inc58 #define GEN_SPEOP_LOGIC2(name, tcg_op) \
65 tcg_op(cpu_gpr[rD(ctx->opcode)], cpu_gpr[rA(ctx->opcode)], \
67 tcg_op(cpu_gprh[rD(ctx->opcode)], cpu_gprh[rA(ctx->opcode)], \
105 #define GEN_SPEOP_ARITH1(name, tcg_op) \
116 tcg_op(t0, t0); \
120 tcg_op(t0, t0); \
137 #define GEN_SPEOP_ARITH2(name, tcg_op) \
150 tcg_op(t0, t0, t1); \
155 tcg_op(t0, t0, t1); \
231 #define GEN_SPEOP_ARITH_IMM2(name, tcg_op) \
[all …]
H A Dvmx-ops.c.inc20 #define GEN_VX_LOGICAL(name, tcg_op, opc2, opc3) \
23 #define GEN_VX_LOGICAL_207(name, tcg_op, opc2, opc3) \
H A Dvsx-impl.c.inc1612 #define VSX_LOGICAL(name, vece, tcg_op) \
1619 tcg_op(vece, vsr_full_offset(xT(ctx->opcode)), \
H A Dvmx-impl.c.inc230 #define GEN_VXFORM_V(name, vece, tcg_op, opc2, opc3) \
238 tcg_op(vece, \
/openbmc/qemu/target/ppc/
H A Dtranslate.c2239 #define GEN_LOGICAL2(name, tcg_op, opc, type) \ argument
2242 tcg_op(cpu_gpr[rA(ctx->opcode)], cpu_gpr[rS(ctx->opcode)], \
2248 #define GEN_LOGICAL1(name, tcg_op, opc, type) \ argument
2251 tcg_op(cpu_gpr[rA(ctx->opcode)], cpu_gpr[rS(ctx->opcode)]); \
4408 #define GEN_CRLOGIC(name, tcg_op, opc) \ argument
4430 tcg_op(t0, t0, t1); \
6789 #define GEN_LOGICAL2(name, tcg_op, opc, type) \ argument
6791 #define GEN_LOGICAL1(name, tcg_op, opc, type) \ argument
6884 #define GEN_CRLOGIC(name, tcg_op, opc) \ argument