Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp874 unsigned InputModifiers = MI->getOperand(OpNo).getImm(); in printOperandAndFPInputMods() local
881 if (InputModifiers & SISrcMods::NEG) { in printOperandAndFPInputMods()
883 (InputModifiers & SISrcMods::ABS) == 0) { in printOperandAndFPInputMods()
894 if (InputModifiers & SISrcMods::ABS) in printOperandAndFPInputMods()
897 if (InputModifiers & SISrcMods::ABS) in printOperandAndFPInputMods()
927 unsigned InputModifiers = MI->getOperand(OpNo).getImm(); in printOperandAndIntInputMods() local
928 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods()
931 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods()