Home
last modified time | relevance | path

Searched refs:data_op (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DDSInstructions.td135 RegisterOperand data_op = getLdStRegisterOperand<rc>.ret>
138 (ins VGPR_32:$addr, data_op:$data0, data_op:$data1, offset:$offset, gds:$gds),
159 (ins VGPR_32:$addr, data_op:$data0, data_op:$data1,
177 RegisterOperand data_op = getLdStRegisterOperand<rc>.ret>
179 (outs data_op:$vdst),
180 (ins VGPR_32:$addr, data_op:$data0, offset:$offset, gds:$gds),
264 RegisterOperand data_op = getLdStRegisterOperand<rc>.ret>
266 (outs data_op:$vdst),
268 (ins VGPR_32:$addr, ofs:$offset, gds:$gds, data_op:$vdst_in),
404 (outs data_op:$vdst),
[all …]
H A DFLATInstructions.td386 RegisterOperand data_op = getLdStRegisterOperand<data_rc>.ret> {
389 (ins VReg_64:$vaddr, data_op:$vdata, flat_offset:$offset, CPol_0:$cpol),
400 (ins VReg_64:$vaddr, data_op:$vdata, flat_offset:$offset, CPol_GLC1:$cpol),
419 RegisterOperand data_op = getLdStRegisterOperand<data_rc>.ret> {
423 (ins VReg_64:$vaddr, data_op:$vdata, flat_offset:$offset, CPol_0:$cpol),
434 (ins VGPR_32:$vaddr, data_op:$vdata, SReg_64:$saddr, flat_offset:$offset, CPol_0:$cpol),
453 RegisterOperand data_op = getLdStRegisterOperand<data_rc>.ret,
458 (ins VReg_64:$vaddr, data_op:$vdata, flat_offset:$offset, CPol_GLC1:$cpol),
470 (ins VGPR_32:$vaddr, data_op:$vdata, SReg_64:$saddr, flat_offset:$offset, CPol_GLC1:$cpol),
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dsa.c322 sa_data_op_t data_op, dmu_tx_t *tx) in sa_attr_op() argument
366 switch (data_op) { in sa_attr_op()