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.cpp975 unsigned InputModifiers = MI->getOperand(OpNo).getImm(); in printOperandAndFPInputMods() local
982 if (InputModifiers & SISrcMods::NEG) { in printOperandAndFPInputMods()
984 (InputModifiers & SISrcMods::ABS) == 0) { in printOperandAndFPInputMods()
995 if (InputModifiers & SISrcMods::ABS) in printOperandAndFPInputMods()
998 if (InputModifiers & SISrcMods::ABS) in printOperandAndFPInputMods()
1028 unsigned InputModifiers = MI->getOperand(OpNo).getImm(); in printOperandAndIntInputMods() local
1029 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods()
1032 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods()