Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DMIMGInstructions.td427 R128A16:$r128, TFE:$tfe, LWE:$lwe, DA:$da),
440 R128A16:$r128, LWE:$lwe, DA:$da),
452 R128A16:$r128, A16:$a16, TFE:$tfe, LWE:$lwe),
465 R128A16:$r128, A16:$a16, TFE:$tfe, LWE:$lwe),
477 R128A16:$r128, A16:$a16, TFE:$tfe, LWE:$lwe),
490 R128A16:$r128, A16:$a16, TFE:$tfe, LWE:$lwe),
502 CPol:$cpol, R128A16:$r128, A16:$a16, TFE:$tfe),
516 CPol:$cpol, R128A16:$r128, A16:$a16, TFE:$tfe,
533 CPol:$cpol, R128A16:$r128, A16:$a16, TFE:$tfe,
685 R128A16:$r128, TFE:$tfe, LWE:$lwe, DA:$da),
[all …]
H A DSIInstrInfo.td1097 def R128A16 : CustomOperand<i1, 1>;
H A DSIInstrInfo.cpp5164 const MachineOperand *R128A16 = getNamedOperand(MI, AMDGPU::OpName::r128); in verifyInstruction() local
5165 IsA16 = R128A16->getImm() != 0; in verifyInstruction()