Home
last modified time | relevance | path

Searched refs:bofs (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op-gvec-common.h43 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,
250 TCGv_ptr bbase, uint32_t bofs,
253 void tcg_gen_gvec_3(uint32_t dofs, uint32_t aofs, uint32_t bofs,
266 void tcg_gen_gvec_3i(uint32_t dofs, uint32_t aofs, uint32_t bofs,
276 void tcg_gen_gvec_4(uint32_t dofs, uint32_t aofs, uint32_t bofs, uint32_t cofs,
[all …]
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c187 TCGv_ptr bbase, uint32_t bofs, in expand_3_ool() argument
200 tcg_gen_addi_ptr(a2, bbase, bofs); in expand_3_ool()
209 void tcg_gen_gvec_3_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_3_ool() argument
213 expand_3_ool(tcg_env, dofs, tcg_env, aofs, tcg_env, bofs, in tcg_gen_gvec_3_ool()
218 void tcg_gen_gvec_4_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_4_ool() argument
232 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_4_ool()
244 void tcg_gen_gvec_5_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_5_ool() argument
259 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_5_ool()
295 void tcg_gen_gvec_3_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_3_ptr() argument
308 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_3_ptr()
[all …]
/openbmc/qemu/target/m68k/
H A Dop_helper.c881 uint32_t bofs; member
888 int bofs, blen; in bf_prep() local
895 bofs = ofs % 8; in bf_prep()
896 if (bofs < 0) { in bf_prep()
897 bofs += 8; in bf_prep()
905 blen = (bofs + len - 1) / 8; in bf_prep()
915 bofs += 56; in bf_prep()
918 bofs += 48; in bf_prep()
922 bofs += 8; in bf_prep()
927 bofs += 32; in bf_prep()
[all …]
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc128 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 Dvsx-impl.c.inc1638 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);