Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DDSInstructions.td130 RegisterOperand data_op = getLdStRegisterOperand<rc>.ret>
133 (ins VGPR_32:$addr, data_op:$data0, data_op:$data1, offset:$offset, gds:$gds),
151 RegisterOperand data_op = getLdStRegisterOperand<rc>.ret>
154 (ins VGPR_32:$addr, data_op:$data0, data_op:$data1,
172 RegisterOperand data_op = getLdStRegisterOperand<rc>.ret>
174 (outs data_op:$vdst),
175 (ins VGPR_32:$addr, data_op:$data0, offset:$offset, gds:$gds),
259 RegisterOperand data_op = getLdStRegisterOperand<rc>.ret>
261 (outs data_op:$vdst),
263 (ins VGPR_32:$addr, ofs:$offset, gds:$gds, data_op:$vdst_in),
[all …]
H A DFLATInstructions.td378 RegisterOperand data_op = getLdStRegisterOperand<data_rc>.ret> {
381 (ins VReg_64:$vaddr, data_op:$vdata, flat_offset:$offset, CPol_0:$cpol),
392 (ins VReg_64:$vaddr, data_op:$vdata, flat_offset:$offset, CPol_GLC1:$cpol),
411 RegisterOperand data_op = getLdStRegisterOperand<data_rc>.ret> {
415 (ins VReg_64:$vaddr, data_op:$vdata, flat_offset:$offset, CPol_0:$cpol),
426 (ins VGPR_32:$vaddr, data_op:$vdata, SReg_64:$saddr, flat_offset:$offset, CPol_0:$cpol),
445 RegisterOperand data_op = getLdStRegisterOperand<data_rc>.ret,
450 (ins VReg_64:$vaddr, data_op:$vdata, flat_offset:$offset, CPol_GLC1:$cpol),
462 (ins VGPR_32:$vaddr, data_op:$vdata, SReg_64:$saddr, flat_offset:$offset, CPol_GLC1:$cpol),
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dsa.c325 sa_data_op_t data_op, dmu_tx_t *tx) in sa_attr_op() argument
369 switch (data_op) { in sa_attr_op()