/openbmc/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 …]
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 167 void tcg_gen_gvec_3_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_3_ool() argument 180 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_3_ool() 190 void tcg_gen_gvec_4_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_4_ool() argument 204 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_4_ool() 216 void tcg_gen_gvec_5_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_5_ool() argument 231 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_5_ool() 267 void tcg_gen_gvec_3_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_3_ptr() argument 280 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_3_ptr() 291 void tcg_gen_gvec_4_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_4_ptr() argument 306 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_4_ptr() [all …]
|
/openbmc/qemu/target/m68k/ |
H A D | op_helper.c | 860 uint32_t bofs; member 867 int bofs, blen; in bf_prep() local 874 bofs = ofs % 8; in bf_prep() 875 if (bofs < 0) { in bf_prep() 876 bofs += 8; in bf_prep() 884 blen = (bofs + len - 1) / 8; in bf_prep() 894 bofs += 56; in bf_prep() 897 bofs += 48; in bf_prep() 901 bofs += 8; in bf_prep() 906 bofs += 32; in bf_prep() [all …]
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | bitops.h | 317 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 D | cyttsp5.c | 162 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 D | cyttsp4_core.c | 442 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 D | cyttsp4_core.h | 244 size_t bofs; /* bit offset */ member
|
/openbmc/linux/fs/ext4/ |
H A D | fsmap.c | 523 ext4_fsblk_t bofs; in ext4_getfsmap_datadev() local 531 bofs = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_getfsmap_datadev() 535 else if (keys[0].fmr_physical < bofs) in ext4_getfsmap_datadev() 536 keys[0].fmr_physical = bofs; in ext4_getfsmap_datadev()
|
/openbmc/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);
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 950 uint32_t bofs, uint32_t oprsz, uint32_t maxsz) in gen_op_fchksm16() argument 961 tcg_gen_gvec_3(dofs, aofs, bofs, oprsz, maxsz, &op); in gen_op_fchksm16() 978 uint32_t bofs, uint32_t oprsz, uint32_t maxsz) in gen_op_fmean16() argument 989 tcg_gen_gvec_3(dofs, aofs, bofs, oprsz, maxsz, &op); in gen_op_fmean16()
|