Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DDSInstructions.td82 bits<8> offset0;
86 let offset0 = !if(ps.has_offset, offset{7-0}, ?);
160 offset0:$offset0, offset1:$offset1, gds:$gds),
161 " $addr, $data0, $data1$offset0$offset1$gds"> {
257 (ins VGPR_32:$addr, src_op:$data0, src_op:$data1, offset0:$offset0, offset1:$offset1, gds:$gds),
316 (ins VGPR_32:$addr, offset0:$offset0, offset1:$offset1, gds:$gds),
317 " $vdst, $addr$offset0$offset1$gds"> {
866 (inst $ptr, $offset0, $offset1, (i1 0))
878 (inst $ptr, $offset0, $offset1, (i1 0))
1209 let Inst{7-0} = !if(ps.has_offset0, offset0, 0);
[all …]
H A DSIInstrInfo.td1043 def offset0 : NamedIntOperand<i8, "offset0", "Offset0">;
H A DSIInstrInfo.cpp395 getNamedOperand(LdSt, AMDGPU::OpName::offset0); in getMemOperandsWithOffsetWidth()
/freebsd-14.2/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-14.2/sys/arm/freescale/imx/
H A Dimx6_ipu.c459 …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
470 for (int i = 0; offset0[i + 1] != -1; i++) { in ipu_print_channel()
471 int len = offset0[i + 1] - offset0[i]; in ipu_print_channel()
472 printf("W0[%d:%d] = %d\n", offset0[i], in ipu_print_channel()
473 offset0[i] + len - 1, in ipu_print_channel()
474 ipu_ch_param_get_value(param, 0, offset0[i], len) in ipu_print_channel()
/freebsd-14.2/sys/dev/ata/chipsets/
H A Data-siliconimage.c310 int offset0 = ((ch->unit & 1) << 3) + ((ch->unit & 2) << 8); in ata_sii_status() local
315 (ATA_INL(ctlr->r_res2, 0x10 + offset0) & 0x00000010)) in ata_sii_status()
/freebsd-14.2/sys/dev/sound/usb/
H A Duaudio.c2554 uint32_t offset0; in uaudio_chan_record_callback() local
2575 offset0 = 0; in uaudio_chan_record_callback()
2593 uint32_t offset1 = offset0; in uaudio_chan_record_callback()
2624 offset0 += mfl; in uaudio_chan_record_callback()