Home
last modified time | relevance | path

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

/freebsd-14.2/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,
191 RegisterOperand data_op = getLdStRegisterOperand<rc>.ret>
193 (outs data_op:$vdst),
194 (ins VGPR_32:$addr, data_op:$data0, offset:$offset, gds:$gds),
289 RegisterOperand data_op = getLdStRegisterOperand<rc>.ret>
291 (outs data_op:$vdst),
293 (ins VGPR_32:$addr, ofs:$offset, gds:$gds, data_op:$vdst_in),
426 (outs data_op:$vdst),
[all …]
H A DFLATInstructions.td538 RegisterOperand data_op = getLdStRegisterOperand<data_rc>.ret> {
541 (ins VReg_64:$vaddr, data_op:$vdata, flat_offset:$offset, CPol_0:$cpol),
557 RegisterOperand data_op = getLdStRegisterOperand<data_rc>.ret> {
560 (ins VReg_64:$vaddr, data_op:$vdata, flat_offset:$offset, CPol_GLC1:$cpol),
575 RegisterOperand data_op = getLdStRegisterOperand<data_rc>.ret> {
576 defm "" : FLAT_Atomic_Pseudo_NO_RTN<opName, vdst_rc, vt, data_vt, data_rc, data_op>;
577 defm "" : FLAT_Atomic_Pseudo_RTN<opName, vdst_rc, vt, data_vt, data_rc, data_op>;
586 RegisterOperand data_op = getLdStRegisterOperand<data_rc>.ret> {
590 (ins VReg_64:$vaddr, data_op:$vdata, flat_offset:$offset, CPol_0:$cpol),
618 RegisterOperand data_op = getLdStRegisterOperand<data_rc>.ret,
[all …]
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dsa.c321 sa_data_op_t data_op, dmu_tx_t *tx) in sa_attr_op() argument
365 switch (data_op) { in sa_attr_op()