Home
last modified time | relevance | path

Searched refs:data_rc (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DMIMGInstructions.td679 RegisterClass data_rc,
683 let InOperandList = !con((ins data_rc:$vdata, addr_rc:$vaddr, SReg_256:$srsrc,
692 RegisterClass data_rc,
696 let InOperandList = !con((ins getLdStRegisterOperand<data_rc>.ret:$vdata,
771 RegisterClass data_rc,
778 def _V1 : MIMG_Store_Helper <op, asm, data_rc, VGPR_32,
781 def _V1_gfx90a : MIMG_Store_Helper_gfx90a <op, asm, data_rc, VGPR_32,
783 def _V1_gfx10 : MIMG_Store_gfx10 <op, asm, data_rc, VGPR_32,
787 def _V1_gfx11 : MIMG_Store_gfx11 <op, asm, data_rc, VGPR_32,
792 def _V1_gfx12 : VIMAGE_Store_gfx12 <op, asm, data_rc, 1,
[all …]
H A DFLATInstructions.td530 RegisterClass data_rc = vdst_rc,
531 RegisterOperand data_op = getLdStRegisterOperand<data_rc>.ret> {
547 RegisterClass data_rc = vdst_rc,
548 RegisterOperand data_op = getLdStRegisterOperand<data_rc>.ret> {
564 RegisterClass data_rc = vdst_rc,
565 RegisterOperand data_op = getLdStRegisterOperand<data_rc>.ret> {
566 defm "" : FLAT_Atomic_Pseudo_NO_RTN<opName, vdst_rc, vt, data_vt, data_rc, data_op>;
567 defm "" : FLAT_Atomic_Pseudo_RTN<opName, vdst_rc, vt, data_vt, data_rc, data_op>;
575 RegisterClass data_rc = vdst_rc,
576 RegisterOperand data_op = getLdStRegisterOperand<data_rc>.ret> {
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h1073 u32 data_rc; member
H A Ddebugfs_htt_stats.h166 u32 data_rc; member
H A Dwmi.c6618 dst->data_rc = src->data_rc; in ath11k_wmi_pull_pdev_stats_tx()
7044 "HW rate", pdev->data_rc); in ath11k_wmi_fw_pdev_tx_stats_fill()
H A Dwmi.h4654 u32 data_rc; member
H A Ddebugfs_htt_stats.c100 htt_stats_buf->data_rc); in htt_print_tx_pdev_stats_cmn_tlv()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h308 u32 data_rc; member
H A Dhtt.h1308 __le32 data_rc; member
H A Dwmi.h4386 __le32 data_rc; member
4459 __le32 data_rc; member
H A Dwmi.c2886 dst->data_rc = __le32_to_cpu(src->data_rc); in ath10k_wmi_pull_pdev_stats_tx()
2914 dst->data_rc = __le32_to_cpu(src->data_rc); in ath10k_wmi_10_4_pull_pdev_stats_tx()
8383 "HW rate", pdev->data_rc); in ath10k_wmi_fw_pdev_tx_stats_fill()
H A Ddebug.c1252 data[i++] = pdev_stats->data_rc; in ath10k_debug_get_et_stats()