Home
last modified time | relevance | path

Searched refs:bofs (Results 1 – 10 of 10) 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,
234 void tcg_gen_gvec_3(uint32_t dofs, uint32_t aofs, uint32_t bofs,
236 void tcg_gen_gvec_3i(uint32_t dofs, uint32_t aofs, uint32_t bofs,
298 uint32_t bofs, uint32_t oprsz, uint32_t maxsz);
375 uint32_t aofs, uint32_t bofs,
[all …]
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c1412 bofs += some; in tcg_gen_gvec_3()
1480 bofs += some; in tcg_gen_gvec_3i()
1545 bofs += some; in tcg_gen_gvec_4()
1616 bofs += some; in tcg_gen_gvec_4i()
2581 if (aofs == bofs) { in tcg_gen_gvec_and()
2598 if (aofs == bofs) { in tcg_gen_gvec_or()
2615 if (aofs == bofs) { in tcg_gen_gvec_xor()
2632 if (aofs == bofs) { in tcg_gen_gvec_andc()
2649 if (aofs == bofs) { in tcg_gen_gvec_orc()
3772 bofs += some; in tcg_gen_gvec_cmp()
[all …]
/openbmc/qemu/target/m68k/
H A Dop_helper.c875 uint32_t bofs; member
882 int bofs, blen; in bf_prep() local
889 bofs = ofs % 8; in bf_prep()
890 if (bofs < 0) { in bf_prep()
891 bofs += 8; in bf_prep()
909 bofs += 56; in bf_prep()
912 bofs += 48; in bf_prep()
916 bofs += 8; in bf_prep()
921 bofs += 32; in bf_prep()
935 .bofs = bofs, in bf_prep()
[all …]
/openbmc/linux/arch/alpha/include/asm/
H A Dbitops.h317 unsigned long bits, qofs, bofs; in ffz()
322 bofs = ffz_b(bits); in ffz()
324 return qofs*8 + bofs; in ffz()
337 unsigned long bits, qofs, bofs; in __ffs()
342 bofs = ffz_b(~bits); in __ffs()
344 return qofs*8 + bofs; in __ffs()
/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp5.c162 size_t bofs; /* bit offset */ member
267 int bofs) in cyttsp5_get_touch_axis() argument
272 *axis += ((xy_data[nbyte] >> bofs) << (nbyte * 8)); in cyttsp5_get_touch_axis()
288 si->tch_abs[abs].bofs); in cyttsp5_get_touch_record()
355 si->tch_hdr.bofs); in cyttsp5_mt_attention()
691 tch_abs->bofs = offset - (tch_abs->ofs << 3); in fill_tch_abs()
H A Dcyttsp4_core.c442 tch->bofs = (tch_old->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; in cyttsp4_si_get_opcfg_data()
459 tch->bofs = (tch_new->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; in cyttsp4_si_get_opcfg_data()
473 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_si_get_opcfg_data()
779 int *axis, int size, int max, u8 *xy_data, int bofs) in cyttsp4_get_touch_axis() argument
789 xy_data[next], xy_data[next], bofs); in cyttsp4_get_touch_axis()
790 *axis = (*axis * 256) + (xy_data[next] >> bofs); in cyttsp4_get_touch_axis()
816 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_get_touch()
H A Dcyttsp4_core.h244 size_t bofs; /* bit offset */ member
/openbmc/linux/fs/ext4/
H A Dfsmap.c473 ext4_fsblk_t bofs; in ext4_getfsmap_datadev() local
481 bofs = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_getfsmap_datadev()
485 else if (keys[0].fmr_physical < bofs) in ext4_getfsmap_datadev()
486 keys[0].fmr_physical = bofs; in ext4_getfsmap_datadev()
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc157 int bofs;
165 bofs = avr_full_offset(rB(ctx->opcode));
167 bofs += 3 * 4;
170 tcg_gen_ld_i32(val, tcg_env, bofs);
1591 int uimm, dofs, bofs;
1599 bofs = avr_full_offset(rB(ctx->opcode));
1603 bofs += (uimm << vece) & 15;
1605 bofs ^= 15;
1606 bofs &= ~((1 << vece) - 1);
1609 tcg_gen_gvec_dup_mem(vece, dofs, bofs, 16, 16);
H A Dvsx-impl.c.inc1674 int tofs, bofs;
1679 bofs = vsr_full_offset(a->xb);
1680 bofs += a->uim << MO_32;
1682 bofs ^= 8 | 4;
1685 tcg_gen_gvec_dup_mem(MO_32, tofs, bofs, 16, 16);