Home
last modified time | relevance | path

Searched refs:offset0 (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DDSInstructions.td41 bits<1> has_offset = 1; // has "offset" that should be split to offset0,1
86 bits<8> offset0;
90 let offset0 = !if(ps.has_offset, offset{7-0}, ?);
159 Offset0:$offset0, Offset1:$offset1, gds:$gds),
160 " $addr, $data0, $data1$offset0$offset1$gds"> {
246 (ins VGPR_32:$addr, src_op:$data0, src_op:$data1, Offset0:$offset0, Offset1:$offset1, gds:$gds),
247 " $vdst, $addr, $data0, $data1$offset0$offset1$gds"> {
305 (ins VGPR_32:$addr, Offset0:$offset0, Offset1:$offset1, gds:$gds),
306 " $vdst, $addr$offset0$offset1$gds"> {
855 (vt:$value (frag (DS64Bit4ByteAligned i32:$ptr, i8:$offset0, i8:$offset1))),
[all …]
H A DSIInstrInfo.td1070 def Offset0 : NamedIntOperand<i8, "offset0">;
H A DSIInstrInfo.cpp390 getNamedOperand(LdSt, AMDGPU::OpName::offset0); in getMemOperandsWithOffsetWidth()
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dmcu.h59 u8 offset0; member
H A Dphy.c229 t.offset0 = txp.chain[0].tssi_offset; in mt76x2_phy_tssi_compensate()
/freebsd/sys/arm/freescale/imx/
H A Dimx6_ipu.c458 …int offset0[] = {0, 10, 19, 32, 44, 45, 46, 68, 90, 94, 95, 113, 114, 117, 119, 120, 121, 122, 123… in ipu_print_channel() local
469 for (int i = 0; offset0[i + 1] != -1; i++) { in ipu_print_channel()
470 int len = offset0[i + 1] - offset0[i]; in ipu_print_channel()
471 printf("W0[%d:%d] = %d\n", offset0[i], in ipu_print_channel()
472 offset0[i] + len - 1, in ipu_print_channel()
473 ipu_ch_param_get_value(param, 0, offset0[i], len) in ipu_print_channel()
/freebsd/sys/dev/ata/chipsets/
H A Data-siliconimage.c309 int offset0 = ((ch->unit & 1) << 3) + ((ch->unit & 2) << 8); in ata_sii_status() local
314 (ATA_INL(ctlr->r_res2, 0x10 + offset0) & 0x00000010)) in ata_sii_status()
/freebsd/sys/dev/sound/usb/
H A Duaudio.c2548 uint32_t offset0; in uaudio_chan_record_callback() local
2569 offset0 = 0; in uaudio_chan_record_callback()
2587 uint32_t offset1 = offset0; in uaudio_chan_record_callback()
2618 offset0 += mfl; in uaudio_chan_record_callback()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c928 uint64_t offset0 = rr->rr_col[0].rc_offset; in vdev_raidz_map_alloc_expanded() local
941 rr->rr_col[1].rc_offset = offset0; in vdev_raidz_map_alloc_expanded()