Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td1297 def ByteSel : NamedIntOperand<"byte_sel"> {
1300 def ByteSel0 : DefaultOperand<ByteSel, 0>;
H A DSIISelLowering.cpp12441 uint32_t ByteSel = 0xff << I; in performAndCombine() local
12442 if ((LHSMask & ByteSel) == 0x0c || (RHSMask & ByteSel) == 0x0c) in performAndCombine()