Searched refs:data_rc (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | MIMGInstructions.td | 679 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 D | FLATInstructions.td | 530 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 D | core.h | 1073 u32 data_rc; member
|
H A D | debugfs_htt_stats.h | 166 u32 data_rc; member
|
H A D | wmi.c | 6618 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 D | wmi.h | 4654 u32 data_rc; member
|
H A D | debugfs_htt_stats.c | 100 htt_stats_buf->data_rc); in htt_print_tx_pdev_stats_cmn_tlv()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | core.h | 308 u32 data_rc; member
|
H A D | htt.h | 1308 __le32 data_rc; member
|
H A D | wmi.h | 4386 __le32 data_rc; member 4459 __le32 data_rc; member
|
H A D | wmi.c | 2886 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 D | debug.c | 1252 data[i++] = pdev_stats->data_rc; in ath10k_debug_get_et_stats()
|