Home
last modified time | relevance | path

Searched refs:ByteSel (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOP1Instructions.td656 defvar bytesel = (ins ByteSel:$byte_sel);
H A DVOP3Instructions.td591 defvar bytesel = (ins VGPR_32:$vdst_in, ByteSel:$byte_sel);
H A DSIInstrInfo.td1161 def ByteSel : NamedIntOperand<i8, "byte_sel"> {
H A DSIISelLowering.cpp11671 uint32_t ByteSel = 0xff << I; in performAndCombine() local
11672 if ((LHSMask & ByteSel) == 0x0c || (RHSMask & ByteSel) == 0x0c) in performAndCombine()