Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DDSInstructions.td81 bits<8> offset0;
85 let offset0 = !if(ps.has_offset, offset{7-0}, ?);
160 offset0:$offset0, offset1:$offset1, gds:$gds),
161 " $addr, $data0, $data1$offset0$offset1$gds"> {
243 (ins VGPR_32:$addr, src_op:$data0, src_op:$data1, offset0:$offset0, offset1:$offset1, gds:$gds),
291 (ins VGPR_32:$addr, offset0:$offset0, offset1:$offset1, gds:$gds),
292 " $vdst, $addr$offset0$offset1$gds"> {
788 (inst $ptr, $offset0, $offset1, (i1 0))
800 (inst $ptr, $offset0, $offset1, (i1 0))
980 let Inst{7-0} = !if(ps.has_offset0, offset0, 0);
[all …]
H A DSIInstrInfo.td1105 def offset0 : NamedOperandU8<"Offset0", NamedMatchClass<"Offset0">>;
H A DSIInstrInfo.cpp282 getNamedOperand(LdSt, AMDGPU::OpName::offset0); in getMemOperandsWithOffsetWidth()
/freebsd-13.1/sys/arm/freescale/imx/
H A Dimx6_ipu.c461 …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
472 for (int i = 0; offset0[i + 1] != -1; i++) { in ipu_print_channel()
473 int len = offset0[i + 1] - offset0[i]; in ipu_print_channel()
474 printf("W0[%d:%d] = %d\n", offset0[i], in ipu_print_channel()
475 offset0[i] + len - 1, in ipu_print_channel()
476 ipu_ch_param_get_value(param, 0, offset0[i], len) in ipu_print_channel()
/freebsd-13.1/sys/dev/ata/chipsets/
H A Data-siliconimage.c312 int offset0 = ((ch->unit & 1) << 3) + ((ch->unit & 2) << 8); in ata_sii_status() local
317 (ATA_INL(ctlr->r_res2, 0x10 + offset0) & 0x00000010)) in ata_sii_status()
/freebsd-13.1/sys/dev/sound/usb/
H A Duaudio.c2504 uint32_t offset0; in uaudio_chan_record_callback() local
2525 offset0 = 0; in uaudio_chan_record_callback()
2543 uint32_t offset1 = offset0; in uaudio_chan_record_callback()
2574 offset0 += mfl; in uaudio_chan_record_callback()