/qemu/include/tcg/ |
H A D | tcg-op-gvec-common.h | 43 void tcg_gen_gvec_3_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs, 50 void tcg_gen_gvec_4_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs, 57 void tcg_gen_gvec_5_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs, 63 void tcg_gen_gvec_3_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs, 69 void tcg_gen_gvec_4_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs, 76 void tcg_gen_gvec_5_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs, 236 void tcg_gen_gvec_3(uint32_t dofs, uint32_t aofs, uint32_t bofs, 238 void tcg_gen_gvec_3i(uint32_t dofs, uint32_t aofs, uint32_t bofs, 241 void tcg_gen_gvec_4(uint32_t dofs, uint32_t aofs, uint32_t bofs, uint32_t cofs, 243 void tcg_gen_gvec_4i(uint32_t dofs, uint32_t aofs, uint32_t bofs, uint32_t cofs, [all …]
|
/qemu/tcg/ |
H A D | tcg-op-gvec.c | 168 void tcg_gen_gvec_3_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_3_ool() argument 181 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_3_ool() 191 void tcg_gen_gvec_4_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_4_ool() argument 205 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_4_ool() 217 void tcg_gen_gvec_5_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_5_ool() argument 232 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_5_ool() 268 void tcg_gen_gvec_3_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_3_ptr() argument 281 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_3_ptr() 292 void tcg_gen_gvec_4_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_4_ptr() argument 307 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_4_ptr() [all …]
|
/qemu/target/m68k/ |
H A D | op_helper.c | 859 uint32_t bofs; member 866 int bofs, blen; in bf_prep() local 873 bofs = ofs % 8; in bf_prep() 874 if (bofs < 0) { in bf_prep() 875 bofs += 8; in bf_prep() 883 blen = (bofs + len - 1) / 8; in bf_prep() 893 bofs += 56; in bf_prep() 896 bofs += 48; in bf_prep() 900 bofs += 8; in bf_prep() 905 bofs += 32; in bf_prep() [all …]
|
/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 128 int bofs; 136 bofs = avr_full_offset(rB(ctx->opcode)); 138 bofs += 3 * 4; 141 tcg_gen_ld_i32(val, tcg_env, bofs); 1518 int uimm, dofs, bofs; 1526 bofs = avr_full_offset(rB(ctx->opcode)); 1530 bofs += (uimm << vece) & 15; 1532 bofs ^= 15; 1533 bofs &= ~((1 << vece) - 1); 1536 tcg_gen_gvec_dup_mem(vece, dofs, bofs, 16, 16);
|
H A D | vsx-impl.c.inc | 1638 int tofs, bofs; 1643 bofs = vsr_full_offset(a->xb); 1644 bofs += a->uim << MO_32; 1646 bofs ^= 8 | 4; 1649 tcg_gen_gvec_dup_mem(MO_32, tofs, bofs, 16, 16);
|
/qemu/target/sparc/ |
H A D | translate.c | 944 uint32_t bofs, uint32_t oprsz, uint32_t maxsz) in gen_op_fchksm16() argument 955 tcg_gen_gvec_3(dofs, aofs, bofs, oprsz, maxsz, &op); in gen_op_fchksm16() 972 uint32_t bofs, uint32_t oprsz, uint32_t maxsz) in gen_op_fmean16() argument 983 tcg_gen_gvec_3(dofs, aofs, bofs, oprsz, maxsz, &op); in gen_op_fmean16()
|