Searched refs:InputModifiers (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp678 unsigned InputModifiers = MI->getOperand(OpNo).getImm(); local
685 if (InputModifiers & SISrcMods::NEG) {
687 (InputModifiers & SISrcMods::ABS) == 0) {
698 if (InputModifiers & SISrcMods::ABS)
701 if (InputModifiers & SISrcMods::ABS)
713 unsigned InputModifiers = MI->getOperand(OpNo).getImm(); local
714 if (InputModifiers & SISrcMods::SEXT)
717 if (InputModifiers & SISrcMods::SEXT)

Completed in 52 milliseconds