Home
last modified time | relevance | path

Searched refs:soffset (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DBUFInstructions.td137 bits<8> soffset;
183 "$vaddr, $srsrc,$format $soffset offen",
185 "$vaddr, $srsrc,$format $soffset idxen",
189 "$vaddr, $srsrc,$format $soffset addr64",
376 bits<8> soffset;
1516 0, i32:$soffset, timm:$offset,
1529 i32:$voffset, i32:$soffset, timm:$offset,
1542 i32:$voffset, i32:$soffset, timm:$offset,
1590 (Instr_OFFSET $srsrc, $soffset, $offset)
1618 (InstrOffset $srsrc, $soffset, $offset, 0, 0, 0)
[all …]
H A DSIInstrInfo.td82 SDTCisVT<4, i32>, // soffset(SGPR)
100 SDTCisVT<4, i32>, // soffset(SGPR)
118 SDTCisVT<4, i32>, // soffset(SGPR)
144 SDTCisVT<4, i32>, // soffset(SGPR)
169 SDTCisVT<5, i32>, // soffset(SGPR)
201 SDTCisVT<6, i32>, // soffset(SGPR)
548 (ops node:$rsrc, node:$vindex, node:$voffset, node:$soffset, node:$offset,
550 (name node:$rsrc, node:$vindex, node:$voffset, node:$soffset, node:$offset,
557 (ops node:$vdata, node:$rsrc, node:$vindex, node:$voffset, node:$soffset, node:$offset,
566 (ops node:$rsrc, node:$vindex, node:$voffset, node:$soffset, node:$offset,
[all …]
H A DSIRegisterInfo.cpp769 MachineOperand *SOffset = TII->getNamedOperand(MI, AMDGPU::OpName::soffset); in resolveFrameIndex()
990 .add(*TII->getNamedOperand(*MI, AMDGPU::OpName::soffset)) in buildMUBUFOffsetLoadStore()
1628 assert(TII->getNamedOperand(*MI, AMDGPU::OpName::soffset)->getReg() == in eliminateFrameIndex()
1664 assert(TII->getNamedOperand(*MI, AMDGPU::OpName::soffset)->getReg() == in eliminateFrameIndex()
1892 auto &SOffset = *TII->getNamedOperand(*MI, AMDGPU::OpName::soffset); in eliminateFrameIndex()
H A DSILoadStoreOptimizer.cpp553 AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::soffset); in setMI()
1349 .add(*TII->getNamedOperand(*CI.I, AMDGPU::OpName::soffset)) in mergeBufferLoadPair()
1413 .add(*TII->getNamedOperand(*CI.I, AMDGPU::OpName::soffset)) in mergeTBufferLoadPair()
1491 .add(*TII->getNamedOperand(*CI.I, AMDGPU::OpName::soffset)) in mergeTBufferStorePair()
1644 .add(*TII->getNamedOperand(*CI.I, AMDGPU::OpName::soffset)) in mergeBufferStorePair()
H A DSIInstructions.td718 SReg_32:$soffset, i32imm:$offset)> {
730 SReg_32:$soffset, i32imm:$offset)> {
2674 type2:$soffset, untyped_imm_0:$offset,
2683 type2:$soffset, untyped_imm_0:$offset, untyped_imm_0:$format,
2702 type2:$soffset, untyped_imm_0:$offset,
2711 type2:$soffset, untyped_imm_0:$offset,
2785 type2:$soffset, untyped_imm_0:$offset,
2811 type2:$voffset, type2:$soffset, untyped_imm_0:$offset,
H A DGCNHazardRecognizer.cpp734 TII->getNamedOperand(MI, AMDGPU::OpName::soffset); in createsVALUHazard()
H A DSIFoldOperands.cpp660 *TII->getNamedOperand(*UseMI, AMDGPU::OpName::soffset); in foldOperand()
H A DSIInstrInfo.cpp204 if (!nodesHaveSameOperandValue(Load0, Load1, AMDGPU::OpName::soffset) || in areLoadsFromSameBasePtr()
334 getNamedOperand(LdSt, AMDGPU::OpName::soffset); in getMemOperandsWithOffsetWidth()
5693 MachineOperand *SOffset = getNamedOperand(MI, AMDGPU::OpName::soffset); in legalizeOperands()
/freebsd-13.1/lib/libvgl/
H A Dsimple.c54 int offset, soffset, undermouse; in VGLSetXY() local
95 soffset = VGLSetSegment(offset); in VGLSetXY()
97 switch (VGLAdpInfo.va_window_size - soffset) { in VGLSetXY()
99 memcpy(&object->Bitmap[soffset], &color, 1); in VGLSetXY()
100 soffset = VGLSetSegment(offset + 1); in VGLSetXY()
101 memcpy(&object->Bitmap[soffset], (byte *)&color + 1, 2); in VGLSetXY()
104 memcpy(&object->Bitmap[soffset], &color, 2); in VGLSetXY()
105 soffset = VGLSetSegment(offset + 2); in VGLSetXY()
106 memcpy(&object->Bitmap[soffset], (byte *)&color + 2, 1); in VGLSetXY()
109 memcpy(&object->Bitmap[soffset], &color, 3); in VGLSetXY()
/freebsd-13.1/stand/efi/libefi/
H A Defi_console.c279 unsigned soffset, doffset; in efi_text_copy_line() local
283 soffset = s->tp_col + s->tp_row * state->tg_tp.tp_col; in efi_text_copy_line()
291 if (!is_same_pixel(&screen_buffer[soffset + x], in efi_text_copy_line()
294 screen_buffer[soffset + x]; in efi_text_copy_line()
311 unsigned doffset, soffset; in efi_text_copy() local
334 soffset = r->tr_begin.tp_col + r->tr_begin.tp_row * state->tg_tp.tp_col; in efi_text_copy()
344 if (doffset <= soffset) { in efi_text_copy()
/freebsd-13.1/contrib/ntp/ntpdate/
H A Dntpdate.h43 s_fp soffset; /* fp version of above */ member
H A Dntpdate.c1002 server->soffset = 0; in clock_filter()
1009 server->soffset = LFPTOFP(&server->offset); in clock_filter()
1199 d = server_list[j]->soffset - in clock_select()
1200 server_list[k]->soffset; in clock_select()
1292 if (server->soffset < 0) in clock_adjust()
1293 absoffset = 1u + (u_fp)(-(server->soffset + 1)); in clock_adjust()
1295 absoffset = (u_fp)server->soffset; in clock_adjust()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td942 // These new instrinsics also keep the offset and soffset arguments separate as
948 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
963 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
978 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
994 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1009 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1031 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1091 llvm_i32_ty, // soffset(SGPR)
1108 llvm_i32_ty, // soffset(SGPR)
1142 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
[all …]
/freebsd-13.1/stand/common/
H A Dgfx_fb.c1173 unsigned soffset, doffset; in gfx_fb_copy_line() local
1177 soffset = s->tp_col + s->tp_row * state->tg_tp.tp_col; in gfx_fb_copy_line()
1181 if (is_same_pixel(&screen_buffer[soffset + x], in gfx_fb_copy_line()
1188 screen_buffer[doffset + x] = screen_buffer[soffset + x]; in gfx_fb_copy_line()
1213 unsigned doffset, soffset; in gfx_fb_copy() local
1229 soffset = r->tr_begin.tp_col + r->tr_begin.tp_row * state->tg_tp.tp_col; in gfx_fb_copy()
1239 if (doffset <= soffset) { in gfx_fb_copy()
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c1241 int64_t soffset, slength; in archive_write_pax_header() local
1271 &soffset, &slength) == ARCHIVE_OK) { in archive_write_pax_header()
1274 (intmax_t)soffset, in archive_write_pax_header()
1277 if (sparse_list_add(pax, soffset, slength) in archive_write_pax_header()
/freebsd-13.1/sys/cam/ctl/
H A Dctl_tpc.c1155 int *srange, off_t *soffset) in tpc_skip_ranges() argument
1165 *soffset = skip - off; in tpc_skip_ranges()
1180 off_t doffset, soffset; in tpc_process_wut() local
1228 &srange, &soffset) != 0) { in tpc_process_wut()
1234 srclba = scsi_8btou64(list->token->range[srange].lba) + soffset; in tpc_process_wut()
1237 (scsi_4btoul(list->token->range[srange].length) - soffset); in tpc_process_wut()
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsahw.c2992 bit32 soffset, in siPciCpyMem() argument
3003 SA_DBG1(("siPciCpyMem:copy DWcount %d from offset 0x%x to %p\n",DWcount,soffset,dst)); in siPciCpyMem()
3007 offset = (soffset + i / 4); in siPciCpyMem()
H A Dsaproto.h886 bit32 soffset,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp722 AMDGPU::getNamedOperandIdx(MI->getOpcode(), AMDGPU::OpName::soffset); in printOperand()