Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp911 unsigned InputModifiers = MI->getOperand(OpNo).getImm(); in printOperandAndFPInputMods() local
918 if (InputModifiers & SISrcMods::NEG) { in printOperandAndFPInputMods()
920 (InputModifiers & SISrcMods::ABS) == 0) { in printOperandAndFPInputMods()
931 if (InputModifiers & SISrcMods::ABS) in printOperandAndFPInputMods()
934 if (InputModifiers & SISrcMods::ABS) in printOperandAndFPInputMods()
964 unsigned InputModifiers = MI->getOperand(OpNo).getImm(); in printOperandAndIntInputMods() local
965 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods()
968 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods()