| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | DSInstructions.td | 72 bits<8> offset0; 76 let offset0 = !if(ds.has_offset, offset{7-0}, ?); 126 offset0:$offset0, offset1:$offset1, gds:$gds), 127 "$addr, $data0, $data1$offset0$offset1$gds"> { 193 (ins VGPR_32:$addr, src:$data0, src:$data1, offset0:$offset0, offset1:$offset1, gds:$gds), 194 "$vdst, $addr, $data0, $data1$offset0$offset1$gds"> { 240 (ins VGPR_32:$addr, offset0:$offset0, offset1:$offset1, gds:$gds), 241 "$vdst, $addr$offset0$offset1$gds"> { 721 (inst $ptr, $offset0, $offset1, (i1 0)) 840 let Inst{7-0} = !if(ds.has_offset0, offset0, 0); [all …]
|
| H A D | SIInstrInfo.td | 731 def offset0 : NamedOperandU8<"Offset0", NamedMatchClass<"Offset0">>;
|
| H A D | SIInstrInfo.cpp | 290 getNamedOperand(LdSt, AMDGPU::OpName::offset0); in getMemOperandWithOffset()
|
| /freebsd-12.1/sys/arm/freescale/imx/ |
| H A D | imx6_ipu.c | 469 …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 480 for (int i = 0; offset0[i + 1] != -1; i++) { in ipu_print_channel() 481 int len = offset0[i + 1] - offset0[i]; in ipu_print_channel() 482 printf("W0[%d:%d] = %d\n", offset0[i], in ipu_print_channel() 483 offset0[i] + len - 1, in ipu_print_channel() 484 ipu_ch_param_get_value(param, 0, offset0[i], len) in ipu_print_channel()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | go32-nat.c | 1273 unsigned short offset0 __attribute__((packed)); member 1411 gate.selector, gate.offset1, gate.offset0); in display_descriptor() 1423 gate.selector, gate.offset1, gate.offset0); in display_descriptor() 1435 gate.selector, gate.offset1, gate.offset0); in display_descriptor() 1443 gate.selector, gate.offset1, gate.offset0); in display_descriptor()
|
| /freebsd-12.1/sys/dev/ata/chipsets/ |
| H A D | ata-siliconimage.c | 312 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-12.1/sys/dev/sound/usb/ |
| H A D | uaudio.c | 2406 uint32_t offset0; in uaudio_chan_record_callback() local 2427 offset0 = 0; in uaudio_chan_record_callback() 2445 uint32_t offset1 = offset0; in uaudio_chan_record_callback() 2477 offset0 += mfl; in uaudio_chan_record_callback()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | fold-const.c | 8045 tree base0, offset0, base1, offset1; in fold_comparison() local 8047 if (extract_array_ref (arg0, &base0, &offset0) in fold_comparison() 8059 if (offset0 == NULL_TREE) in fold_comparison() 8060 offset0 = build_int_cst (signed_size_type_node, 0); in fold_comparison() 8062 offset0 = fold_convert (signed_size_type_node, offset0); in fold_comparison() 8068 return fold_build2 (code, type, offset0, offset1); in fold_comparison()
|